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
|
Architecture: any
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Description: Concurrency Kit - shared libraries
|
Description: Concurrency Kit (library)
|
||||||
Concurrency primitives, safe memory reclamation mechanisms and
|
The Concurrency Kit library implements concurrency primitives, safe memory
|
||||||
non-blocking data structures designed to aid in the research,
|
reclamation mechanisms and non-blocking data structures for the research,
|
||||||
design and implementation of high performance concurrent systems.
|
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
|
Package: libck-dev
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends: libck0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
Depends: libck0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
||||||
Description: Concurrency Kit - development files
|
Description: Concurrency Kit (development)
|
||||||
Concurrency primitives, safe memory reclamation mechanisms and
|
The Concurrency Kit library implements concurrency primitives, safe memory
|
||||||
non-blocking data structures designed to aid in the research,
|
reclamation mechanisms and non-blocking data structures for the research,
|
||||||
design and implementation of high performance concurrent systems.
|
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