libdeflate 1.5-2 source package in Ubuntu

Changelog

libdeflate (1.5-2) unstable; urgency=medium

  * Standards-Version: 4.5.0 (routine-update)
  * Remove obsolete fields Name from debian/upstream/metadata.
  * New binary package libdeflate-tools

 -- Michael R. Crusoe <email address hidden>  Mon, 10 Feb 2020 12:57:43 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdeflate_1.5-2.dsc 2.1 KiB 54ea6ec81d2489bf68252d61cfa50fcf951392d88f7af9b9fcec210e25c87e0d
libdeflate_1.5.orig.tar.gz 133.1 KiB 45b1b2332f443b705c59d06a49be009827291d2c487b076dc8ec2791eff4c711
libdeflate_1.5-2.debian.tar.xz 4.1 KiB 13a44b393749c5a2e3a6d1c1cbfedd9ab608938c8e2b1e1fcc142798d57aacb6

Available diffs

No changes file available.

Binary packages built by this source

libdeflate-dev: headers for whole-buffer compression and decompression library

 The supported formats are:
  * DEFLATE (raw)
  * zlib (a.k.a. DEFLATE with a zlib wrapper)
  * gzip (a.k.a. DEFLATE with a gzip wrapper)
 .
 libdeflate is heavily optimized. It is significantly faster than the zlib
 library, both for compression and decompression, and especially on x86
 processors. In addition, libdeflate provides optional high compression modes
 that provide a better compression ratio than the zlib's "level 9".
 .
 This package provides the development headers.

libdeflate-tools: tools for whole-buffer compression and decompression library

 The supported formats are:
  * DEFLATE (raw)
  * zlib (a.k.a. DEFLATE with a zlib wrapper)
  * gzip (a.k.a. DEFLATE with a gzip wrapper)
 .
 libdeflate is heavily optimized. It is significantly faster than the zlib
 library, both for compression and decompression, and especially on x86
 processors. In addition, libdeflate provides optional high compression modes
 that provide a better compression ratio than the zlib's "level 9".
 .
 This package provides the sample tools.

libdeflate-tools-dbgsym: debug symbols for libdeflate-tools
libdeflate0: fast, whole-buffer DEFLATE-based compression and decompression

 The supported formats are:
  * DEFLATE (raw)
  * zlib (a.k.a. DEFLATE with a zlib wrapper)
  * gzip (a.k.a. DEFLATE with a gzip wrapper)
 .
 libdeflate is heavily optimized. It is significantly faster than the zlib
 library, both for compression and decompression, and especially on x86
 processors. In addition, libdeflate provides optional high compression modes
 that provide a better compression ratio than the zlib's "level 9".

libdeflate0-dbgsym: debug symbols for libdeflate0