SlackBuilds Repository

15.0 > Libraries > libdeflate (1.25)

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 and ARM processors. In addition, libdeflate provides optional
high compression modes that provide a better compression ratio than
the zlib's "level 9".

As well as installing a shared library, the cmake recipe installs a
static library (libdeflate.a) which is usually not kept in the final
package. If it is required to be kept in the final package, run the
SlackBuild with the environment variable KEEP_STATIC_LIB=yes e.g.
KEEP_STATIC_LIB=yes bash libdeflate.SlackBuild

Maintained by: Christoph Willing
Keywords: compression,decompression,libdeflate
ChangeLog: libdeflate

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

Source Downloads:
libdeflate-1.25.tar.gz (863abae64494dcbb04c2c648ca05bf1e)

Download SlackBuild:
libdeflate.tar.gz
libdeflate.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
libdeflate.SlackBuild
libdeflate.info
slack-desc

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2026 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds