blob: eae6f0900303cda53eb8a93cb814acbd4ba2358e [file] [log] [blame]
{
"name": "murmurhash",
"version": "0.1.0",
"repo": "jwerle/murmurhash.c",
"description": "MurmurHash3 general hash bashed lookup function implementation",
"makefile": "Makefile",
"keywords": ["murmur", "hash", "murmurhash"],
"license": "MIT",
"src": [
"murmurhash.h",
"murmurhash.c"
]
}