File: control

package info (click to toggle)
libjdom0-java 0.9b-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 7,148 kB
  • ctags: 3,103
  • sloc: java: 9,604; xml: 595; makefile: 44; sh: 33; perl: 31
file content (18 lines) | stat: -rw-r--r-- 836 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: libjdom0-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(>= 4.0), java-gcj-compat-dev, doxygen, libjaxen-java
Standards-Version: 3.7.2

Package: libjdom0-java
Architecture: all
Depends: java-gcj-compat | 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.