summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 2399bc8e129281144229ed973d1d55c81c1e17ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Source: ck
Section: libs
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends:
 debhelper-compat (= 13),
Rules-Requires-Root: no
Standards-Version: 4.5.1
Homepage: http://concurrencykit.org
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/ck
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/ck

Package: libck-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libck0 (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Description: Concurrency Kit (development)
 The Concurrency Kit library implements concurrency primitives, safe memory
 reclamation mechanisms and non-blocking data structures for the research,
 design and implementation of high performance concurrent systems.
 .
 This package contains the development files.

Package: libck0
Section: libs
Architecture: any
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Concurrency Kit (library)
 The Concurrency Kit library implements concurrency primitives, safe memory
 reclamation mechanisms and non-blocking data structures for the research,
 design and implementation of high performance concurrent systems.
 .
 It features atomic operations, hardware transactional memory, memory barriers,
 hash tables, list, ring, stack, fifo, bitmap, safe memory reclamation,
 scalable locks, execution barriers, asymmetric synchronization and more.