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
|
Source: freehep-xml
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Giovanni Mascellani <gio@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper-compat (= 13),
default-jdk,
maven-debian-helper
Build-Depends-Indep: junit,
libfreehep-io-java,
libfreehep-swing-java,
libfreehep-util-java,
libjdom1-java,
libmaven-exec-plugin-java
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/java-team/freehep-xml
Vcs-Git: https://salsa.debian.org/java-team/freehep-xml.git
Homepage: https://java.freehep.org/
Package: libfreehep-xml-java
Architecture: all
Depends: ${maven:Depends},
${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: FreeHEP XML Library
This library provides tools to read and write XML and XHTML files. You can
write XML and XHTML files using a Writer-like interface, with additional
methods to add tags and attributes, or save and restore on object
configuration with XML.
.
FreeHEP is a collection of Java libraries used in High Energy Physics.
|