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 44 45 46 47 48 49 50 51 52
|
Source: dom4j
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Marcus Better <marcus@better.se>,
Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
antlr,
debhelper (>= 11~),
default-jdk,
default-jdk-doc,
gradle-debian-helper,
junit,
libjaxb-api-java,
libjaxen-java,
libmsv-java,
libxalan2-java (>= 2.7.0),
libxerces2-java,
libxpp2-java (>= 2.1.10-8~),
libxpp3-java,
maven-repo-helper
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/dom4j.git
Vcs-Browser: https://salsa.debian.org/java-team/dom4j
Homepage: https://dom4j.github.io
Package: libdom4j-java
Architecture: all
Depends: ${misc:Depends}, libjaxen-java
Suggests:
libdom4j-java-doc,
libmsv-java,
libxpp2-java (>= 2.1.10-8~),
libxpp3-java
Description: Flexible XML framework for Java
dom4j is a library for working with XML, XPath and XSLT on the Java
platform using the Java Collections Framework and with full support
for DOM, SAX and JAXP.
Package: libdom4j-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libdom4j-java
Description: Flexible XML framework for Java (documentation)
dom4j is a library for working with XML, XPath and XSLT on the Java
platform using the Java Collections Framework and with full support
for DOM, SAX and JAXP.
.
This package contains the documentation for dom4j, including the API
Javadoc.
|