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
|
Source: xz-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: ant,
debhelper (>= 11),
default-jdk,
default-jdk-doc,
javahelper,
maven-repo-helper
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/java-team/xz-java.git
Vcs-Browser: https://salsa.debian.org/java-team/xz-java
Homepage: http://tukaani.org/xz/java.html
Package: libxz-java
Architecture: all
Depends: ${misc:Depends}
Description: Java library with a complete implementation of XZ data compression
XZ for Java aims to be a complete implementation of XZ data compression
in pure Java. Single-threaded streamed compression and decompression
and random access decompression have been fully implemented.
Package: libxz-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: default-jdk-doc
Description: Documentation for libxz-java
XZ for Java aims to be a complete implementation of XZ data compression
in pure Java. Single-threaded streamed compression and decompression
and random access decompression have been fully implemented.
.
This package contains the Javadoc files and some examples to illustrate
how use the xz-java library.
|