lz4tools 1.3.1.1-1.1build1 source package in Ubuntu

Changelog

lz4tools (1.3.1.1-1.1build1) focal; urgency=medium

  * No-change rebuild to build with python3.8.

 -- Matthias Klose <email address hidden>  Fri, 18 Oct 2019 18:30:41 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
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-1.1build1.debian.tar.xz 2.6 KiB 82b84b2fb9113871506e1ddf43bc3d0a44361b48482680f784ada43d291f5051
lz4tools_1.3.1.1-1.1build1.dsc 2.1 KiB 41f235237ef0004768c8fcc9df2a65fdb70ad7e6a1edcb94c6db15e3ccc4a6bf

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