File: control

package info (click to toggle)
libjdom-java 0.99.b10-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,468 kB
  • ctags: 7
  • sloc: makefile: 15
file content (18 lines) | stat: -rw-r--r-- 900 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: Takashi Okamoto <tora@debian.org>, Arnaud Vandyk <avdyk@debian.org>, Wolfgang Baer <WBaer@gmx.de>
Build-Depends-Indep: debhelper (>> 3.0.0), cdbs, jikes (>= 1.15), kaffe(>= 1.0.6), libant1.6-java
Standards-Version: 3.6.1

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.