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
|
Source: dictzip-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Andrej Shadura <andrewsh@debian.org>,
Build-Depends:
debhelper (>= 9),
gradle-debian-helper,
default-jdk
Build-Depends-Indep:
default-jdk-doc,
maven-repo-helper (>= 1.5)
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/java-team/dictzip-java.git
Vcs-Browser: https://salsa.debian.org/java-team/dictzip-java
Homepage: https://github.com/dictzip/dictzip-java
Package: libdictzip-java
Architecture: all
Depends:
${misc:Depends}
Description: DictZip library for Java
This package provides a Java library to access dictionary databases
compressed with the LZ77 algorithm in a manner which is completely
compatible with gzip(1), but using an extension that allows for random
access to chunks of about 57kB without the overhead of decompressing
the entire file.
|