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
|
Source: practicalxml-java
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper-compat (= 13),
default-jdk-headless,
maven-debian-helper
Build-Depends-Indep: junit,
libkdgcommons-java
Standards-Version: 4.7.1
Vcs-Browser: https://salsa.debian.org/java-team/practicalxml-java
Vcs-Git: https://salsa.debian.org/java-team/practicalxml-java.git
Homepage: http://sourceforge.net/projects/practicalxml/
Package: libpracticalxml-java
Architecture: all
Depends: ${misc:Depends},
${maven:Depends}
Recommends: ${maven:OptionalDepends}
Description: practical XML handling routines
The package provides a collection of utility classes for working with
the JDK's built-in XML packages. These are meant to bring the well
maintained core routines of the JDK closer to regular applications for
handling XML data and their schemata. Priorities in the development
where set to meet specific needs in the maintainers' other professional
and personal projects.
|