dep-repository

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

commit 40ccbfb71365f508487c97e9a22bd72b4b19b5ed
parent 98bbc4464a80d64dfc8fd0eaa507eca24fd78263
Author: finwo <finwo@pm.me>
Date:   Thu, 23 Feb 2023 18:57:54 +0100

Added tidwall/rand library

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

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