dep-repository

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

commit 0d9fcf7b2836fa6e9e8e4dc79467c5077e7fce06
parent c651aec6953a9aebaa18afb99afb362a86b87705
Author: finwo <finwo@pm.me>
Date:   Sun, 29 Jan 2023 20:44:04 +0100

Added cofyc/argparse library

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

diff --git a/cofyc/argparse/config.mk b/cofyc/argparse/config.mk diff --git a/cofyc/argparse/package.ini b/cofyc/argparse/package.ini @@ -0,0 +1,10 @@ +[package] +name=cofyc/argparse +src=https://github.com/cofyc/argparse/archive/refs/heads/master.tar.gz + +[fetch] +config.mk=https://raw.githubusercontent.com/finwo/dep-repository/main/cofyc/argparse/config.mk + +[export] +config.mk=config.mk +include/cofyc/argparse.h=argparse.h diff --git a/edge.cnf b/edge.cnf @@ -1,5 +1,6 @@ antirez/linenoise=https://raw.githubusercontent.com/finwo/dep-repository/main/antirez/linenoise/package.ini antirez/rax=https://raw.githubusercontent.com/finwo/dep-repository/main/antirez/rax/package.ini +cofyc/argparse=https://raw.githubusercontent.com/finwo/dep-repository/main/cofyc/argparse/package.ini 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 diff --git a/stable.cnf b/stable.cnf @@ -1,5 +1,6 @@ antirez/linenoise=https://raw.githubusercontent.com/finwo/dep-repository/main/antirez/linenoise/package.ini antirez/rax=https://raw.githubusercontent.com/finwo/dep-repository/main/antirez/rax/package.ini +cofyc/argparse=https://raw.githubusercontent.com/finwo/dep-repository/main/cofyc/argparse/package.ini 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