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 53 54 55 56 57
|
Source: libjibx1.2-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Eric Lavarde <deb@zorglub.s.bawue.de>,
Stephen Nelson <stephen@eccostudio.com>
Build-Depends: ant, cdbs (>= 0.4.8), debhelper (>= 9), default-jdk, maven-repo-helper
Build-Depends-Indep: libbcel-java,
libjoda-time-java,
liblog4j1.2-java,
libxpp3-java
Standards-Version: 4.1.4
Vcs-Git: git://anonscm.debian.org/pkg-java/libjibx-java.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libjibx-java.git
Homepage: http://jibx.sf.net
Package: libjibx1.2-java
Architecture: all
Depends: libbcel-java, libxpp3-java, ${misc:Depends}
Suggests: libjibx-java-doc
Conflicts: libjibx-java (<= 1.0.2-1)
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
Architecture: all
Depends: libjibx1.2-java, ${misc:Depends}
Description: Framework for binding XML data to Java objects (symlink)
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.
.
This package provides the jibx.jar file as a symbolic link to the
versioned jar.
Package: libjibx1.2-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: libjibx-java
Description: Framework for binding XML data to Java objects (documentation)
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.
.
This package contains documentation, javadocs and tutorial code for JiBX.
|