3 Maintainer: gregor herrmann <gregoa@debian.org>
4 Uploaders: tony mancill <tmancill@debian.org>
5 Build-Depends: debhelper (>= 6), autotools-dev, doxygen, quilt
6 Standards-Version: 3.7.3
8 Homepage: http://codesink.org/mimetic_mime_library.html
9 Vcs-Svn: http://svn.toastfreeware.priv.at/debian/mimetic/trunk/
10 Vcs-Browser: http://svn.toastfreeware.priv.at/wsvn/ToastfreewareDebian/mimetic/trunk/
12 Package: libmimetic-dev
15 Depends: libmimetic0 (= ${binary:Version})
16 Suggests: libmimetic-doc
17 Description: C++ MIME library (development)
18 mimetic is a GPL MIME library written in C++ designed to be easy to use and
19 integrate but yet fast and efficient.
21 mimetic has been built around the standard lib. This means that you'll not
22 find yet another string class or list implementation and that you'll feel
23 comfortable in using this library from the very first time.
25 mimetic doesn't use exceptions but it heavily uses templates so a mostly
26 standard compliant C++ compiler is required.
28 This package contains the header files.
30 Package: libmimetic-doc
33 Recommends: libmimetic-dev (>= 0.8.9-5)
34 Conflicts: libmimetic-dev (<< 0.8.9-5)
35 Replaces: libmimetic-dev (<< 0.8.9-5)
36 Description: C++ MIME library (documentation)
37 mimetic is a GPL MIME library written in C++ designed to be easy to use and
38 integrate but yet fast and efficient.
40 mimetic has been built around the standard lib. This means that you'll not
41 find yet another string class or list implementation and that you'll feel
42 comfortable in using this library from the very first time.
44 mimetic doesn't use exceptions but it heavily uses templates so a mostly
45 standard compliant C++ compiler is required.
47 This package contains the developers' documentation.
52 Depends: ${shlibs:Depends}, ${misc:Depends}
53 Description: C++ MIME library (runtime)
54 mimetic is a GPL MIME library written in C++ designed to be easy to use and
55 integrate but yet fast and efficient.
57 mimetic has been built around the standard lib. This means that you'll not
58 find yet another string class or list implementation and that you'll feel
59 comfortable in using this library from the very first time.
61 mimetic doesn't use exceptions but it heavily uses templates so a mostly
62 standard compliant C++ compiler is required.
64 This package contains the libraries.
66 Package: libmimetic0-dbg
70 Depends: libmimetic0 (= ${binary:Version})
71 Description: C++ MIME library (debug)
72 mimetic is a GPL MIME library written in C++ designed to be easy to use and
73 integrate but yet fast and efficient.
75 mimetic has been built around the standard lib. This means that you'll not
76 find yet another string class or list implementation and that you'll feel
77 comfortable in using this library from the very first time.
79 mimetic doesn't use exceptions but it heavily uses templates so a mostly
80 standard compliant C++ compiler is required.
82 This package contains the debug symbols for libmimetic0.