commit c6a7369f7d58cde9f821dca838f6d41d64905a9f
parent bc600d4c96f5e3626107b58483a527f896a42eb2
Author: finwo <finwo@pm.me>
Date: Sat, 21 Oct 2023 18:14:20 +0200
Added tom-seddon/yhs library
Diffstat:
4 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/edge.cnf b/edge.cnf
@@ -28,5 +28,6 @@ tidwall/json=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall
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
+tom-seddon/yhs=https://raw.githubusercontent.com/finwo/dep-repository/main/tom-seddon/yhs/package.ini
vmxdev/tkvdb=https://raw.githubusercontent.com/finwo/dep-repository/main/vmxdev/tkvdb/package.ini
webview/webview=https://raw.githubusercontent.com/finwo/dep-repository/main/webview/webview/package.ini
diff --git a/stable.cnf b/stable.cnf
@@ -28,5 +28,6 @@ tidwall/json=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall
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
+tom-seddon/yhs=https://raw.githubusercontent.com/finwo/dep-repository/main/tom-seddon/yhs/package.ini
vmxdev/tkvdb=https://raw.githubusercontent.com/finwo/dep-repository/main/vmxdev/tkvdb/package.ini
webview/webview=https://raw.githubusercontent.com/finwo/dep-repository/main/webview/webview/package.ini
diff --git a/tom-seddon/yhs/config.mk b/tom-seddon/yhs/config.mk
@@ -0,0 +1 @@
+SRC+=__DIRNAME/yhs.c
diff --git a/tom-seddon/yhs/package.ini b/tom-seddon/yhs/package.ini
@@ -0,0 +1,10 @@
+[package]
+name=tom-seddon/yhs
+src=https://github.com/tom-seddon/yhs/archive/refs/heads/master.tar.gz
+
+[fetch]
+config.mk=https://raw.githubusercontent.com/finwo/dep-repository/main/tom-seddon/yhs/config.mk
+
+[export]
+config.mk=config.mk
+include/tom-seddon/ysh.h=yhs.h