mindex.c

In-memory ordered store and fetch library
git clone git://git.finwo.net/lib/mindex.c
Log | Files | Refs | README | LICENSE

commit c95f674e019e77df22ccbfd249749ace64bc5734
parent 66b22b26811049048dad5f95c2c996056432e4f1
Author: finwo <finwo@pm.me>
Date:   Sun,  3 Mar 2024 00:17:25 +0100

Update dep refs in package.ini

Diffstat:
Mpackage.ini | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/package.ini b/package.ini @@ -1,9 +1,11 @@ [dependencies] -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/assert=edge +finwo/benchmark=edge + [export] config.mk=config.mk include/finwo/mindex.h=src/mindex.h + [package] deps=lib name=finwo/mindex