Updating package descriptions.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
9928240daa
commit
448eea82e0
1 changed files with 11 additions and 7 deletions
18
debian/control
vendored
18
debian/control
vendored
|
@ -14,19 +14,23 @@ Section: libs
|
|||
Architecture: any
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: Concurrency Kit - shared libraries
|
||||
Concurrency primitives, safe memory reclamation mechanisms and
|
||||
non-blocking data structures designed to aid in the research,
|
||||
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.
|
||||
|
||||
Package: libck-dev
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: libck0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: Concurrency Kit - development files
|
||||
Concurrency primitives, safe memory reclamation mechanisms and
|
||||
non-blocking data structures designed to aid in the research,
|
||||
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 provides header files needed by developers.
|
||||
This package contains the development files.
|
||||
|
|
Loading…
Add table
Reference in a new issue