commit 48758b70041ae5c85f36c7db53977a19b48026fa
parent 8055179b8f9eedcc0f03f5d293d6be0793d39f14
Author: Klemens Nanni <kl3@posteo.org>
Date: Wed, 22 Jun 2016 19:52:02 +0200
Add libz to rocks page
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/suckless.org/rocks.md b/suckless.org/rocks.md
@@ -21,6 +21,7 @@ Compression
* [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)
* [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))
Cryptography
------------