1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Source: libjdom-java
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Arnaud Vandyck <avdyk@debian.org>, Wolfgang Baer <WBaer@gmx.de>
Build-Depends-Indep: debhelper (>> 3.0.0), cdbs, kaffe(>= 1.1.6), ant
Standards-Version: 3.6.2
Package: libjdom-java
Architecture: all
Depends: kaffe (>= 1.1.1) | sablevm | gij | java1-runtime | java2-runtime
Description: lightweight and fast library using XML
JDOM is, quite simply, a Java representation of an XML document. JDOM
provides a way to represent that document for easy and efficient
reading, manipulation, and writing. It has a straightforward API, is a
lightweight and fast, and is optimized for the Java programmer. It's
an alternative to DOM and SAX, although it integrates well with both
DOM and SAX.
|