chiark / gitweb /
struct/buf.c: Add functions for serializing and deserializing `kludge64'.
[mLib] / debian / control
... / ...
CommitLineData
1Source: mlib
2Section: libs
3Priority: extra
4Maintainer: Mark Wooding <mdw@distorted.org.uk>
5Build-Depends: debhelper (>= 10), python, libadns1-dev
6Standards-Version: 3.1.1
7
8Package: mlib2
9Architecture: any
10Multi-Arch: same
11Depends: ${shlibs:Depends}
12Pre-Depends: ${misc:Pre-Depends}
13Conflicts: mlib2-adns
14Description: 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 This package provides the mLib run-time library. It uses an
25 implementation of the background resolver forks and calls
26 gethostbyname, so it therefore (a) depends only on the standard
27 C library, and (b) is distributed under the terms of the GNU
28 LGPL or GPL.
29
30Package: mlib2-adns
31Architecture: any
32Multi-Arch: same
33Depends: ${shlibs:Depends}
34Conflicts: mlib2
35Description: A library of miscellaneous stuff
36 The mLib library provides various handy utilities, including
37 * yet another options parser, like GNU getopt but more so;
38 * a simple but efficient universal hashing family;
39 * a suite for writing event-driven select-based servers;
40 * a simple exception-handling system, based on longjmp;
41 * dynamically resizing strings and arrays;
42 * a resizing hashtable;
43 * base64 and hex encoding and decoding; and
44 * a simple background DNS resolver.
45 This package provides the mLib run-time library. It uses an
46 implementation of the background resolver based on the GNU adns
47 resolver, and therefore (a) depends on the libadns1 package, and
48 (b) is distributed under the terms of the full GPL only.
49
50Package: mlib-dev
51Architecture: any
52Depends: mlib2 (= ${binary:Version}) | mlib2-adns (= ${binary:Version}),
53 libc6-dev
54Recommends: mlib-bin
55Section: devel
56Description: A library of miscellaneous stuff
57 The mLib library provides various handy utilities, including
58 * yet another options parser, like GNU getopt but more so;
59 * a simple but efficient universal hashing family;
60 * a suite for writing event-driven select-based servers;
61 * a simple exception-handling system, based on longjmp;
62 * dynamically resizing strings and arrays;
63 * a resizing hashtable;
64 * base64 and hex encoding and decoding; and
65 * a simple background DNS resolver.
66 This package contains the header files and static libraries needed to
67 compile programs which use mLib.
68
69Package: mlib-bin
70Architecture: any
71Depends: ${shlibs:Depends}
72Recommends: mlib-dev
73Section: utils
74Description: A library of miscellaneous stuff
75 The mLib library provides various handy utilities, including
76 * yet another options parser, like GNU getopt but more so;
77 * a simple but efficient universal hashing family;
78 * a suite for writing event-driven select-based servers;
79 * a simple exception-handling system, based on longjmp;
80 * dynamically resizing strings and arrays;
81 * a resizing hashtable;
82 * base64 and hex encoding and decoding; and
83 * a simple background DNS resolver.
84 This package contains some utility programs: in particular, to generate
85 static tables for efficient CRC and universal hashing computations.