1 |
gregoa |
131 |
Source: mimetic |
2 |
|
|
Priority: optional |
3 |
gregoa |
1311 |
Maintainer: gregor herrmann <gregoa@debian.org> |
4 |
gregoa |
302 |
Uploaders: tony mancill <tmancill@debian.org> |
5 |
gregoa |
1445 |
Build-Depends: debhelper (>= 6), autotools-dev, doxygen |
6 |
gregoa |
1451 |
Standards-Version: 3.8.0 |
7 |
gregoa |
546 |
Section: libs |
8 |
gregoa |
886 |
Homepage: http://codesink.org/mimetic_mime_library.html |
9 |
gregoa |
1009 |
Vcs-Svn: http://svn.toastfreeware.priv.at/debian/mimetic/trunk/ |
10 |
|
|
Vcs-Browser: http://svn.toastfreeware.priv.at/wsvn/ToastfreewareDebian/mimetic/trunk/ |
11 |
gregoa |
131 |
|
12 |
gregoa |
176 |
Package: libmimetic-dev |
13 |
gregoa |
131 |
Section: libdevel |
14 |
|
|
Architecture: any |
15 |
gregoa |
792 |
Depends: libmimetic0 (= ${binary:Version}) |
16 |
gregoa |
176 |
Suggests: libmimetic-doc |
17 |
gregoa |
219 |
Description: C++ MIME library (development) |
18 |
gregoa |
131 |
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 |
gregoa |
176 |
Package: libmimetic-doc |
31 |
gregoa |
131 |
Section: doc |
32 |
|
|
Architecture: all |
33 |
gregoa |
176 |
Recommends: libmimetic-dev (>= 0.8.9-5) |
34 |
|
|
Conflicts: libmimetic-dev (<< 0.8.9-5) |
35 |
|
|
Replaces: libmimetic-dev (<< 0.8.9-5) |
36 |
gregoa |
219 |
Description: C++ MIME library (documentation) |
37 |
gregoa |
131 |
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 |
gregoa |
219 |
Description: C++ MIME library (runtime) |
54 |
gregoa |
131 |
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 |
gregoa |
834 |
|
66 |
|
|
Package: libmimetic0-dbg |
67 |
|
|
Section: libdevel |
68 |
gregoa |
1104 |
Priority: extra |
69 |
gregoa |
834 |
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. |