aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBillingsly Wetherfordshire <phowl.mouth@gmail.com>2014-05-13 21:24:46 -0500
committerBillingsly Wetherfordshire <phowl.mouth@gmail.com>2014-05-13 21:24:46 -0500
commit2cdcc5975f5d865ed220b64778831e15fca08efa (patch)
treea70b45ace2b0f6203296c4595633bbb1a56cd07b
parentc63295e46695948921c450ce7778a396104615dc (diff)
parent73072bf27ef7f6a7bdd8afe51cfea9179b26a45f (diff)
downloadpackages-2cdcc5975f5d865ed220b64778831e15fca08efa.tar.gz
packages-2cdcc5975f5d865ed220b64778831e15fca08efa.zip
Merge pull request #54 from boydgreenfield/master
Add murmur, a simple MurmurHash 3 wrapper
-rw-r--r--packages.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index f580167..d2300d4 100644
--- a/packages.json
+++ b/packages.json
@@ -649,5 +649,14 @@
"description":"A fast compressor for short strings",
"license": "MIT",
"web":"https://github.com/onionhammer/shoconim"
- }
+ },
+ {
+ "name":"murmur",
+ "url":"git://github.com/boydgreenfield/nimrod-murmur/",
+ "method":"git",
+ "tags":["MurmurHash","MurmurHash3", "murmur", "hash", "hashing"],
+ "description":"A simple MurmurHash3 wrapper for Nimrod",
+ "license": "MIT",
+ "web":"https://github.com/boydgreenfield/nimrod-murmur/"
+ }
]