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