blob: 709ccf129789b365d6121ace7225421040ab6a0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = libck-git
pkgdesc = Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures
pkgver = 0.7.1.r25.g50299b7
pkgrel = 1
url = http://concurrencykit.org/
arch = i686
arch = x86_64
license = Apache
license = BSD
license = custom
makedepends = git
depends = glibc
provides = libck=0.7.1.r25.g50299b7
conflicts = libck
options = staticlibs
source = git+https://github.com/concurrencykit/ck.git
sha256sums = SKIP
pkgname = libck-git
|