dep-repository

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

commit 14c483e56b5a05942a7cf00453219a8eff81068a
parent c6a7369f7d58cde9f821dca838f6d41d64905a9f
Author: finwo <finwo@pm.me>
Date:   Sat, 21 Oct 2023 18:33:39 +0200

Added cesanta/mongoose library

Diffstat:
Acesanta/mongoose/config.mk | 1+
Acesanta/mongoose/package.ini | 10++++++++++
Medge.cnf | 1+
Mstable.cnf | 1+
4 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/cesanta/mongoose/config.mk b/cesanta/mongoose/config.mk @@ -0,0 +1 @@ +SRC+=__DIRNAME/mongoose.c diff --git a/cesanta/mongoose/package.ini b/cesanta/mongoose/package.ini @@ -0,0 +1,10 @@ +[package] +name=cesanta/mongoose +src=https://github.com/cesanta/mongoose/archive/refs/heads/master.tar.gz + +[fetch] +config.mk=https://raw.githubusercontent.com/finwo/dep-repository/main/cesanta/mongoose/config.mk + +[export] +config.mk=config.mk +include/cesanta/mongoose.h=mongoose.h diff --git a/edge.cnf b/edge.cnf @@ -2,6 +2,7 @@ adamdunkels/protothreads=https://github.com/finwo/c-protothreads/archive/refs/ta antirez/linenoise=https://raw.githubusercontent.com/finwo/dep-repository/main/antirez/linenoise/package.ini antirez/rax=https://raw.githubusercontent.com/finwo/dep-repository/main/antirez/rax/package.ini benhoyt/inih=https://raw.githubusercontent.com/finwo/dep-repository/main/benhoyt/inih/package-edge.ini +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/assert=https://github.com/finwo/c-assert/archive/refs/tags/edge.tar.gz diff --git a/stable.cnf b/stable.cnf @@ -2,6 +2,7 @@ adamdunkels/protothreads=https://github.com/finwo/c-protothreads/archive/refs/ta antirez/linenoise=https://raw.githubusercontent.com/finwo/dep-repository/main/antirez/linenoise/package.ini antirez/rax=https://raw.githubusercontent.com/finwo/dep-repository/main/antirez/rax/package.ini benhoyt/inih=https://raw.githubusercontent.com/finwo/dep-repository/main/benhoyt/inih/package-stable.ini +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/assert=https://github.com/finwo/c-assert/archive/refs/tags/stable.tar.gz