Add package murmur (#1142)

This commit is contained in:
Carl Pearson 2019-08-17 09:43:15 -05:00 committed by Miran
parent 6a6141d89d
commit b92763c8b1

View File

@ -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"
}
]