dep-repository

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

commit c97237ea0eae09c2a7efcf33fe35785e8d72d144
parent ef53adfb4df82a40d83613e3f75a8c1258e5e974
Author: finwo <finwo@pm.me>
Date:   Thu, 23 Feb 2023 18:22:32 +0100

Added tidwall/evio library

Diffstat:
Medge.cnf | 1+
Mstable.cnf | 1+
Atidwall/evio/config.mk | 1+
Atidwall/evio/package.ini | 14++++++++++++++
4 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/edge.cnf b/edge.cnf @@ -12,5 +12,6 @@ rxi/dyad=https://raw.githubusercontent.com/finwo/dep-repository/main/rxi/dyad/pa sgtatham/coroutine=https://github.com/finwo/c-coroutine/archive/refs/tags/edge.tar.gz tidwall/btree=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/btree/package.ini 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/rtree=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/rtree/package.ini diff --git a/stable.cnf b/stable.cnf @@ -12,5 +12,6 @@ rxi/dyad=https://raw.githubusercontent.com/finwo/dep-repository/main/rxi/dyad/pa sgtatham/coroutine=https://github.com/finwo/c-coroutine/archive/refs/tags/stable.tar.gz tidwall/btree=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/btree/package.ini 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/rtree=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/rtree/package.ini diff --git a/tidwall/evio/config.mk b/tidwall/evio/config.mk @@ -0,0 +1 @@ +SRC+=__DIRNAME/evio.c diff --git a/tidwall/evio/package.ini b/tidwall/evio/package.ini @@ -0,0 +1,14 @@ +[package] +name=tidwall/evio +src=https://github.com/tidwall/evio.c/archive/refs/heads/master.tar.gz + +[dependencies] +tidwall/buf=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/buf/package.ini +tidwall/hashmap=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/hashmap/package.ini + +[fetch] +config.mk=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/evio/config.mk + +[export] +config.mk=config.mk +include/tidwall/evio.h=evio.h