diff options
author | jwerle <joseph.werle@gmail.com> | 2022-04-14 13:52:51 -0400 |
---|---|---|
committer | jwerle <joseph.werle@gmail.com> | 2022-04-14 13:52:51 -0400 |
commit | 00b318af1653f393cd859c0ec826c65655368217 (patch) | |
tree | 3486aa3f7e14808fb27a5d46e8bfe242330bd44c /clib.json | |
parent | c0e6ccb7b76479db6334e32c7fe91c63162ca9f9 (diff) |
refactor(): cleanup
Diffstat (limited to 'clib.json')
-rw-r--r-- | clib.json | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -3,7 +3,11 @@ "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" ] + "src": [ + "murmurhash.h", + "murmurhash.c" + ] } |