File: control

package info (click to toggle)
apache-mime4j 0.8.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,772 kB
  • sloc: java: 27,600; xml: 11,916; makefile: 4
file content (36 lines) | stat: -rw-r--r-- 1,195 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
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-compat (= 13),
 default-jdk,
 javahelper,
 junit4,
 libassertj-core-java,
 libcommons-io-java,
 libjavacc-maven-plugin-java,
 liblog4j1.2-java,
 libmaven-bundle-plugin-java,
 libmockito-java,
 maven-debian-helper
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/java-team/apache-mime4j.git
Vcs-Browser: https://salsa.debian.org/java-team/apache-mime4j
Homepage: https://james.apache.org/mime4j/
Rules-Requires-Root: no

Package: libapache-mime4j-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
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.