File: control

package info (click to toggle)
apache-mime4j 0.7.2-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,156 kB
  • ctags: 3,299
  • sloc: java: 21,506; xml: 11,643; makefile: 38
file content (52 lines) | stat: -rw-r--r-- 1,773 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
Source: apache-mime4j
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>, Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
 debhelper (>= 9~)
 , default-jdk
 , maven2
 , maven-debian-helper
 , maven-repo-helper
 , javahelper
Build-Depends-Indep:
 libmaven-assembly-plugin-java
 , libmaven-javadoc-plugin-java
 , libjavacc-maven-plugin-java
 , junit
 , liblog4j1.2-java
 , libcommons-io-java
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-java/apache-mime4j.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/apache-mime4j.git
Homepage: http://james.apache.org/mime4j/

Package: libapache-mime4j-java
Architecture: all
Depends:
 ${misc:Depends}
 , ${java:Depends}
Recommends: ${java:Recommends}
Description: MIME and RFC822 parser for Java
 mime4j provides a parser, MimeStreamParser, for e-mail message streams in
 plain rfc822 and MIME format. The parser uses a callback mechanism to report
 parsing events such as the start of an entity header, the start of a body,
 etc.
 If you are familiar with the SAX XML parser interface you should have no
 problem getting started with mime4j.

Package: libapache-mime4j-java-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends}
Description: MIME and RFC822 parser for Java - documentation
 mime4j provides a parser, MimeStreamParser, for e-mail message streams in
 plain rfc822 and MIME format. The parser uses a callback mechanism to report
 parsing events such as the start of an entity header, the start of a body,
 etc.
 If you are familiar with the SAX XML parser interface you should have no
 problem getting started with mime4j.
 .
 This package contains the API documentation.