Add package zstd (#1439)

This commit is contained in:
wltsmrz 2020-04-20 16:23:09 +09:00 committed by GitHub
parent 9e57214a7a
commit 8898b43d4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,6 +101,18 @@
"license": "MIT",
"web": "https://github.com/wltsmrz/nimler"
},
{
"name": "zstd",
"url": "https://github.com/wltsmrz/nim_zstd",
"method": "git",
"tags": [
"zstd",
"compression"
],
"description": "Bindings for zstd",
"license": "MIT",
"web": "https://github.com/wltsmrz/nim_zstd"
},
{
"name": "QuickJS4nim",
"url": "https://github.com/ImVexed/quickjs4nim",