.links: Oops, didn't include link for `mdwsetup.py'.
[catacomb-python] / debian / control
CommitLineData
17f11fcf 1Source: catacomb-python
292629c3 2Section: python
46e6ad89 3Priority: extra
17f11fcf 4XS-Python-Version: >= 2.4, << 2.7
22ea5cd3 5Maintainer: Mark Wooding <mdw@distorted.org.uk>
17f11fcf
MW
6Build-Depends: catacomb-dev, python, python2.4-dev, python2.5-dev
7Standards-Version: 3.8.0
46e6ad89 8
9Package: python-catacomb
17f11fcf
MW
10Architecture: any
11XB-Python-Version: ${python:Versions}
12Depends: ${shlibs:Depends}, ${python:Depends}
13Provides: python2.4-catacomb, python2.5-catacomb, python2.6-catacomb
46e6ad89 14Description: Python bindings for the Catacomb cryptographic library.
22ea5cd3
MW
15 Catacomb is a cryptographic library. It implements a large number of
16 encryption algorithms, hash functions, message authentication codes
17 and random number generators. It has a multi-precision maths library,
18 for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
19 It contains rudimentary key-management tools.
20 .
21 The objective of Catacomb is to make a crypto library which is
22 relatively straightforward to audit for security. Its focus is on
23 clarity of source code and portability more than performance.
24 .
695b9200 25 This package contains the Python bindings for the Catacomb library.
46e6ad89 26
46e6ad89 27Package: python-catacomb-bin
28Architecture: all
17f11fcf 29XB-Python-Version: ${python:Versions}
46e6ad89 30Depends: python, python-catacomb
31Description: Catacomb utilities in Python
22ea5cd3
MW
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 Catacomb-related utilities written in Python.