commit ddd302b6f78dc787284ae06db6859bffc08461e8
parent 52b5d40c6ac71e5c79629db57972cfe71711b506
Author: finwo <finwo@pm.me>
Date: Sun, 22 Oct 2023 21:33:11 +0200
Added piscisaureus/wepoll library
Diffstat:
4 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/edge.cnf b/edge.cnf
@@ -20,6 +20,7 @@ kgabis/parson=https://raw.githubusercontent.com/finwo/dep-repository/main/kgabis
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
+piscisaureus/wepoll=https://raw.githubusercontent.com/finwo/dep-repository/main/piscisaureus/wepoll/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/piscisaureus/wepoll/config.mk b/piscisaureus/wepoll/config.mk
@@ -0,0 +1 @@
+SRC+=__DIRNAME/wepoll.c
diff --git a/piscisaureus/wepoll/package.ini b/piscisaureus/wepoll/package.ini
@@ -0,0 +1,10 @@
+[package]
+name=piscisaureus/wepoll
+src=https://github.com/piscisaureus/wepoll/archive/refs/tags/v1.5.8.tar.gz
+
+[fetch]
+config.mk=https://raw.githubusercontent.com/finwo/dep-repository/main/piscisaureus/wepoll/config.mk
+
+[export]
+config.mk=config.mk
+include/piscisaureus/wepoll.h=wepoll.h
diff --git a/stable.cnf b/stable.cnf
@@ -20,6 +20,7 @@ kgabis/parson=https://raw.githubusercontent.com/finwo/dep-repository/main/kgabis
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
+piscisaureus/wepoll=https://raw.githubusercontent.com/finwo/dep-repository/main/piscisaureus/wepoll/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