libdeflate 1.3-3 source package in Ubuntu

Changelog

libdeflate (1.3-3) unstable; urgency=medium

  * Drop valgrind build-dep

 -- Michael R. Crusoe <email address hidden>  Fri, 13 Sep 2019 15:28:11 +0200

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.3-3.dsc 2.1 KiB 80da7fffdeb5e1edeca5bf56a61d2ec938d6ed1e9ce8f314dba903a291dab0c9
libdeflate_1.3.orig.tar.gz 131.1 KiB 09a23f5a6bf74789605a452364fae2156627a0a62a3de2a82ceb362982a87f0b
libdeflate_1.3-3.debian.tar.xz 4.9 KiB 4ce7c09d9415d35a032013a76fa78fd31d7eba08804509a89c5725898850723a

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