File: control

package info (click to toggle)
libjdom1-java 1.1.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,440 kB
  • ctags: 1,544
  • sloc: java: 10,084; xml: 731; sh: 41; perl: 31; makefile: 17
file content (39 lines) | stat: -rw-r--r-- 1,722 bytes parent folder | download
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
Source: libjdom1-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Arnaud Vandyck <avdyk@debian.org>, Marcus Better <marcus@better.se>,
 Damien Raude-Morvan <drazzib@debian.org>
Build-Depends: debhelper (>= 7.0.50~), default-jdk, ant
Build-Depends-Indep: maven-repo-helper, libjaxen-java
Standards-Version: 3.8.3
Homepage: http://jdom.org/
Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/libjdom1-java/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjdom1-java/

Package: libjdom1-java
Architecture: all
Depends: ${misc:Depends}, default-jre-headless | java-runtime-headless
Suggests: java-virtual-machine
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.

Package: libjdom1-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libjdom1-java
Description: lightweight and fast library using XML - documentation
 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.
 .
 This package contains API documentation (Javadoc) of libjdom1-java.