summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-07-23 11:41:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-07-23 11:41:03 +0000
commit1183c939427929db14b9491f378ec9b244813b98 (patch)
tree7dde00269c1654b4e4b78a34169e349a00f31171
parentAdding multi-arch field for libck-dev. (diff)
downloadck-1183c939427929db14b9491f378ec9b244813b98.tar.xz
ck-1183c939427929db14b9491f378ec9b244813b98.zip
Updating package descriptions.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/control18
1 files changed, 11 insertions, 7 deletions
diff --git a/debian/control b/debian/control
index 27ff474..993c4a3 100644
--- a/debian/control
+++ b/debian/control
@@ -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.