dep-repository

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

commit 204dd0ab332e0820936aea4deb7eb5ab351e2eb4
parent fb70943f95527e3ad45f2590d7a745eacbfd6654
Author: finwo <finwo@pm.me>
Date:   Mon,  7 Aug 2023 22:26:21 +0200

Added jacketizer/yuarel library

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

diff --git a/edge.cnf b/edge.cnf @@ -11,6 +11,7 @@ finwo/http-parser=https://github.com/finwo/http-parser/archive/refs/tags/edge.ta finwo/http-server=https://github.com/finwo/http-server/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 +jacketizer/yuarel=https://raw.githubusercontent.com/finwo/dep-repository/main/jacketizer/yuarel/package.ini kgabis/parson=https://raw.githubusercontent.com/finwo/dep-repository/main/kgabis/parson/package.ini 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 diff --git a/jacketizer/yuarel/config.mk b/jacketizer/yuarel/config.mk @@ -0,0 +1 @@ +SRC+=__DIRNAME/yuarel.c diff --git a/jacketizer/yuarel/package.ini b/jacketizer/yuarel/package.ini @@ -0,0 +1,10 @@ +[package] +name=jacketizer/yuarel +src=https://github.com/jacketizer/libyuarel/archive/refs/heads/master.tar.gz + +[fetch] +config.mk=https://raw.githubusercontent.com/finwo/dep-repository/main/jacketizer/yuarel/config.mk + +[export] +config.mk=config.mk +include/jacketizer/yuarel.h=yuarel.h diff --git a/stable.cnf b/stable.cnf @@ -11,6 +11,7 @@ finwo/http-parser=https://github.com/finwo/http-parser/archive/refs/tags/stable. finwo/http-stable=https://github.com/finwo/http-server/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 +jacketizer/yuarel=https://raw.githubusercontent.com/finwo/dep-repository/main/jacketizer/yuarel/package.ini kgabis/parson=https://raw.githubusercontent.com/finwo/dep-repository/main/kgabis/parson/package.ini 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