libdeflate 1.4-1 source package in Ubuntu

Changelog

libdeflate (1.4-1) unstable; urgency=medium

  * New upstream version

 -- Michael R. Crusoe <email address hidden>  Sat, 28 Dec 2019 12:00:11 +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.4-1.dsc 2.1 KiB f6567e0d3e349658b8364b70c4270b58b6d4398803d3eab8466e18d1772341b2
libdeflate_1.4.orig.tar.gz 132.8 KiB 312b5c6abbc87c4d274b61c1cb47059765066c6c7abcd6ba1e60141274e09bf0
libdeflate_1.4-1.debian.tar.xz 4.1 KiB d5b8e5f11eff74901d1f2572a26f949409cf3b86b4bcb5e1ea45b37314aab331

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.

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