commit 032c78bd98e3881dfd11dbcd63193d5346c64513
parent 132ebf6da9e45eebb6ae537db7cc08ffa6b1d8a6
Author: finwo <finwo@pm.me>
Date: Sun, 22 Oct 2023 02:15:44 +0200
Add pierreguillot/thread library
Diffstat:
4 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/edge.cnf b/edge.cnf
@@ -18,6 +18,7 @@ jacketizer/yuarel=https://raw.githubusercontent.com/finwo/dep-repository/main/ja
kgabis/parson=https://raw.githubusercontent.com/finwo/dep-repository/main/kgabis/parson/package.ini
noporpoise/sort_r=https://raw.githubusercontent.com/finwo/dep-repository/main/noporpoise/sort_r/package.ini
orlp/ed25519=https://raw.githubusercontent.com/finwo/dep-repository/main/orlp/ed25519/package.ini
+pierreguillot/thread=https://raw.githubusercontent.com/finwo/dep-repository/main/pierreguillot/thread/package.ini
rxi/dyad=https://raw.githubusercontent.com/finwo/dep-repository/main/rxi/dyad/package.ini
sgtatham/coroutine=https://github.com/finwo/c-coroutine/archive/refs/tags/edge.tar.gz
scyphus/url-parser=https://github.com/finwo/url-parser/archive/refs/tags/edge.tar.gz
diff --git a/pierreguillot/thread/config.mk b/pierreguillot/thread/config.mk
@@ -0,0 +1 @@
+SRC+=__DIRNAME/src/thd.c
diff --git a/pierreguillot/thread/package.ini b/pierreguillot/thread/package.ini
@@ -0,0 +1,10 @@
+[package]
+name=pierreguillot/thread
+src=https://github.com/pierreguillot/thread/archive/refs/heads/master.tar.gz
+
+[fetch]
+config.mk=https://raw.githubusercontent.com/finwo/dep-repository/main/pierreguillot/thread/config.mk
+
+[export]
+config.mk=config.mk
+include/pierreguillot/thread.h=src/thd.h
diff --git a/stable.cnf b/stable.cnf
@@ -18,6 +18,7 @@ jacketizer/yuarel=https://raw.githubusercontent.com/finwo/dep-repository/main/ja
kgabis/parson=https://raw.githubusercontent.com/finwo/dep-repository/main/kgabis/parson/package.ini
noporpoise/sort_r=https://raw.githubusercontent.com/finwo/dep-repository/main/noporpoise/sort_r/package.ini
orlp/ed25519=https://raw.githubusercontent.com/finwo/dep-repository/main/orlp/ed25519/package.ini
+pierreguillot/thread=https://raw.githubusercontent.com/finwo/dep-repository/main/pierreguillot/thread/package.ini
rxi/dyad=https://raw.githubusercontent.com/finwo/dep-repository/main/rxi/dyad/package.ini
sgtatham/coroutine=https://github.com/finwo/c-coroutine/archive/refs/tags/stable.tar.gz
scyphus/url-parser=https://github.com/finwo/url-parser/archive/refs/tags/stable.tar.gz