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
|
Source: libxpp3-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Marcus Better <marcus@better.se>,
Ludovic Claude <ludovic.claude@laposte.net>,
Torsten Werner <twerner@debian.org>
Build-Depends:
ant,
ant-optional,
debhelper (>= 11),
default-jdk,
junit,
maven-repo-helper
Standards-Version: 4.1.3
Vcs-Git: https://anonscm.debian.org/git/pkg-java/libxpp3-java.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libxpp3-java.git
Homepage: http://www.extreme.indiana.edu/xgws/xsoap/xpp
Package: libxpp3-java
Architecture: all
Depends: ${misc:Depends}
Description: XML pull parser library for java
Xml Pull Parser (in short XPP) is a streaming pull XML parser for java.
This version XPP3 is a successor of XPP2 (see package libxpp2-java) that
implements XmlPull API (see http://www.xmlpull.org).
.
However XPP3 currently supports only parsing and does not support
incremental node tree from XPP2.
|