70bfbc22cae5881ac6edeb096612f308013ef0ac
[u/mdw/catacomb] / debian / control
1 Source: catacomb
2 Section: libs
3 Priority: extra
4 Build-Depends: mlib-dev (>= 2.0.2), debhelper (>= 4.0.2)
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 Description: A cryptographic library
13 Catacomb is a cryptographic library. It implements a large number of
14 encryption algorithms, hash functions, message authentication codes
15 and random number generators. It has a multi-precision maths library,
16 for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
17 It contains rudimentary key-management tools.
18 .
19 The objective of Catacomb is to make a crypto library which is
20 relatively straightforward to audit for security. Its focus is on
21 clarity of source code and portability more than performance.
22 .
23 This package just contains the shared library. If you want to develop
24 programs which use the library, you need catacomb-dev.
25
26 Package: catacomb-bin
27 Architecture: any
28 Depends: ${shlibs:Depends}, catacomb2 (= ${Source-Version}), ${misc:Depends}
29 Suggests: utils
30 Description: A cryptographic library
31 Catacomb is a cryptographic library. It implements a large number of
32 encryption algorithms, hash functions, message authentication codes
33 and random number generators. It has a multi-precision maths library,
34 for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
35 It contains rudimentary key-management tools.
36 .
37 The objective of Catacomb is to make a crypto library which is
38 relatively straightforward to audit for security. Its focus is on
39 clarity of source code and portability more than performance.
40 .
41 This package contains a tool for key management, a passphrase
42 pixie, and other stuff.
43 .
44 The `xpixie' script uses `xgetline' from the `xtoys' package.
45
46 Package: catacomb-dev
47 Architecture: any
48 Depends: catacomb2 (= ${Source-Version})
49 Recommends: catacomb-bin
50 Section: devel
51 Description: A cryptographic library
52 Catacomb is a cryptographic library. It implements a large number of
53 encryption algorithms, hash functions, message authentication codes
54 and random number generators. It has a multi-precision maths library,
55 for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
56 It contains rudimentary key-management tools.
57 .
58 The objective of Catacomb is to make a crypto library which is
59 relatively straightforward to audit for security. Its focus is on
60 clarity of source code and portability more than performance.
61 .
62 This package contains the headers and static libraries needed for
63 building programs which use the library.