commit a88fc56ffd7ab81f84852a0cf7e4d5513c4488cb
parent e76ae1e85a48300fbca903c5517cb7ebfff82078
Author: finwo <finwo@pm.me>
Date: Thu, 23 Feb 2023 18:09:08 +0100
Added tidwall/hashmap package
Diffstat:
4 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/edge.cnf b/edge.cnf
@@ -12,3 +12,4 @@ rxi/dyad=https://raw.githubusercontent.com/finwo/dep-repository/main/rxi/dyad/pa
sgtatham/coroutine=https://github.com/finwo/c-coroutine/archive/refs/tags/edge.tar.gz
tidwall/btree=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/btree/package.ini
tidwall/buf=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/buf/package.ini
+tidwall/hashmap=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/hashmap/package.ini
diff --git a/stable.cnf b/stable.cnf
@@ -12,3 +12,4 @@ rxi/dyad=https://raw.githubusercontent.com/finwo/dep-repository/main/rxi/dyad/pa
sgtatham/coroutine=https://github.com/finwo/c-coroutine/archive/refs/tags/stable.tar.gz
tidwall/btree=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/btree/package.ini
tidwall/buf=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/buf/package.ini
+tidwall/hashmap=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/hashmap/package.ini
diff --git a/tidwall/hashmap/config.mk b/tidwall/hashmap/config.mk
@@ -0,0 +1 @@
+SRC+=__DIRNAME/hashmap.c
diff --git a/tidwall/hashmap/package.ini b/tidwall/hashmap/package.ini
@@ -0,0 +1,10 @@
+[package]
+name=tidwall/hashmap
+src=https://github.com/tidwall/hashmap.c/archive/refs/heads/master.tar.gz
+
+[fetch]
+config.mk=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/hashmap/config.mk
+
+[export]
+config.mk=config.mk
+include/tidwall/hashmap.h=hashmap.h