aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikp@kainos.com>2015-08-24 08:27:13 +0100
committerDominik Picheta <dominikp@kainos.com>2015-08-24 08:27:13 +0100
commit847f23255e71663cb5bf5c25beb27fb02219d880 (patch)
treeca07cad1ab4bfc5f0e613ac8535c53d333635864
parentb67f4193f7883552a8a6288f197ee98f997c3fb6 (diff)
parent43e00280cb3b6235e7f264e842a91a5fb88d51b2 (diff)
downloadpackages-847f23255e71663cb5bf5c25beb27fb02219d880.tar.gz
packages-847f23255e71663cb5bf5c25beb27fb02219d880.zip
Merge branch 'add-xxhash0145' of https://github.com/rgv151/packages into rgv151-add-xxhash0145
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index fa17bf0..2677201 100644
--- a/packages.json
+++ b/packages.json
@@ -3099,5 +3099,18 @@
"description": "XXTEA wrapper for Nim",
"license": "MIT",
"web": "https://github.com/rgv151/xxtea.nim"
+ },
+ {
+ "name": "xxhash",
+ "url": "https://github.com/rgv151/xxhash.nim",
+ "method": "git",
+ "tags": [
+ "fast",
+ "hash",
+ "algorithm"
+ ],
+ "description": "xxhash wrapper for Nim",
+ "license": "MIT",
+ "web": "https://github.com/rgv151/xxhash.nim"
}
]