commit 48758b70041ae5c85f36c7db53977a19b48026fa
Author: Klemens Nanni <kl3_AT_posteo.org>
Date: Wed Jun 22 19:52:02 2016 +0200
Add libz to rocks page
diff --git a/suckless.org/rocks.md b/suckless.org/rocks.md
index c7ffe3b..49db435 100644
--- a/suckless.org/rocks.md
+++ b/suckless.org/rocks.md
_AT_@ -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
------------
Received on Wed Jun 22 2016 - 19:52:04 CEST