From 8898b43d4abeffd7b4ce22e186b08200ae03743f Mon Sep 17 00:00:00 2001 From: wltsmrz Date: Mon, 20 Apr 2020 16:23:09 +0900 Subject: [PATCH] Add package zstd (#1439) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 68e4573..a46b134 100644 --- a/packages.json +++ b/packages.json @@ -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",