lz4tools 1.3.1.1-5 source package in Ubuntu

Changelog

lz4tools (1.3.1.1-5) unstable; urgency=medium

  * Fix "python3-lz4tools is empty" (Closes: #1000175).

 -- Thomas Goirand <email address hidden>  Fri, 19 Nov 2021 14:44:48 +0100

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
lz4tools_1.3.1.1-5.dsc 2.1 KiB b27860b5da347b5b0479e534be4dc00b8e92474107d21bb3713751a1f9ac413b
lz4tools_1.3.1.1.orig.tar.xz 44.6 KiB 5101117b54ee8321c26b6e30212d6db94591059579b6cc6fbd882ac62c5aa821
lz4tools_1.3.1.1-5.debian.tar.xz 3.6 KiB 3be84687a4dc23c9741195eecaa8284cc492dc82997678343dfd60c6525ea389

No changes file available.

Binary packages built by this source

python3-lz4tools: Tools for working with LZ4 compression algorithm.

 LZ4 is lossless compression algorithm, providing compression speed > 500 MB/s
 per core, scalable with multi-cores CPU. It features an extremely fast
 decoder, with speed in multiple GB/s per core, typically reaching RAM speed
 limits on multi-core systems.
 .
 Speed can be tuned dynamically, selecting an "acceleration" factor which
 trades compression ratio for faster speed. On the other end, a high
 compression derivative, LZ4_HC, is also provided, trading CPU time for
 improved compression ratio. All versions feature the same decompression speed.
 .
 LZ4 is also compatible with dictionary compression, and can ingest any input
 file as dictionary, including those created by Zstandard Dictionary Builder.

python3-lz4tools-dbgsym: debug symbols for python3-lz4tools