commit 727d21d5810f376bf9df6e07b7eb78e35efc62e6
Author: Klemens Nanni <[email protected]>
Date: Wed Jun 22 20:01:18 2016 +0200
Add Lzip to rocks page
diff --git a/suckless.org/rocks.md b/suckless.org/rocks.md
index 49db435..103c526 100644
--- 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))