url-parser.c

URL parsing library
git clone git://git.finwo.net/lib/url-parser.c
Log | Files | Refs | README | LICENSE

commit 54b94a8cbc48c2c37ceddd3611b2c94d873a1365
parent 4ce4748f96abc072396d75b58d305d538c9f057a
Author: finwo <finwo@pm.me>
Date:   Sun, 15 Mar 2026 04:58:51 +0100

Update package format

Diffstat:
A.dep.export | 1+
Mconfig.mk | 2+-
Dpackage.ini | 7-------
3 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/.dep.export b/.dep.export @@ -0,0 +1 @@ +include/finwo/url-parser.h src/url-parser.h diff --git a/config.mk b/config.mk @@ -1 +1 @@ -SRC+=__DIRNAME/src/url-parser.c +SRC+={{module.dirname}}/src/url-parser.c diff --git a/package.ini b/package.ini @@ -1,7 +0,0 @@ -[export] -config.mk=config.mk -include/finwo/url-parser.h=src/url-parser.h - -[package] -deps=lib -name=finwo/url-parser