File: control

package info (click to toggle)
libxmlenc-java 0.52%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, stretch, trixie
  • size: 460 kB
  • ctags: 234
  • sloc: java: 2,521; xml: 511; makefile: 3
file content (18 lines) | stat: -rw-r--r-- 767 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: libxmlenc-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: debhelper (>= 9), ant, default-jdk, maven-repo-helper
Standards-Version: 3.9.6
Vcs-Git: https://anonscm.debian.org/git/pkg-java/libxmlenc-java.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libxmlenc-java.git
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.