File: control

package info (click to toggle)
libjdom-java 0.99.b10-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,472 kB
  • ctags: 5
  • sloc: makefile: 13
file content (18 lines) | stat: -rw-r--r-- 838 bytes parent folder | download
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.