Add a zlib wrapper (#2070)

This commit is contained in:
zah 2021-11-22 17:32:08 +02:00 committed by GitHub
parent aa424c2ed6
commit 6d4b9801ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",