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
|
Source: libstax-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Ludovic Claude <ludovic.claude@laposte.net>
Build-Depends:
ant,
ant-optional,
debhelper (>= 11),
default-jdk,
junit,
libjaxp1.3-java
Standards-Version: 4.1.3
Vcs-Git: https://salsa.debian.org/java-team/libstax-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libstax-java
Homepage: https://tracker.debian.org/pkg/libstax-java
Package: libstax-java
Architecture: all
Depends:
libjaxp1.3-java,
${misc:Depends}
Suggests:
libstax-java-doc
Description: StAX Reference Implementation (RI)
StAX is a standard XML processing API that allows you to stream XML data
from and to your application. This StAX implementation is the standard
pull parser implementation for JSR-173 specification.
Package: libstax-java-doc
Section: doc
Architecture: all
Depends:
${misc:Depends}
Suggests:
libstax-java
Description: Javadoc API for libstax-java
StAX is a standard XML processing API that allows you to stream XML data
from and to your application. This StAX implementation is the standard
pull parser implementation for JSR-173 specification.
.
This package provides the Javadoc API for StAX.
|