Add RemiZstd package. (#2171)

* Add RemiZstd package.

* Fix license

Co-authored-by: MistressRemilia <4798372-RemiliaScarlet@users.noreply.gitlab.com>
This commit is contained in:
Remilia Scarlet 2022-03-09 21:56:19 -07:00 committed by GitHub
parent 25da8f7c3a
commit f937b342d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25430,6 +25430,22 @@
"license": "Zlib",
"web": "https://github.com/Miqueas/Logit"
},
{
"name": "remizstd",
"url": "https://gitlab.com/RemiliaScarlet/remizstd/",
"method": "git",
"tags": [
"library",
"binding",
"zstandard",
"zstd",
"compression"
],
"description": "Nim bindings for the ZStandard compression library. Context-based and stream-based APIs available. Based on the zstd.cr Crystal bindings.",
"license": "GPL-3.0",
"web": "https://chiselapp.com/user/MistressRemilia/repository/RemiZstd/home",
"doc": "https://chiselapp.com/user/MistressRemilia/repository/RemiZstd/doc/trunk/www/remizstd.html"
},
{
"name": "sos",
"url": "https://github.com/ct-clmsn/nim-sos/",