dep-repository

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

commit bc600d4c96f5e3626107b58483a527f896a42eb2
parent 6505d98a79839183eea5aa74836f70656bfca929
Author: finwo <finwo@pm.me>
Date:   Wed, 16 Aug 2023 23:19:21 +0200

Added finwo/buf_extra 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/buf_extra=https://github.com/finwo/c-bufextra/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 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/buf_extra=https://github.com/finwo/c-bufextra/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