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