File: control

package info (click to toggle)
ck 0.3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,256 kB
  • ctags: 3,424
  • sloc: ansic: 21,307; makefile: 1,040; sh: 550
file content (31 lines) | stat: -rw-r--r-- 1,089 bytes parent folder | download
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
Source: ck
Section: libs
Priority: optional
Maintainer: Daniel Pocock <daniel@pocock.com.au>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.5
Homepage: http://concurrencykit.org/
Vcs-Browser: http://git.debian.org/?p=collab-maint/ck.git
Vcs-Git: git://git.debian.org/git/collab-maint/ck.git

Package: libck0
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,
 design and implementation of high performance concurrent systems.

Package: libck-dev
Section: libdevel
Architecture: any
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.