mindex.c

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

commit 64ab1d5fcf4c36c6790b8b6a878a85861c61b617
parent 3af2694d272a361c540eb6c8d4a2c19292045673
Author: finwo <finwo@pm.me>
Date:   Sun, 15 Mar 2026 03:53:11 +0100

Update package format

Diffstat:
A.dep | 2++
A.dep.export | 1+
Mconfig.mk | 2+-
Dpackage.ini | 11-----------
4 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/.dep b/.dep @@ -0,0 +1,2 @@ +finwo/assert https://git.finwo.net/lib/assert.h/archives/heads/main.tar.gz +finwo/benchmark https://git.finwo.net/lib/benchmark.c/archives/heads/main.tar.gz diff --git a/.dep.export b/.dep.export @@ -0,0 +1 @@ +include/finwo/mindex.h src/mindex.h diff --git a/config.mk b/config.mk @@ -1 +1 @@ -SRC+=__DIRNAME/src/mindex.c +SRC+={{module.dirname}}/src/mindex.c diff --git a/package.ini b/package.ini @@ -1,11 +0,0 @@ -[dependencies] -finwo/assert=edge -finwo/benchmark=edge - -[export] -config.mk=config.mk -include/finwo/mindex.h=src/mindex.h - -[package] -deps=lib -name=finwo/mindex