add package zippy (#1669)

This commit is contained in:
guzba 2020-10-14 00:11:56 -05:00 committed by GitHub
parent 62d5ec4723
commit 4848d9268f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19826,6 +19826,20 @@
"license": "MIT",
"web": "https://github.com/sealmove/oblivion"
},
{
"name": "zippy",
"url": "https://github.com/guzba/zippy",
"method": "git",
"tags": [
"compression",
"zlib",
"zip",
"deflate"
],
"description": "In-progress pure Nim implemenation of deflate and zlib.",
"license": "MIT",
"web": "https://github.com/guzba/zippy"
},
{
"name": "edlib",
"url": "https://github.com/bio-nim/nim-edlib",