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 37 38 39 40 41 42 43 44 45
|
Source: zstd-jni-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Olek Wojnar <olek@debian.org>,
Build-Depends: debhelper-compat (= 13),
cmake,
default-jdk,
javahelper,
libzstd-dev,
maven-debian-helper,
maven-repo-helper,
pkgconf,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/luben/zstd-jni
Vcs-Browser: https://salsa.debian.org/java-team/zstd-jni-java
Vcs-Git: https://salsa.debian.org/java-team/zstd-jni-java.git
Package: libzstd-jni-java
Architecture: all
Multi-Arch: foreign
Depends: libzstd-jni1, ${maven:CompileDepends}, ${misc:Depends}
Description: JNI bindings for Zstd (Java files)
Native library that provides a fast and high-compression lossless algorithm
for Android, Java, and all JVM languages. It features static
compress/decompress methods, implementation of InputStream and OutputStream
for transparent compression of data streams fully compatible with the "zstd"
program, and minimal performance overhead.
.
This package contains the required Java files.
Package: libzstd-jni1
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: JNI bindings for Zstd (Architecture-specific files)
Native library that provides a fast and high-compression lossless algorithm
for Android, Java, and all JVM languages. It features static
compress/decompress methods, implementation of InputStream and OutputStream
for transparent compression of data streams fully compatible with the "zstd"
program, and minimal performance overhead.
.
This package contains the required architecture-specific files.
|