update zippy (#1712)

This commit is contained in:
Ryan Oldenburg 2020-11-14 23:53:12 -08:00 committed by GitHub
parent 5f7c08441a
commit 57e9868892
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20007,9 +20007,10 @@
"compression", "compression",
"zlib", "zlib",
"zip", "zip",
"deflate" "deflate",
"gzip"
], ],
"description": "In-progress pure Nim implementation of deflate and zlib.", "description": "Pure Nim implementation of deflate, zlib, gzip and zip.",
"license": "MIT", "license": "MIT",
"web": "https://github.com/guzba/zippy" "web": "https://github.com/guzba/zippy"
}, },