dep-repository

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

commit b20f1a2d0bfc426208b8c9f541f4df90f261ae8e
parent da2fbcc7ee45e948a8c0171f8cc0d949b2fef8cf
Author: finwo <finwo@pm.me>
Date:   Thu, 29 Feb 2024 22:44:08 +0100

Changed my packages to the new structure

Diffstat:
Medge.cnf | 14--------------
Afinwo/asprintf/manifest.ini | 2++
Afinwo/assert/manifest.ini | 2++
Afinwo/benchmark/manifest.ini | 2++
Afinwo/buf_extra/manifest.ini | 2++
Afinwo/canonical-path/manifest.ini | 2++
Afinwo/endian/manifest.ini | 2++
Afinwo/fnet/manifest.ini | 2++
Afinwo/http-parser/manifest.ini | 2++
Afinwo/http-server/manifest.ini | 2++
Afinwo/matter/manifest.ini | 2++
Afinwo/mindex/manifest.ini | 3+++
Afinwo/opener/manifest.ini | 2++
Afinwo/poll/manifest.ini | 2++
Afinwo/str_extra/manifest.ini | 2++
Mstable.cnf | 14--------------
16 files changed, 29 insertions(+), 28 deletions(-)

diff --git a/edge.cnf b/edge.cnf @@ -5,20 +5,6 @@ benhoyt/inih=https://raw.githubusercontent.com/finwo/dep-repository/main/benhoyt cesanta/mongoose=https://raw.githubusercontent.com/finwo/dep-repository/main/cesanta/mongoose/package.ini cgraham/protothreads=https://github.com/finwo/c-protothreads/archive/refs/tags/cgraham.tar.gz cofyc/argparse=https://raw.githubusercontent.com/finwo/dep-repository/main/cofyc/argparse/package.ini -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/canonical-path=https://github.com/finwo/canonical-path.c/archive/refs/tags/edge.tar.gz -finwo/endian=https://github.com/finwo/endian.h/archive/refs/tags/edge.tar.gz -finwo/fnet=https://github.com/finwo/fnet.c/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 -finwo/opener=https://github.com/finwo/c-opener/archive/refs/tags/edge.tar.gz -finwo/poll=https://github.com/finwo/c-poll/archive/refs/tags/edge.tar.gz -finwo/str_extra=https://github.com/finwo/c-strextra/archive/refs/tags/edge.tar.gz hellerf/ews=https://raw.githubusercontent.com/finwo/dep-repository/main/hellerf/ews/package.ini jacketizer/yuarel=https://raw.githubusercontent.com/finwo/dep-repository/main/jacketizer/yuarel/package.ini kgabis/parson=https://raw.githubusercontent.com/finwo/dep-repository/main/kgabis/parson/package.ini diff --git a/finwo/asprintf/manifest.ini b/finwo/asprintf/manifest.ini @@ -0,0 +1,2 @@ +[repository] +github=finwo/asprintf.c diff --git a/finwo/assert/manifest.ini b/finwo/assert/manifest.ini @@ -0,0 +1,2 @@ +[repository] +github=finwo/assert.h diff --git a/finwo/benchmark/manifest.ini b/finwo/benchmark/manifest.ini @@ -0,0 +1,2 @@ +[repository] +github=finwo/benchmark.c diff --git a/finwo/buf_extra/manifest.ini b/finwo/buf_extra/manifest.ini @@ -0,0 +1,2 @@ +[repository] +github=finwo/bufextra.c diff --git a/finwo/canonical-path/manifest.ini b/finwo/canonical-path/manifest.ini @@ -0,0 +1,2 @@ +[repository] +github=finwo/canonical-path.c diff --git a/finwo/endian/manifest.ini b/finwo/endian/manifest.ini @@ -0,0 +1,2 @@ +[repository] +github=finwo/endian.h diff --git a/finwo/fnet/manifest.ini b/finwo/fnet/manifest.ini @@ -0,0 +1,2 @@ +[repository] +github=finwo/fnet.c diff --git a/finwo/http-parser/manifest.ini b/finwo/http-parser/manifest.ini @@ -0,0 +1,2 @@ +[repository] +github=finwo/http-parser.c diff --git a/finwo/http-server/manifest.ini b/finwo/http-server/manifest.ini @@ -0,0 +1,2 @@ +[repository] +github=finwo/http-server.c diff --git a/finwo/matter/manifest.ini b/finwo/matter/manifest.ini @@ -0,0 +1,2 @@ +[repository] +github=finwo/matter.c diff --git a/finwo/mindex/manifest.ini b/finwo/mindex/manifest.ini @@ -0,0 +1,3 @@ +[repository] +github=finwo/mindex.c + diff --git a/finwo/opener/manifest.ini b/finwo/opener/manifest.ini @@ -0,0 +1,2 @@ +[repository] +github=finwo/opener.c diff --git a/finwo/poll/manifest.ini b/finwo/poll/manifest.ini @@ -0,0 +1,2 @@ +[repository] +github=finwo/poll.c diff --git a/finwo/str_extra/manifest.ini b/finwo/str_extra/manifest.ini @@ -0,0 +1,2 @@ +[repository] +github=finwo/str_extra.c diff --git a/stable.cnf b/stable.cnf @@ -5,20 +5,6 @@ benhoyt/inih=https://raw.githubusercontent.com/finwo/dep-repository/main/benhoyt cesanta/mongoose=https://raw.githubusercontent.com/finwo/dep-repository/main/cesanta/mongoose/package.ini cgraham/protothreads=https://github.com/finwo/c-protothreads/archive/refs/tags/cgraham.tar.gz cofyc/argparse=https://raw.githubusercontent.com/finwo/dep-repository/main/cofyc/argparse/package.ini -finwo/asprintf=https://github.com/finwo/c-asprintf/archive/refs/tags/stable.tar.gz -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/canonical-path=https://github.com/finwo/canonical-path.c/archive/refs/tags/stable.tar.gz -finwo/endian=https://github.com/finwo/endian.h/archive/refs/tags/stable.tar.gz -finwo/fnet=https://github.com/finwo/fnet.c/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 -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 -finwo/opener=https://github.com/finwo/c-opener/archive/refs/tags/stable.tar.gz -finwo/poll=https://github.com/finwo/c-poll/archive/refs/tags/stable.tar.gz -finwo/str_extra=https://github.com/finwo/c-strextra/archive/refs/tags/stable.tar.gz hellerf/ews=https://raw.githubusercontent.com/finwo/dep-repository/main/hellerf/ews/package.ini jacketizer/yuarel=https://raw.githubusercontent.com/finwo/dep-repository/main/jacketizer/yuarel/package.ini kgabis/parson=https://raw.githubusercontent.com/finwo/dep-repository/main/kgabis/parson/package.ini