freebsd-ports/archivers/libdeflate/pkg-descr
Alexey Dokuchaev 13cf61b21a Add a port of libdeflate, a library for fast, whole-buffer DEFLATE-based
compression and decompression.

WWW: https://github.com/ebiggers/libdeflate

Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1501364283 which corresponds to commit 3d96a83 tagged
as this release.
2018-01-14 14:06:46 +00:00

13 lines
566 B
Text

libdeflate is a library for 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 offers optional high compression modes
that provide a better compression ratio than the zlib's "level 9".
WWW: https://github.com/ebiggers/libdeflate