From 6d4b9801cec353ff57aeaaaa57362ede5fe9ae7b Mon Sep 17 00:00:00 2001 From: zah Date: Mon, 22 Nov 2021 17:32:08 +0200 Subject: [PATCH] Add a zlib wrapper (#2070) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index e644a8b..a7cb0ec 100644 --- a/packages.json +++ b/packages.json @@ -6624,6 +6624,23 @@ "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-ranges" }, +{ + "name": "zlib", + "url": "https://github.com/status-im/nim-zlib", + "method": "git", + "tags": [ + "library", + "zlib", + "compression", + "deflate", + "gzip", + "rfc1950", + "rfc1951" + ], + "description": "zlib wrapper for Nim", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-zlib" + }, { "name": "json_rpc", "url": "https://github.com/status-im/nim-json-rpc",