This package browser is in early development. Mind the rough edges.

zopfli

Very good, but slow, deflate or zlib compression

Zopfli Compression Algorithm is a compression library programmed in C to perform very good, but slow, deflate or zlib compression. ZopfliCompress supports the deflate, gzip and zlib output formats. This library can only compress, not decompress; existing zlib or deflate libraries can decompress the data.

Installation

Install the latest version of zopfli as follows:

guix install zopfli

Or install a particular version:

guix install zopfli@1.0.3

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of zopfli about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/zopfli'><img src='https://packages.guix.gnu.org/packages/zopfli/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/zopfli/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/zopfli)

Example Org:

[[https://packages.guix.gnu.org/packages/zopfli][https://packages.guix.gnu.org/packages/zopfli/badges/latest-version.svg]]