1 |
Source: mimetic |
2 |
Priority: optional |
3 |
Maintainer: gregor herrmann <gregor+debian@comodo.priv.at> |
4 |
Uploaders: tony mancill <tmancill@debian.org> |
5 |
Build-Depends: debhelper (>= 5.0.0), autotools-dev, doxygen |
6 |
Standards-Version: 3.7.2 |
7 |
XS-Vcs-Svn: http://svn.toastfreeware.priv.at/debian/mimetic/trunk/ |
8 |
Section: libs |
9 |
|
10 |
Package: libmimetic-dev |
11 |
Section: libdevel |
12 |
Architecture: any |
13 |
Depends: libmimetic0 (= ${Source-Version}) |
14 |
Suggests: libmimetic-doc |
15 |
Description: C++ MIME library (development) |
16 |
mimetic is a GPL MIME library written in C++ designed to be easy to use and |
17 |
integrate but yet fast and efficient. |
18 |
. |
19 |
mimetic has been built around the standard lib. This means that you'll not |
20 |
find yet another string class or list implementation and that you'll feel |
21 |
comfortable in using this library from the very first time. |
22 |
. |
23 |
mimetic doesn't use exceptions but it heavily uses templates so a mostly |
24 |
standard compliant C++ compiler is required. |
25 |
. |
26 |
This package contains the header files. |
27 |
. |
28 |
Homepage: http://codesink.org/mimetic_mime_library.html |
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 |
Homepage: http://codesink.org/mimetic_mime_library.html |
50 |
|
51 |
Package: libmimetic0 |
52 |
Section: libs |
53 |
Architecture: any |
54 |
Depends: ${shlibs:Depends}, ${misc:Depends} |
55 |
Description: C++ MIME library (runtime) |
56 |
mimetic is a GPL MIME library written in C++ designed to be easy to use and |
57 |
integrate but yet fast and efficient. |
58 |
. |
59 |
mimetic has been built around the standard lib. This means that you'll not |
60 |
find yet another string class or list implementation and that you'll feel |
61 |
comfortable in using this library from the very first time. |
62 |
. |
63 |
mimetic doesn't use exceptions but it heavily uses templates so a mostly |
64 |
standard compliant C++ compiler is required. |
65 |
. |
66 |
This package contains the libraries. |
67 |
. |
68 |
Homepage: http://codesink.org/mimetic_mime_library.html |