SlackBuilds Repository

15.0 > System > zopfli (1.0.0)

Zopfli Compression Algorithm is a compression library programmed in C
to perform very good, but slow, deflate or zlib compression.

The basic function to compress data is ZopfliCompress in zopfli.h. Use
the ZopfliOptions object to set parameters that affect the speed and
compression. Use the ZopfliInitOptions function to place the default
values in the ZopfliOptions first.

ZopfliCompress supports deflate, gzip and zlib output format with a
parameter. To support only one individual format, you can instead use
ZopfliDeflate in deflate.h, ZopfliZlibCompress in zlib_container.h or
ZopfliGzipCompress in gzip_container.h.

This library can only compress, not decompress. Existing zlib or
deflate libraries can decompress the data.

Zopfli Compression Algorithm was created by Lode Vandevenne and Jyrki
Alakuijala, based on an algorithm by Jyrki Alakuijala.

Maintained by: Oleg A. Deordiev
Keywords: zopfli,gzip,zip,compress
ChangeLog: zopfli

Homepage:
https://github.com/google/zopfli

Source Downloads:
zopfli-zopfli-1.0.0.tar.gz (22321d8350fafa2d3290544317b6be83)

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

(the SlackBuild does not include the source)

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

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-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds