summaryrefslogtreecommitdiff
path: root/clib.json
diff options
context:
space:
mode:
authorjwerle <joseph.werle@gmail.com>2022-04-14 13:51:13 -0400
committerjwerle <joseph.werle@gmail.com>2022-04-14 13:51:13 -0400
commitc0e6ccb7b76479db6334e32c7fe91c63162ca9f9 (patch)
tree333a4364aba0d1735e983414366a5c5ce834ecf8 /clib.json
parentc872e05d652a39c598f9af447a97c5a9b2d98478 (diff)
chore(clib.json): package.json -> clib.json
Diffstat (limited to 'clib.json')
-rw-r--r--clib.json9
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" ]
+}