File: control

package info (click to toggle)
libxmlenc-java 0.52%2Bdfsg-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 416 kB
  • ctags: 234
  • sloc: java: 2,521; xml: 509; makefile: 9
file content (27 lines) | stat: -rw-r--r-- 1,060 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
Source: libxmlenc-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Thomas Koch <thomas.koch@ymc.ch>
Build-Depends: debhelper (>> 7.0.50), ant, default-jdk, maven-repo-helper
Standards-Version: 3.8.3
Homepage: http://xmlenc.sourceforge.net

Package: libxmlenc-java
Architecture: all
Depends: ${misc:Depends}
Description: Fast stream-based XML output library for java
 Lightweight XML encoding library for Java, optimized for performance. It
 fills the gap between a light-weight parser like SAX, and a heavy-weight
 XML output library, like JDOM.

Package: libxmlenc-java-doc
Depends: libxmlenc-java (= ${binary:Version}), ${misc:Depends}
Section: doc
Architecture: all
Description: Fast stream-based XML output library for java - documentation
 Lightweight XML encoding library for Java, optimized for performance. It
 fills the gap between a light-weight parser like SAX, and a heavy-weight
 XML output library, like JDOM.
 .
 This package contains the javadoc documentation.