From b297ddb0bc45cb4571dff06cec282663d7151609 Mon Sep 17 00:00:00 2001 From: Dmitry Atamanov Date: Sun, 13 May 2018 01:42:16 +0300 Subject: [PATCH] Adds nimsnappyc (#734) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index d1f3e77..6c34615 100644 --- a/packages.json +++ b/packages.json @@ -9303,5 +9303,19 @@ "web": "https://github.com/diegogub/jdec", "url": "https://github.com/diegogub/jdec", "description": "Flexible JSON manshal/unmarshal library for nim" + }, + { + "name": "nimsnappyc", + "url": "https://github.com/data-man/nimsnappyc", + "method": "git", + "tags": [ + "snappy", + "compression", + "wrapper", + "library" + ], + "description": "Wrapper for the Snappy-C compression library", + "license": "MIT", + "web": "https://github.com/data-man/nimsnappyc" } ]