1 2 3 4 5 6 7 8 9
{ "name": "murmurhash", "version": "0.0.2", "repo": "jwerle/murmurhash.c", "description": "MurmurHash3 general hash bashed lookup function implementation", "keywords": ["murmur", "hash", "murmurhash"], "license": "MIT", "src": [ "murmurhash.h", "murmurhash.c" ] }