commit 98bbc4464a80d64dfc8fd0eaa507eca24fd78263
parent 21e927fb5cd795783813b1468d34e98442d094f1
Author: finwo <finwo@pm.me>
Date: Thu, 23 Feb 2023 18:33:58 +0100
Added tidwall/match library
Diffstat:
4 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/edge.cnf b/edge.cnf
@@ -14,4 +14,5 @@ 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/match=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/match/package.ini
tidwall/rtree=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/rtree/package.ini
diff --git a/stable.cnf b/stable.cnf
@@ -14,4 +14,5 @@ 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/match=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/match/package.ini
tidwall/rtree=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/rtree/package.ini
diff --git a/tidwall/match/config.mk b/tidwall/match/config.mk
@@ -0,0 +1 @@
+SRC+=__DIRNAME/match.c
diff --git a/tidwall/match/package.ini b/tidwall/match/package.ini
@@ -0,0 +1,10 @@
+[package]
+name=tidwall/match
+src=https://github.com/tidwall/match.c/archive/refs/heads/master.tar.gz
+
+[fetch]
+config.mk=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/match/config.mk
+
+[export]
+config.mk=config.mk
+include/tidwall/match.h=match.h