File: control

package info (click to toggle)
mimetic 0.9.3-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,516 kB
  • ctags: 1,749
  • sloc: cpp: 11,182; sh: 7,902; makefile: 162
file content (82 lines) | stat: -rw-r--r-- 3,149 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Source: mimetic
Priority: optional
Maintainer: gregor herrmann <gregoa@debian.org>
Uploaders: tony mancill <tmancill@debian.org>
Build-Depends: debhelper (>= 6), autotools-dev, doxygen, quilt
Standards-Version: 3.7.3
Section: libs
Homepage: http://codesink.org/mimetic_mime_library.html
Vcs-Svn: http://svn.toastfreeware.priv.at/debian/mimetic/trunk/
Vcs-Browser: http://svn.toastfreeware.priv.at/wsvn/ToastfreewareDebian/mimetic/trunk/

Package: libmimetic-dev
Section: libdevel
Architecture: any
Depends: libmimetic0 (= ${binary:Version})
Suggests: libmimetic-doc
Description: C++ MIME library (development)
 mimetic is a GPL MIME library written in C++ designed to be easy to use and
 integrate but yet fast and efficient.
 .
 mimetic has been built around the standard lib. This means that you'll not
 find yet another string class or list implementation and that you'll feel
 comfortable in using this library from the very first time.
 .
 mimetic doesn't use exceptions but it heavily uses templates so a mostly
 standard compliant C++ compiler is required. 
 .
 This package contains the header files.

Package: libmimetic-doc
Section: doc
Architecture: all
Recommends: libmimetic-dev (>= 0.8.9-5)
Conflicts: libmimetic-dev (<< 0.8.9-5)
Replaces: libmimetic-dev (<< 0.8.9-5)
Description: C++ MIME library (documentation)
 mimetic is a GPL MIME library written in C++ designed to be easy to use and
 integrate but yet fast and efficient.
 .
 mimetic has been built around the standard lib. This means that you'll not
 find yet another string class or list implementation and that you'll feel
 comfortable in using this library from the very first time.
 .
 mimetic doesn't use exceptions but it heavily uses templates so a mostly
 standard compliant C++ compiler is required. 
 .
 This package contains the developers' documentation.

Package: libmimetic0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C++ MIME library (runtime)
 mimetic is a GPL MIME library written in C++ designed to be easy to use and
 integrate but yet fast and efficient.
 .
 mimetic has been built around the standard lib. This means that you'll not
 find yet another string class or list implementation and that you'll feel
 comfortable in using this library from the very first time.
 .
 mimetic doesn't use exceptions but it heavily uses templates so a mostly
 standard compliant C++ compiler is required. 
 .
 This package contains the libraries.

Package: libmimetic0-dbg
Section: libdevel
Priority: extra
Architecture: any
Depends: libmimetic0 (= ${binary:Version})
Description: C++ MIME library (debug)
 mimetic is a GPL MIME library written in C++ designed to be easy to use and
 integrate but yet fast and efficient.
 .
 mimetic has been built around the standard lib. This means that you'll not
 find yet another string class or list implementation and that you'll feel
 comfortable in using this library from the very first time.
 .
 mimetic doesn't use exceptions but it heavily uses templates so a mostly
 standard compliant C++ compiler is required. 
 .
 This package contains the debug symbols for libmimetic0.