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