chiark / gitweb /
Merge remote-tracking branch 'origin/HEAD'
[catacomb-python] / debian / control
CommitLineData
17f11fcf 1Source: catacomb-python
292629c3 2Section: python
46e6ad89 3Priority: extra
5f25415f 4XS-Python-Version: >= 2.6, << 2.8
22ea5cd3 5Maintainer: Mark Wooding <mdw@distorted.org.uk>
29417b2a
MW
6Build-Depends: debhelper (>= 9), pkg-config,
7 python, python2.6-dev, python2.7-dev,
221888a2 8 mlib-dev (>= 2.2.2.1), catacomb-dev (>= 2.4.0)
17f11fcf 9Standards-Version: 3.8.0
46e6ad89 10
11Package: python-catacomb
17f11fcf
MW
12Architecture: any
13XB-Python-Version: ${python:Versions}
14Depends: ${shlibs:Depends}, ${python:Depends}
8468a063
MW
15Provides: ${python:Provides}, catacomb-python-bin
16Conflicts: catacomb-python-bin
46e6ad89 17Description: Python bindings for the Catacomb cryptographic library.
22ea5cd3
MW
18 Catacomb is a cryptographic library. It implements a large number of
19 encryption algorithms, hash functions, message authentication codes
20 and random number generators. It has a multi-precision maths library,
21 for implementing public key schemes such as RSA, DSA and Diffie-Hellman.
22 It contains rudimentary key-management tools.
23 .
24 The objective of Catacomb is to make a crypto library which is
25 relatively straightforward to audit for security. Its focus is on
26 clarity of source code and portability more than performance.
27 .
8468a063 28 This package allows the Catacomb library to be used in Python programs.