dep-repository

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

commit f84582e563ed2245a231d41749bbb0adab86e2eb
parent 2e42fd84c7ae93a4437d5c592d7a84fd40d510d4
Author: finwo <finwo@pm.me>
Date:   Thu,  3 Aug 2023 01:38:12 +0200

Added finwo/fnet library

Diffstat:
Medge.cnf | 1+
Mstable.cnf | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/edge.cnf b/edge.cnf @@ -6,6 +6,7 @@ cgraham/protothreads=https://github.com/finwo/c-protothreads/archive/refs/tags/c 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/benchmark=https://github.com/finwo/c-benchmark/archive/refs/tags/edge.tar.gz +finwo/fnet=https://github.com/finwo/c-fnet/archive/refs/tags/edge.tar.gz finwo/http-parser=https://github.com/finwo/http-parser/archive/refs/tags/edge.tar.gz 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 diff --git a/stable.cnf b/stable.cnf @@ -6,6 +6,7 @@ cgraham/protothreads=https://github.com/finwo/c-protothreads/archive/refs/tags/c 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/benchmark=https://github.com/finwo/c-benchmark/archive/refs/tags/stable.tar.gz +finwo/fnet=https://github.com/finwo/c-fnet/archive/refs/tags/stable.tar.gz finwo/http-parser=https://github.com/finwo/http-parser/archive/refs/tags/stable.tar.gz 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