chiark / gitweb /
Update for Python 2.7. This is release 1.0.3.
[mLib-python] / debian / control
1 Source: mlib-python
2 Section: python
3 Priority: extra
4 XS-Python-Version: >= 2.6, << 2.8
5 Build-Depends: mlib-dev, python, python-pyrex, python2.6-dev, python2.7-dev
6 Maintainer: Mark Wooding <mdw@distorted.org.uk>
7 Standards-Version: 3.8.0
8
9 Package: python-mlib
10 Architecture: any
11 XB-Python-Version: ${python:Versions}
12 Depends: ${shlibs:Depends}, ${python:Depends}
13 Provides: ${python:Provides}
14 Description: A library of miscellaneous stuff
15  The mLib library provides various handy utilities, including
16    * yet another options parser, like GNU getopt but more so;
17    * a simple but efficient universal hashing family;
18    * a suite for writing event-driven select-based servers;
19    * a simple exception-handling system, based on longjmp;
20    * dynamically resizing strings and arrays;
21    * a resizing hashtable;
22    * base64 and hex encoding and decoding; and
23    * a simple background DNS resolver.
24  .
25  Not all of the features of mLib are available (or, indeed, very useful) in
26  Python.  For example, Python has its own exception system, and different
27  ideas about how strings work.