dep-repository

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

commit e76ae1e85a48300fbca903c5517cb7ebfff82078
parent 8c7131b833cbf25a3d9f84aa9828016b859dc88e
Author: finwo <finwo@pm.me>
Date:   Thu, 23 Feb 2023 18:03:29 +0100

Added tidwall/buf package

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

diff --git a/edge.cnf b/edge.cnf @@ -11,3 +11,4 @@ orlp/ed25519=https://raw.githubusercontent.com/finwo/dep-repository/main/orlp/ed 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 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 diff --git a/stable.cnf b/stable.cnf @@ -11,3 +11,4 @@ orlp/ed25519=https://raw.githubusercontent.com/finwo/dep-repository/main/orlp/ed 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 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 diff --git a/tidwall/buf/config.mk b/tidwall/buf/config.mk @@ -0,0 +1 @@ +SRC+=__DIRNAME/buf.c diff --git a/tidwall/buf/package.ini b/tidwall/buf/package.ini @@ -0,0 +1,10 @@ +[package] +name=tidwall/buf +src=https://github.com/tidwall/buf.c/archive/refs/heads/master.tar.gz + +[fetch] +config.mk=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/buf/config.mk + +[export] +config.mk=config.mk +include/tidwall/buf.h=buf.h