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
|
Source: jzlib
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Damien Raude-Morvan <drazzib@debian.org>,
Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
debhelper (>= 10),
default-jdk,
javahelper,
maven-repo-helper (>= 1.6)
Standards-Version: 4.1.3
Vcs-Git: https://anonscm.debian.org/git/pkg-java/jzlib.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jzlib.git
Homepage: http://www.jcraft.com/jzlib/
Package: libjzlib-java
Architecture: all
Depends: ${misc:Depends}
Description: Java Zlib implementation
JZlib is a pure Java implementation of ZLib (see RFC-1950 and RFC-1951).
.
It supports all compression level and all flushing mode of ZLib and
it can inflate and deflate exactly like ZLib does.
It provide much more flexibility over 'java.util.zip.*' included in
Java Platform API.
.
JZlib is licensed under a BSD style license.
|