chiark / gitweb /
infra: Add a copy of the GPL.
[mLib-python] / debian / control
CommitLineData
579d0169 1Source: python-mlib
2Section: libs
3Priority: extra
4Build-Depends:
5 mlib-dev,
6 python, python2.3, python2.3-pyrex, python2.4, python2.4-pyrex
7Maintainer: Mark Wooding <mdw@distorted.org.uk>
8Standards-Version: 3.1.1
9
10Package: python-mlib
11Architecture: all
12Depends: ${python:Depends}
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 .
24 This is a dummy package to pull in the right bindings for the default Debian
25 version of Python.
26 .
27 Not all of the features of mLib are available (or, indeed, very useful) in
28 Python. For example, Python has its own exception system, and different
29 ideas about how strings work.
30
31Package: python2.3-mlib
32Architecture: any
33Depends: ${shlibs:Depends}, ${python:Depends}
34Description: A library of miscellaneous stuff
35 The mLib library provides various handy utilities, including
36 * yet another options parser, like GNU getopt but more so;
37 * a simple but efficient universal hashing family;
38 * a suite for writing event-driven select-based servers;
39 * a simple exception-handling system, based on longjmp;
40 * dynamically resizing strings and arrays;
41 * a resizing hashtable;
42 * base64 and hex encoding and decoding; and
43 * a simple background DNS resolver.
44 .
45 This package provides Python bindings for mLib, for Python version 2.3.
46 .
47 Not all of the features of mLib are available (or, indeed, very useful) in
48 Python. For example, Python has its own exception system, and different
49 ideas about how strings work.
50
51Package: python2.4-mlib
52Architecture: any
53Depends: ${shlibs:Depends}, ${python:Depends}
54Description: A library of miscellaneous stuff
55 The mLib library provides various handy utilities, including
56 * yet another options parser, like GNU getopt but more so;
57 * a simple but efficient universal hashing family;
58 * a suite for writing event-driven select-based servers;
59 * a simple exception-handling system, based on longjmp;
60 * dynamically resizing strings and arrays;
61 * a resizing hashtable;
62 * base64 and hex encoding and decoding; and
63 * a simple background DNS resolver.
64 .
65 This package provides Python bindings for mLib, for Python version 2.4.
66 .
67 Not all of the features of mLib are available (or, indeed, very useful) in
68 Python. For example, Python has its own exception system, and different
69 ideas about how strings work.