dep-repository

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

commit e4c92ef8243812591a4da0d8d382504551215cb5
parent 0b7a1406cd73a32987a431aefff1022e51c8afd7
Author: finwo <finwo@pm.me>
Date:   Sun, 19 May 2024 22:05:38 +0200

Added emmanuel-marty/em_inflate library

Diffstat:
Aemmanuel-marty/em_inflate/config.mk | 1+
Aemmanuel-marty/em_inflate/package.ini | 9+++++++++
2 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/emmanuel-marty/em_inflate/config.mk b/emmanuel-marty/em_inflate/config.mk @@ -0,0 +1 @@ +SRC+=__DIRNAME/lib/em_inflate.c diff --git a/emmanuel-marty/em_inflate/package.ini b/emmanuel-marty/em_inflate/package.ini @@ -0,0 +1,9 @@ +[repository] +github=emmanuel-marty/em_inflate + +[package] +name=emmanuel-marty/em_inflate + +[export] +config.mk=config.mk +include/emmanuel-marty/em_inflate.h=lib/em_inflate.h