aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-11-02 21:59:43 +0000
committerGitHub <noreply@github.com>2018-11-02 21:59:43 +0000
commit5ccf87564977f8f049daed9e9995cbf690111bce (patch)
tree619c6b1d20baa24734137c17045392b421aad26f
parente8f9cd24dac5bde65e0704a68440898e079af0ac (diff)
parent61ddc93db8bb3e5c9579ab8206f1fae6334e265e (diff)
downloadpackages-5ccf87564977f8f049daed9e9995cbf690111bce.tar.gz
packages-5ccf87564977f8f049daed9e9995cbf690111bce.zip
Merge pull request #918 from jangko/add_snappy
add snappy package
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 796f984..f462c6a 100644
--- a/packages.json
+++ b/packages.json
@@ -11298,5 +11298,18 @@
"license": "CC0",
"web": "https://github.com/ijneb/nimetry",
"doc": "https://ijneb.github.io/nimetry"
+ },
+ {
+ "name": "snappy",
+ "url": "https://github.com/jangko/snappy",
+ "method": "git",
+ "tags": [
+ "compression",
+ "snappy",
+ "lzw"
+ ],
+ "description": "Nim implementation of Snappy compression algorithm",
+ "license": "MIT",
+ "web": "https://github.com/jangko/snappy"
}
]