Source: lz4-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Saif Abdul Cassim , tony mancill Build-Depends: debhelper-compat (= 13), default-jdk, junit4, libbuild-helper-maven-plugin-java, libcarrotsearch-randomizedtesting-java (>= 2.1.17-4~), liblz4-dev, libmaven-antrun-plugin-java, libmvel-java (>= 2.4.4-2~), libsurefire-java, libxxhash-dev, lz4, maven-debian-helper, maven-repo-helper, Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/java-team/lz4-java Vcs-Git: https://salsa.debian.org/java-team/lz4-java.git Homepage: https://github.com/yawkat/lz4-java Rules-Requires-Root: no Package: liblz4-java Architecture: all Depends: ${misc:Depends}, liblz4-jni Description: LZ4 compression for Java LZ4 compression for Java, based on Yann Collet's work available at https://github.com/lz4/lz4. This library provides access to two compression methods that both generate a valid LZ4 stream: fast scan (LZ4) with a low memory footprint, very fast and reasonable compression ratio, and high compression (LZ4 HC) with medium memory footprint, rather slow and a good compression ratio . The streams produced by those two compression algorithms use the same compression format, are very fast to decompress and can be decompressed by the same decompressor instance. Package: liblz4-jni Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Static-Built-Using: ${lz4:StaticBuiltUsing} Description: LZ4 compression for Java (JNI library) LZ4 compression for Java, based on Yann Collet's work available at https://github.com/lz4/lz4. This library provides access to two compression methods that both generate a valid LZ4 stream: fast scan (LZ4) with a low memory footprint, very fast and reasonable compression ratio, and high compression (LZ4 HC) with medium memory footprint, rather slow and a good compression ratio . The streams produced by those two compression algorithms use the same compression format, are very fast to decompress and can be decompressed by the same decompressor instance. . This package contains the architecture specific Java native interface part.