From 73072bf27ef7f6a7bdd8afe51cfea9179b26a45f Mon Sep 17 00:00:00 2001 From: boydgreenfield Date: Mon, 12 May 2014 17:51:37 -0700 Subject: [PATCH] Add murmur, a simple MurmurHash 3 wrapper --- packages.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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/" + } ]