Use the shiny new `mLib' warning-control macros.
[u/mdw/catacomb] / debian / control
1 Source: catacomb
2 Section: libs
3 Priority: extra
4 Build-Depends: mlib-dev (>= 2.2.1), debhelper (>= 9)
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 Package: catacomb-dev
45 Architecture: any
46 Depends: catacomb2 (= ${Source-Version})
47 Recommends: catacomb-bin
48 Section: devel
49 Description: A cryptographic library
50 Catacomb is a cryptographic library. It implements a large number of
51 encryption algorithms, hash functions, message authentication codes
52 and random number generators. It has a multi-precision maths library,
53 for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
54 It contains rudimentary key-management tools.
55 .
56 The objective of Catacomb is to make a crypto library which is
57 relatively straightforward to audit for security. Its focus is on
58 clarity of source code and portability more than performance.
59 .
60 This package contains the headers and static libraries needed for
61 building programs which use the library.