chiark / gitweb /
576aa11c9004131502ec5272a1b659b6636b4d36
[mLib-python] / debian / control
1 Source: python-mlib
2 Section: libs
3 Priority: extra
4 Build-Depends: 
5   mlib-dev, 
6   python, python2.3, python2.3-pyrex, python2.4, python2.4-pyrex
7 Maintainer: Mark Wooding <mdw@distorted.org.uk>
8 Standards-Version: 3.1.1
9
10 Package: python-mlib
11 Architecture: all
12 Depends: ${python:Depends}
13 Description: 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
31 Package: python2.3-mlib
32 Architecture: any
33 Depends: ${shlibs:Depends}, ${python:Depends}
34 Description: 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
51 Package: python2.4-mlib
52 Architecture: any
53 Depends: ${shlibs:Depends}, ${python:Depends}
54 Description: 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.