diff options
author | jwerle <joseph.werle@gmail.com> | 2022-04-14 13:51:13 -0400 |
---|---|---|
committer | jwerle <joseph.werle@gmail.com> | 2022-04-14 13:51:13 -0400 |
commit | c0e6ccb7b76479db6334e32c7fe91c63162ca9f9 (patch) | |
tree | 333a4364aba0d1735e983414366a5c5ce834ecf8 /clib.json | |
parent | c872e05d652a39c598f9af447a97c5a9b2d98478 (diff) |
chore(clib.json): package.json -> clib.json
Diffstat (limited to 'clib.json')
-rw-r--r-- | clib.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/clib.json b/clib.json new file mode 100644 index 0000000..e89ce65 --- /dev/null +++ b/clib.json @@ -0,0 +1,9 @@ +{ + "name": "murmurhash", + "version": "0.0.3", + "repo": "jwerle/murmurhash.c", + "description": "MurmurHash3 general hash bashed lookup function implementation", + "keywords": ["murmur", "hash", "murmurhash"], + "license": "MIT", + "src": [ "murmurhash.h", "murmurhash.c" ] +} |