From f937b342d7ebba341726edfa391a371cb5bb6548 Mon Sep 17 00:00:00 2001 From: Remilia Scarlet <26493542+MistressRemilia@users.noreply.github.com> Date: Wed, 9 Mar 2022 21:56:19 -0700 Subject: [PATCH] Add RemiZstd package. (#2171) * Add RemiZstd package. * Fix license Co-authored-by: MistressRemilia <4798372-RemiliaScarlet@users.noreply.gitlab.com> --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 5584bc5..0cc3281 100644 --- a/packages.json +++ b/packages.json @@ -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/",