commit 2e53f7575f724780ee498f3f830fe672cee3514c
parent 5cb0f8717737e288e3192dd4f91d9c1d0eaf083b
Author: Moritz Wilhelmy <moritz+hg@wzff.de>
Date: Thu, 15 Mar 2012 19:21:55 +0100
new things that rock
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/suckless.org/rocks.md b/suckless.org/rocks.md
@@ -23,7 +23,8 @@ Compression
-----------
* [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.
libtom project
--------------
@@ -37,7 +38,7 @@ change this line of thinking."
Cryptography
------------
* [libtomcrypt](http://libtom.org/?page=features&newsitems=5&whatfile=crypt) - the cryptography library from the libtom project
-* [polarssl](http://polarssl.org/) - lightweight SSL/TLS implementation (unfortunately GPL)
+* [polarssl](http://polarssl.org/) - lightweight SSL/TLS implementation (GPL with [exceptions](http://polarssl.org/license_exception))
Mathematics
-----------