lz4-java 1.8.0-4build1 source package in Ubuntu

Changelog

lz4-java (1.8.0-4build1) noble; urgency=high

  * No change rebuild against frame pointers and time_t.

 -- Julian Andres Klode <email address hidden>  Mon, 22 Apr 2024 11:48:41 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
lz4-java_1.8.0.orig.tar.xz 401.7 KiB 49eedaa526263a828251677135fad84744ffca626556d793119bdc897381bfa3
lz4-java_1.8.0-4build1.debian.tar.xz 8.1 KiB 1c9b674295facb8a280ec331a3cf554b368fe4da833ffc8f894cce5d3b880a5c
lz4-java_1.8.0-4build1.dsc 2.4 KiB 01215e033a04a51483f02752d5fff2be0216ae7368fe57bf8c2c248cb074a1f5

View changes file

Binary packages built by this source

liblz4-java: 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.

liblz4-jni: 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.

liblz4-jni-dbgsym: debug symbols for liblz4-jni