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