commit 727d21d5810f376bf9df6e07b7eb78e35efc62e6
parent 48758b70041ae5c85f36c7db53977a19b48026fa
Author: Klemens Nanni <kl3@posteo.org>
Date: Wed, 22 Jun 2016 20:01:18 +0200
Add Lzip to rocks page
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/suckless.org/rocks.md b/suckless.org/rocks.md
@@ -20,6 +20,7 @@ Compression
* [liblzf](http://oldhome.schmorp.de/marc/liblzf.html) - very fast, legally unencumbered compression library (dual licensed: 2-clause BSD or GPL License)
* [miniz](http://code.google.com/p/miniz/) - single C-file reimplementation of zlib, public domain.
* [xz embedded](http://tukaani.org/xz/embedded.html) - lightweight decompressor for the xz LZMA compressor (public domain)
+* [Lzip](http://lzip.nongnu.org) - Properly designed data compressor outperforming gzip and bzip2 (GPLv2+)
* [zlib](http://zlib.net/) - the "standard" compression/decompression library, quite small, used in many applications ([zlib license](http://zlib.net/zlib_license.html))
* [libz](https://sortix.org/libz/) - ABI and API compatible zlib fork with focus on correctness, proper portability, auditability, simplification and opportunities to optimize ([zlib license](http://zlib.net/zlib_license.html))