zopfli 1.0.3
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.
- Outputs:
out
- Website: https://github.com/google/zopfli
- Licenses: ASL 2.0
- Package source: gnu/packages/compression.scm
- Builds: See build status
- Issues: See known issues
Installation
Install zopfli 1.0.3
as follows:
guix install zopfli@1.0.3
Or install the latest version:
guix install zopfli
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.