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
|
Source: libjibx-java
Section: contrib/libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Eric Lavarde <deb@zorglub.s.bawue.de>, Michael Koch <konqueror@gmx.de>
Build-Depends: debhelper (>= 4.1.0), cdbs (>= 0.4.8)
Build-Depends-Indep: gjdoc, sun-java6-jdk, ant, antlr, libbcel-java, libxpp3-java
Standards-Version: 3.7.3
Package: libjibx-java
Architecture: all
Depends: sun-java6-jre | java2-runtime, libbcel-java, libxpp3-java
Suggests: java-virtual-machine, libjibx-java-doc
Description: Framework for binding XML data to Java objects
JiBX lets you work with data from XML documents using your own class
structures. The JiBX framework handles all the details of converting
your data to and from XML based on your instructions. JiBX is designed
to perform the translation between internal data structures and XML
with very high efficiency, but still allows you a high degree of
control over the translation process.
Package: libjibx-java-doc
Section: contrib/doc
Architecture: all
Recommends: iceweasel | www-browser
Suggests: libjibx-java
Description: Documentation for libjibx-java
This package contains documentation, javadocs (or should I say gjdocs) and
tutorial code for JiBX.
|