From b92763c8b183d58da5d9fa4b935fca735713704e Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Sat, 17 Aug 2019 09:43:15 -0500 Subject: [PATCH] Add package murmur (#1142) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 714dd3c..75c0004 100644 --- a/packages.json +++ b/packages.json @@ -14010,5 +14010,19 @@ "license": "MPL-2.0", "web": "https://github.com/c0ntribut0r/cat-400", "doc": "https://github.com/c0ntribut0r/cat-400/tree/master/docs/tutorials" + }, + { + "name": "murmurhash", + "url": "https://github.com/cwpearson/nim-murmurhash", + "method": "git", + "tags": [ + "murmur", + "hash", + "MurmurHash3", + "MurmurHash2" + ], + "description": "Pure nim implementation of MurmurHash", + "license": "MIT", + "web": "https://github.com/cwpearson/nim-murmurhash" } ]