dep-repository

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

commit 2e42fd84c7ae93a4437d5c592d7a84fd40d510d4
parent 2e46687fffffcfd441d9d02d7860a2231f2fb2f8
Author: finwo <finwo@pm.me>
Date:   Sun, 21 May 2023 23:32:43 +0200

Added finwo/http-server library

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

diff --git a/edge.cnf b/edge.cnf @@ -7,6 +7,7 @@ cofyc/argparse=https://raw.githubusercontent.com/finwo/dep-repository/main/cofyc 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/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 finwo/mindex=https://github.com/finwo/c-mindex/archive/refs/tags/edge.tar.gz kgabis/parson=https://raw.githubusercontent.com/finwo/dep-repository/main/kgabis/parson/package.ini diff --git a/stable.cnf b/stable.cnf @@ -7,6 +7,7 @@ cofyc/argparse=https://raw.githubusercontent.com/finwo/dep-repository/main/cofyc 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/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 finwo/mindex=https://github.com/finwo/c-mindex/archive/refs/tags/stable.tar.gz kgabis/parson=https://raw.githubusercontent.com/finwo/dep-repository/main/kgabis/parson/package.ini