dep-repository

Default repository for the dep dependency manager
git clone git://git.finwo.net/misc/dep-repository
Log | Files | Refs

commit c6a7369f7d58cde9f821dca838f6d41d64905a9f
parent bc600d4c96f5e3626107b58483a527f896a42eb2
Author: finwo <finwo@pm.me>
Date:   Sat, 21 Oct 2023 18:14:20 +0200

Added tom-seddon/yhs library

Diffstat:
Medge.cnf | 1+
Mstable.cnf | 1+
Atom-seddon/yhs/config.mk | 1+
Atom-seddon/yhs/package.ini | 10++++++++++
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