65cb6bdc4cda0433c5b703a2ecfa4c7b009ee2f7
[catacomb] / debian / control
1 Source: catacomb
2 Section: libs
3 Priority: extra
4 Build-Depends: debhelper (>= 9), python, pkg-config, mlib-dev (>= 2.2.2.1)
5 Maintainer: Mark Wooding <mdw@distorted.org.uk>
6 Standards-Version: 3.1.1
7
8 Package: catacomb2
9 Architecture: any
10 Depends: ${shlibs:Depends}
11 Recommends: catacomb-bin
12 Breaks: python-catacomb (<< 1.1.2)
13 Description: A cryptographic library
14 Catacomb is a cryptographic library. It implements a large number of
15 encryption algorithms, hash functions, message authentication codes
16 and random number generators. It has a multi-precision maths library,
17 for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
18 It contains rudimentary key-management tools.
19 .
20 The objective of Catacomb is to make a crypto library which is
21 relatively straightforward to audit for security. Its focus is on
22 clarity of source code and portability more than performance.
23 .
24 This package just contains the shared library. If you want to develop
25 programs which use the library, you need catacomb-dev.
26
27 Package: catacomb-bin
28 Architecture: any
29 Depends: ${shlibs:Depends}, catacomb2 (= ${Source-Version}), ${misc:Depends}
30 Suggests: utils
31 Description: A cryptographic library
32 Catacomb is a cryptographic library. It implements a large number of
33 encryption algorithms, hash functions, message authentication codes
34 and random number generators. It has a multi-precision maths library,
35 for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
36 It contains rudimentary key-management tools.
37 .
38 The objective of Catacomb is to make a crypto library which is
39 relatively straightforward to audit for security. Its focus is on
40 clarity of source code and portability more than performance.
41 .
42 This package contains a tool for key management, a passphrase
43 pixie, and other stuff.
44
45 Package: catacomb-dev
46 Architecture: any
47 Depends: catacomb2 (= ${Source-Version}), mlib-dev (>= 2.2.2.1)
48 Recommends: catacomb-bin
49 Section: devel
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 the headers and static libraries needed for
62 building programs which use the library.