commit 15dbbf0ed203b6c3012185fa4e5fda304b98fba1
parent 6e726f8b626eca7432d2cce5250bcdc3e2a13092
Author: finwo <finwo@pm.me>
Date: Sun, 30 Apr 2023 21:21:49 +0200
Added tidwall/json library
Diffstat:
4 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/edge.cnf b/edge.cnf
@@ -17,6 +17,7 @@ tidwall/btree=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwal
tidwall/buf=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/buf/package.ini
tidwall/evio=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/evio/package.ini
tidwall/hashmap=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/hashmap/package.ini
+tidwall/json=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/json/package.ini
tidwall/match=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/match/package.ini
tidwall/rand=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/rand/package.ini
tidwall/rtree=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/rtree/package.ini
diff --git a/stable.cnf b/stable.cnf
@@ -17,6 +17,7 @@ tidwall/btree=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwal
tidwall/buf=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/buf/package.ini
tidwall/evio=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/evio/package.ini
tidwall/hashmap=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/hashmap/package.ini
+tidwall/json=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/json/package.ini
tidwall/match=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/match/package.ini
tidwall/rand=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/rand/package.ini
tidwall/rtree=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/rtree/package.ini
diff --git a/tidwall/json/config.mk b/tidwall/json/config.mk
@@ -0,0 +1 @@
+SRC+=__DIRNAME/json.c
diff --git a/tidwall/json/package.ini b/tidwall/json/package.ini
@@ -0,0 +1,10 @@
+[package]
+name=tidwall/json
+src=https://github.com/tidwall/json.c/archive/refs/heads/main.tar.gz
+
+[fetch]
+config.mk=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/json/config.mk
+
+[export]
+config.mk=config.mk
+include/tidwall/json.h=json.h