changeset: 876:a3bac64861b1
tag: tip
user: Moritz Wilhelmy <moritz+hg_AT_wzff.de>
date: Thu Mar 15 19:21:55 2012 +0100
files: suckless.org/rocks.md
description:
new things that rock
diff -r 014970a5e53a -r a3bac64861b1 suckless.org/rocks.md
--- a/suckless.org/rocks.md Sun Mar 04 12:37:42 2012 +0100
+++ b/suckless.org/rocks.md Thu Mar 15 19:21:55 2012 +0100
_AT_@ -23,7 +23,8 @@
-----------
* [liblzf](http://oldhome.schmorp.de/marc/liblzf.html) - very fast, legally unencumbered compression library (dual licensed: 2-clause BSD or GPL License)
* [xz embedded](http://tukaani.org/xz/embedded.html) - lightweight decompressor for the xz LZMA compressor (public domain)
-* [zlib](http://zlib.net/) - the "standard" compression/decompression library used in many applications ([zlib license](http://zlib.net/zlib_license.html))
+* [zlib](http://zlib.net/) - the "standard" compression/decompression library, quite small, used in many applications ([zlib license](http://zlib.net/zlib_license.html))
+* [miniz](http://code.google.com/p/miniz/) - single C-file reimplementation of zlib, public domain.