dep-repository

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

commit 030df14bfa8c67aa9468b2ace12773206e037319
parent 7323e0dcc4ae0e4ffd2f2fc260f6cc463a5c3f3d
Author: finwo <finwo@pm.me>
Date:   Fri, 23 Feb 2024 23:01:55 +0100

Added finwo/endian package

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

diff --git a/edge.cnf b/edge.cnf @@ -9,6 +9,7 @@ finwo/asprintf=https://github.com/finwo/c-asprintf/archive/refs/tags/edge.tar.gz 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/endian=https://github.com/finwo/endian.c/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 @@ -9,6 +9,7 @@ finwo/asprintf=https://github.com/finwo/c-asprintf/archive/refs/tags/stable.tar. 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/endian=https://github.com/finwo/endian.c/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-server=https://github.com/finwo/http-server/archive/refs/tags/stable.tar.gz