progs/perftest.c: Use from Glibc syscall numbers.
[catacomb] / debian / control
CommitLineData
2ee993fe 1Source: catacomb
2Section: libs
3Priority: extra
e46bb87f 4Build-Depends: debhelper (>= 10), python, valgrind [!armel], pkg-config,
79bc45d0 5 mlib-dev (>= 2.4.1)
064939b9 6Maintainer: Mark Wooding <mdw@distorted.org.uk>
2ee993fe 7Standards-Version: 3.1.1
8
9Package: catacomb2
10Architecture: any
1c934051 11Multi-Arch: same
2ee993fe 12Depends: ${shlibs:Depends}
1c934051
MW
13Pre-Depends: ${misc:Pre-Depends}
14Recommends: catacomb-bin, catacomb-data
c77f9bb9 15Breaks: python-catacomb (<< 1.1.2)
2ee993fe 16Description: A cryptographic library
17 Catacomb is a cryptographic library. It implements a large number of
18 encryption algorithms, hash functions, message authentication codes
19 and random number generators. It has a multi-precision maths library,
20 for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
21 It contains rudimentary key-management tools.
22 .
23 The objective of Catacomb is to make a crypto library which is
24 relatively straightforward to audit for security. Its focus is on
25 clarity of source code and portability more than performance.
26 .
27 This package just contains the shared library. If you want to develop
28 programs which use the library, you need catacomb-dev.
29
30Package: catacomb-bin
31Architecture: any
a5df1013 32Depends: ${shlibs:Depends}, catacomb2 (= ${binary:Version}), ${misc:Depends}
9b2d0186 33Suggests: utils
2ee993fe 34Description: A cryptographic library
35 Catacomb is a cryptographic library. It implements a large number of
36 encryption algorithms, hash functions, message authentication codes
37 and random number generators. It has a multi-precision maths library,
38 for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
39 It contains rudimentary key-management tools.
40 .
41 The objective of Catacomb is to make a crypto library which is
42 relatively straightforward to audit for security. Its focus is on
43 clarity of source code and portability more than performance.
44 .
45 This package contains a tool for key management, a passphrase
46 pixie, and other stuff.
2ee993fe 47
1c934051
MW
48Package: catacomb-data
49Architecture: any
50Description: A cryptographic library
51 Catacomb is a cryptographic library. It implements a large number of
52 encryption algorithms, hash functions, message authentication codes
53 and random number generators. It has a multi-precision maths library,
54 for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
55 It contains rudimentary key-management tools.
56 .
57 The objective of Catacomb is to make a crypto library which is
58 relatively straightforward to audit for security. Its focus is on
59 clarity of source code and portability more than performance.
60 .
61 This package contains some documentation files which users of the library
62 may find useful.
63
2ee993fe 64Package: catacomb-dev
65Architecture: any
a5df1013 66Depends: catacomb2 (= ${binary:Version}), mlib-dev (>= 2.2.2.1)
2ee993fe 67Recommends: catacomb-bin
9b2d0186 68Section: devel
2ee993fe 69Description: A cryptographic library
70 Catacomb is a cryptographic library. It implements a large number of
71 encryption algorithms, hash functions, message authentication codes
72 and random number generators. It has a multi-precision maths library,
73 for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
74 It contains rudimentary key-management tools.
75 .
76 The objective of Catacomb is to make a crypto library which is
77 relatively straightforward to audit for security. Its focus is on
78 clarity of source code and portability more than performance.
79 .
80 This package contains the headers and static libraries needed for
81 building programs which use the library.