File: control

package info (click to toggle)
libxpp2-java 2.1.10-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,744 kB
  • sloc: java: 10,309; xml: 601; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,199 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
Source: libxpp2-java
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Section: java
Priority: optional
Build-Depends: debhelper-compat (= 13),
               ant,
               default-jdk-headless,
               maven-repo-helper
Build-Depends-Indep: junit
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/java-team/libxpp2-java
Vcs-Git: https://salsa.debian.org/java-team/libxpp2-java.git
Homepage: https://web.archive.org/web/20210225153105/https://www.extreme.indiana.edu/

Package: libxpp2-java
Architecture: all
Depends: ${misc:Depends}
Description: XML pull parser library for java V2
 Xml Pull Parser (in short XPP) is a streaming pull XML parser for java.
 This version XPP2 is the predecessor of XPP3 (see package libxpp3-java).
 .
 XPP2 consists of two parts: generic API and its implementations. This
 Debian version only provides the default implementation optimized for
 size and speed and is not exposing DTD, entities, comments, or processing
 instructions to the user.
 .
 If you need a xml pull parser implementing the XmlPull API you want to
 have a look at the libxpp3-java package.