Add package murmur (#1142)
This commit is contained in:
parent
6a6141d89d
commit
b92763c8b1
1 changed files with 14 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue