dep-repository

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

commit 9feaa044c95565f459ba8aff1cabc312d22ee1ba
parent bd21dd7a6d7313069c269db659662e828f7942be
Author: finwo <finwo@pm.me>
Date:   Sun, 15 Mar 2026 01:23:04 +0100

Update cofyc/argparse to new dep structure

Diffstat:
MMANIFEST | 1+
Dcofyc/argparse/config.mk | 1-
Dcofyc/argparse/package.ini | 6------
3 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/MANIFEST b/MANIFEST @@ -1,3 +1,4 @@ benhoyt/inih https://git.finwo.net/misc/dep-repository/archives/heads/pkg/benhoyt/inih.tar.gz +cofyc/argparse https://git.finwo.net/misc/dep-repository/archives/heads/pkg/cofyc/argparse.tar.gz finwo/resp.c https://github.com/finwo/resp.c/archive/refs/heads/main.tar.gz orlp/ed25519 https://git.finwo.net/misc/dep-repository/archives/heads/pkg/orlp/ed25519.tar.gz diff --git a/cofyc/argparse/config.mk b/cofyc/argparse/config.mk @@ -1 +0,0 @@ -SRC+=__DIRNAME/argparse.c diff --git a/cofyc/argparse/package.ini b/cofyc/argparse/package.ini @@ -1,6 +0,0 @@ -[repository] -github=cofyc/argparse - -[export] -config.mk=config.mk -include/cofyc/argparse.h=argparse.h