lzlib 1.12-2 source package in Ubuntu
Changelog
lzlib (1.12-2) sid; urgency=medium * Uploading to sid. * Updating watch file. * Updating to standards version 4.6.0. -- Daniel Baumann <email address hidden> Sat, 09 Oct 2021 09:51:09 +0200
Upload details
- Uploaded by:
- Daniel Baumann
- Uploaded to:
- Sid
- Original maintainer:
- Daniel Baumann
- Architectures:
- any
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
lzlib_1.12-2.dsc | 1.9 KiB | 2cf04851bc740b6e1a749615e8f74f9698e95268e3a9f8e2d72adf676e88e287 |
lzlib_1.12.orig.tar.xz | 94.0 KiB | 18d66f681be0a47d1e6c62428d84ecd1469657758c2ec29afd9c8ae8c741aa36 |
lzlib_1.12-2.debian.tar.xz | 7.1 KiB | b17ad10da766b964252733432e4a9d06f7b4f3ef6a87a4aa72f67ca2904d6e97 |
Available diffs
- diff from 1.12-1 to 1.12-2 (660 bytes)
No changes file available.
Binary packages built by this source
- liblz-dev: data compressor based on the LZMA algorithm (development)
The lzlib compression library provides in-memory LZMA compression and
decompression functions, including integrity checking of the uncompressed data.
The compressed data format used by the library is the lzip format.
.
This package contains the development files.
- liblz1: data compressor based on the LZMA algorithm (library)
The lzlib compression library provides in-memory LZMA compression and
decompression functions, including integrity checking of the uncompressed data.
The compressed data format used by the library is the lzip format.
- liblz1-dbgsym: debug symbols for liblz1
- minilzip: minified, lossless data compressor based on the LZMA algorithm
Lzip is a lossless data compressor based on the LZMA algorithm, with very safe
integrity checking and a user interface similar to the one of gzip or bzip2.
Lzip decompresses almost as fast as gzip and compresses better than bzip2,
which makes it well suited for software distribution and data archiving.
.
Minilzip is a minimal version of lzip using the lzip file format; the files
produced by Minilzip are fully compatible with lzip.
.
Minilzip is intended as a test program for the lzlib library.
- minilzip-dbgsym: debug symbols for minilzip