progs/perftest.c: Use from Glibc syscall numbers.
[catacomb] / debian / control
1 Source: catacomb
2 Section: libs
3 Priority: extra
4 Build-Depends: debhelper (>= 10), python, valgrind [!armel], pkg-config,
5 mlib-dev (>= 2.4.1)
6 Maintainer: Mark Wooding <mdw@distorted.org.uk>
7 Standards-Version: 3.1.1
8
9 Package: catacomb2
10 Architecture: any
11 Multi-Arch: same
12 Depends: ${shlibs:Depends}
13 Pre-Depends: ${misc:Pre-Depends}
14 Recommends: catacomb-bin, catacomb-data
15 Breaks: python-catacomb (<< 1.1.2)
16 Description: 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
30 Package: catacomb-bin
31 Architecture: any
32 Depends: ${shlibs:Depends}, catacomb2 (= ${binary:Version}), ${misc:Depends}
33 Suggests: utils
34 Description: 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.
47
48 Package: catacomb-data
49 Architecture: any
50 Description: 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
64 Package: catacomb-dev
65 Architecture: any
66 Depends: catacomb2 (= ${binary:Version}), mlib-dev (>= 2.2.2.1)
67 Recommends: catacomb-bin
68 Section: devel
69 Description: 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.