chiark / gitweb /
catacomb/__init__.py: Add iterfoo methods to _groupmap.
[catacomb-python] / debian / control
CommitLineData
22ea5cd3 1Source: python-catacomb
292629c3 2Section: python
46e6ad89 3Priority: extra
22ea5cd3 4Maintainer: Mark Wooding <mdw@distorted.org.uk>
24b3d57b 5Build-Depends: catacomb-dev, python, python2.3-dev, python2.4-dev, python2.5-dev
46e6ad89 6Standards-Version: 3.1.1
7
8Package: python-catacomb
9Architecture: all
22ea5cd3 10Depends: ${python:Depends}
46e6ad89 11Description: Python bindings for the Catacomb cryptographic library.
22ea5cd3
MW
12 Catacomb is a cryptographic library. It implements a large number of
13 encryption algorithms, hash functions, message authentication codes
14 and random number generators. It has a multi-precision maths library,
15 for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
16 It contains rudimentary key-management tools.
17 .
18 The objective of Catacomb is to make a crypto library which is
19 relatively straightforward to audit for security. Its focus is on
20 clarity of source code and portability more than performance.
21 .
46e6ad89 22 This is a dummy package for making sure you have the right package
23 for the default Debian Python installation.
24
46e6ad89 25Package: python2.4-catacomb
26Architecture: any
24b3d57b 27Depends: ${shlibs:Depends}
46e6ad89 28Description: Python bindings for the Catacomb cryptographic library.
22ea5cd3
MW
29 Catacomb is a cryptographic library. It implements a large number of
30 encryption algorithms, hash functions, message authentication codes
31 and random number generators. It has a multi-precision maths library,
32 for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
33 It contains rudimentary key-management tools.
34 .
35 The objective of Catacomb is to make a crypto library which is
36 relatively straightforward to audit for security. Its focus is on
37 clarity of source code and portability more than performance.
38 .
39 This package contains the Python bindings for Catacomb, for version 2.4 of
40 Python.
46e6ad89 41
24b3d57b
MW
42Package: python2.5-catacomb
43Architecture: any
44Depends: ${shlibs:Depends}
45Description: Python bindings for the Catacomb cryptographic library.
46 Catacomb is a cryptographic library. It implements a large number of
47 encryption algorithms, hash functions, message authentication codes
48 and random number generators. It has a multi-precision maths library,
49 for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
50 It contains rudimentary key-management tools.
51 .
52 The objective of Catacomb is to make a crypto library which is
53 relatively straightforward to audit for security. Its focus is on
54 clarity of source code and portability more than performance.
55 .
56 This package contains the Python bindings for Catacomb, for version 2.5 of
57 Python.
58
46e6ad89 59Package: python-catacomb-bin
60Architecture: all
61Depends: python, python-catacomb
62Description: Catacomb utilities in Python
22ea5cd3
MW
63 Catacomb is a cryptographic library. It implements a large number of
64 encryption algorithms, hash functions, message authentication codes
65 and random number generators. It has a multi-precision maths library,
66 for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
67 It contains rudimentary key-management tools.
68 .
69 The objective of Catacomb is to make a crypto library which is
70 relatively straightforward to audit for security. Its focus is on
71 clarity of source code and portability more than performance.
72 .
73 This package contains Catacomb-related utilities written in Python.