aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordfdeshom <didier@cogtree.com>2015-12-07 16:27:14 -0600
committerdfdeshom <didier@cogtree.com>2015-12-07 16:27:14 -0600
commitbe06ca32ef2f0240f1a571ee69681a230f2d1ea5 (patch)
tree673045a99a1bf50ec48d888c194e537ccc7a7164
parent5373d7a0eac6c6b4ef36ce99818967b22ba6269b (diff)
downloadpackages-be06ca32ef2f0240f1a571ee69681a230f2d1ea5.tar.gz
packages-be06ca32ef2f0240f1a571ee69681a230f2d1ea5.zip
add nimsnappy, a wrapper for the snappy library
-rw-r--r--packages.json14
1 files changed, 13 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index 280ecf6..6c299ef 100644
--- a/packages.json
+++ b/packages.json
@@ -3719,5 +3719,17 @@
"description": "Unified db access module, providing a single library module to access the db_sqlite, db_mysql and db_postgres modules.",
"license": "MIT",
"web": "https://github.com/jlp765/db"
- }
+ },
+ {
+ "name": "nimsnappy",
+ "url": "https://github.com/dfdeshom/nimsnappy.git",
+ "method": "git",
+ "tags": [
+ "wrapper",
+ "compression"
+ ],
+ "description": "Nim wrapper for the snappy compression library. there is also a high-level API for easy use",
+ "license": "BSD",
+ "web": "https://github.com/dfdeshom/nimsnappy"
+ }
]