aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Doan <rgv151@gmail.com>2015-08-24 08:45:52 +0700
committerBruce Doan <rgv151@gmail.com>2015-08-24 08:45:52 +0700
commit43e00280cb3b6235e7f264e842a91a5fb88d51b2 (patch)
tree5db874fd6039805e6d48147c66c63f2980d9e025
parent47be9fcdf19afe8df5430818a5005c8c625c88c5 (diff)
downloadpackages-43e00280cb3b6235e7f264e842a91a5fb88d51b2.tar.gz
packages-43e00280cb3b6235e7f264e842a91a5fb88d51b2.zip
Added package xxhash
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index d526264..9bfaeb2 100644
--- a/packages.json
+++ b/packages.json
@@ -3085,5 +3085,18 @@
"description": "PF_RING wrapper for Nim",
"license": "MIT",
"web": "https://github.com/rgv151/pfring.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"
}
]