dep-repository

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

commit 6a5742254960b6294cb2db46be1d084e707744fb
parent ccfabe3e047c978c5ce2ae32cdd2e11a5f542342
Author: finwo <finwo@pm.me>
Date:   Tue, 21 Feb 2023 21:20:30 +0100

Added tidwall/btree library

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

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