1 |
Source: mimetic |
2 |
Priority: optional |
3 |
Maintainer: gregor herrmann <gregoa@debian.org> |
4 |
Uploaders: tony mancill <tmancill@debian.org> |
5 |
Build-Depends: debhelper (>= 6), autotools-dev, doxygen |
6 |
Standards-Version: 3.8.0 |
7 |
Section: libs |
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/ |
11 |
|
12 |
Package: libmimetic-dev |
13 |
Section: libdevel |
14 |
Architecture: any |
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. |
20 |
. |
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. |
24 |
. |
25 |
mimetic doesn't use exceptions but it heavily uses templates so a mostly |
26 |
standard compliant C++ compiler is required. |
27 |
. |
28 |
This package contains the header files. |
29 |
|
30 |
Package: libmimetic-doc |
31 |
Section: doc |
32 |
Architecture: all |
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. |
39 |
. |
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. |
43 |
. |
44 |
mimetic doesn't use exceptions but it heavily uses templates so a mostly |
45 |
standard compliant C++ compiler is required. |
46 |
. |
47 |
This package contains the developers' documentation. |
48 |
|
49 |
Package: libmimetic0 |
50 |
Section: libs |
51 |
Architecture: any |
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. |
56 |
. |
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. |
60 |
. |
61 |
mimetic doesn't use exceptions but it heavily uses templates so a mostly |
62 |
standard compliant C++ compiler is required. |
63 |
. |
64 |
This package contains the libraries. |
65 |
|
66 |
Package: libmimetic0-dbg |
67 |
Section: libdevel |
68 |
Priority: extra |
69 |
Architecture: any |
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. |
74 |
. |
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. |
78 |
. |
79 |
mimetic doesn't use exceptions but it heavily uses templates so a mostly |
80 |
standard compliant C++ compiler is required. |
81 |
. |
82 |
This package contains the debug symbols for libmimetic0. |