libdeflate 1.23-ok1 source package in openKylin

Changelog

libdeflate (1.23-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Fri, 29 May 2026 07:13:36 -0700

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
science
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main science

Downloads

File Size SHA-256 Checksum
libdeflate_1.23.orig.tar.gz 192.9 KiB 1ab18349b9fb0ce8a0ca4116bded725be7dcbfa709e19f6f983d99df1fb8b25f
libdeflate_1.23-ok1.debian.tar.xz 4.1 KiB 9a6113e06c022973173f9e6e554c691ba0008647fd35ffc31e0147f228ca7055
libdeflate_1.23-ok1.dsc 2.1 KiB 30dcc4122a8bfd38c6095907dcb0c92ee84be3b8ce2d560d10886fd544efdd37

Available diffs

View changes file

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 tool: libdeflate-gzip (and libdeflate-gunzip).
 This program which can be a drop-in replacement for standard "gzip" under
 some circumstances. Note that "libdeflate-gzip" has some limitations; it is
 provided for convenience and is **not** meant to be the main use case of
 libdeflate. It needs a lot of memory to process large files, and it omits
 support for some infrequently-used options of GNU gzip.

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