2025-02-09 07:36:00 +01:00
|
|
|
Source: ck
|
|
|
|
Section: libs
|
|
|
|
Priority: optional
|
|
|
|
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
2025-02-09 07:39:31 +01:00
|
|
|
Build-Depends: debhelper-compat (= 13)
|
2025-02-09 07:39:33 +01:00
|
|
|
Rules-Requires-Root: no
|
2025-02-09 07:39:32 +01:00
|
|
|
Standards-Version: 4.5.1
|
2025-02-09 07:39:33 +01:00
|
|
|
Homepage: http://concurrencykit.org
|
2025-02-09 07:36:00 +01:00
|
|
|
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: libck0
|
2025-02-09 07:39:33 +01:00
|
|
|
Section: libs
|
2025-02-09 07:39:32 +01:00
|
|
|
Architecture: any
|
2025-02-09 07:36:00 +01:00
|
|
|
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,
|
|
|
|
design and implementation of high performance concurrent systems.
|
|
|
|
|
|
|
|
Package: libck-dev
|
|
|
|
Section: libdevel
|
2025-02-09 07:39:32 +01:00
|
|
|
Architecture: any
|
2025-02-09 07:39:33 +01:00
|
|
|
Multi-Arch: same
|
2025-02-09 07:36:00 +01:00
|
|
|
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,
|
|
|
|
design and implementation of high performance concurrent systems.
|
|
|
|
.
|
|
|
|
This package provides header files needed by developers.
|