lzlib 1.11-6 source package in Ubuntu

Changelog

lzlib (1.11-6) sid; urgency=medium

  * Uploading to sid.
  * Updating years in copyright file for 2020.
  * Updating to standards version 4.5.0.

 -- Daniel Baumann <email address hidden>  Sat, 25 Jan 2020 19:34:14 +0100

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 Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
lzlib_1.11-6.dsc 1.9 KiB a129f25995a271969fa542f940df13c93dcecb98412632054fe13ab1cc3ac4b8
lzlib_1.11.orig.tar.xz 77.1 KiB 7f087f42c2bb9f39ae2d91633954acfc86dbfe8c389b42adc4b6b5a4ca1452e0
lzlib_1.11-6.debian.tar.xz 6.9 KiB 63dc5bf18a359a16cff19c657c9254efe68adcea7affcad4b88f3853ca1fd752

Available diffs

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