summaryrefslogtreecommitdiff
path: root/clib.json
blob: eae6f0900303cda53eb8a93cb814acbd4ba2358e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "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"
  ]
}