aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Atamanov <data-man@users.noreply.github.com>2018-05-13 01:42:16 +0300
committerDominik Picheta <dominikpicheta@googlemail.com>2018-05-12 23:42:16 +0100
commitb297ddb0bc45cb4571dff06cec282663d7151609 (patch)
treee838a7c0c1fd5db024535978dd6ed467087ad95b
parentebf7edab6c43e9ea1b434d9ea33b0704fc0c18a8 (diff)
downloadpackages-b297ddb0bc45cb4571dff06cec282663d7151609.tar.gz
packages-b297ddb0bc45cb4571dff06cec282663d7151609.zip
Adds nimsnappyc (#734)
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
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"
}
]