dep-repository

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

commit 9e382334c292340df2266ef23917bdc7ebe9f25b
parent c9e29bb1965109c02580bd165feaf375295aa740
Author: finwo <finwo@pm.me>
Date:   Sat,  4 Mar 2023 22:35:58 +0100

Added noporpoise/sort_r library

Diffstat:
Medge.cnf | 1+
Anoporpoise/sort_r/package.ini | 6++++++
Mstable.cnf | 1+
3 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/edge.cnf b/edge.cnf @@ -8,6 +8,7 @@ finwo/assert=https://github.com/finwo/c-assert/archive/refs/tags/edge.tar.gz finwo/http-parser=https://github.com/finwo/http-parser/archive/refs/tags/edge.tar.gz finwo/matter=https://github.com/finwo/matter/archive/refs/tags/edge.tar.gz finwo/mindex=https://github.com/finwo/c-mindex/archive/refs/tags/edge.tar.gz +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 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 diff --git a/noporpoise/sort_r/package.ini b/noporpoise/sort_r/package.ini @@ -0,0 +1,6 @@ +[package] +name=noporpoise/sort_r +src=https://github.com/noporpoise/sort_r/archive/refs/heads/master.tar.gz + +[export] +include/noporpoise/sort_r.h=sort_r.h diff --git a/stable.cnf b/stable.cnf @@ -8,6 +8,7 @@ finwo/assert=https://github.com/finwo/c-assert/archive/refs/tags/stable.tar.gz finwo/http-parser=https://github.com/finwo/http-parser/archive/refs/tags/stable.tar.gz finwo/matter=https://github.com/finwo/matter/archive/refs/tags/stable.tar.gz finwo/mindex=https://github.com/finwo/c-mindex/archive/refs/tags/stable.tar.gz +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 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