lz4tools 1.3.1.1-5build4 source package in Ubuntu

Changelog

lz4tools (1.3.1.1-5build4) noble; urgency=medium

  * No-change rebuild with Python 3.12 as supported version

 -- Graham Inggs <email address hidden>  Tue, 31 Oct 2023 17:07:17 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
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.orig.tar.xz 44.6 KiB 5101117b54ee8321c26b6e30212d6db94591059579b6cc6fbd882ac62c5aa821
lz4tools_1.3.1.1-5build4.debian.tar.xz 3.8 KiB 91a805de16db186ffd53dfe646695238214cdde2e96f16c1f6eecd36d1d0372c
lz4tools_1.3.1.1-5build4.dsc 2.1 KiB 507351fa355ea79512680a533dc66d678e6450b075b3bc9fc19626c91c3cd2c7

Available diffs

View changes file

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