http-parser.c

Small C library to parse HTTP requests
git clone git://git.finwo.net/lib/http-parser.c
Log | Files | Refs | README | LICENSE

commit 3d78ef3ad068696b0d3f5b9bc672771a89805a5f
parent 60a8324cc6a568fb8bb564bec8b9669ba6717977
Author: finwo <finwo@pm.me>
Date:   Thu,  9 Apr 2026 19:06:29 +0200

Update package format

Diffstat:
A.dep | 4++++
A.dep.export | 2++
Mconfig.mk | 2+-
Dpackage.ini | 13-------------
4 files changed, 7 insertions(+), 14 deletions(-)

diff --git a/.dep b/.dep @@ -0,0 +1,4 @@ +finwo/asprintf https://git.finwo.net/lib/asprintf.c/archives/heads/main.tar.gz +finwo/mindex https://git.finwo.net/lib/mindex.c/archives/heads/main.tar.gz +finwo/str_extra https://git.finwo.net/lib/str_extra.c/archives/heads/main.tar.gz +tidwall/buf https://git.finwo.net/misc/dep-repository/archives/heads/pkg/tidwall/buf.tar.gz diff --git a/.dep.export b/.dep.export @@ -0,0 +1,2 @@ +include/finwo/http-parser-statusses.h src/http-parser-statusses.h +include/finwo/http-parser.h src/http-parser.h diff --git a/config.mk b/config.mk @@ -1 +1 @@ -SRC+=__DIRNAME/src/http-parser.c +SRC+={{module.dirname}}/src/http-parser.c diff --git a/package.ini b/package.ini @@ -1,13 +0,0 @@ -[dependencies] -finwo/asprintf=edge -finwo/mindex=edge -finwo/str_extra=edge -tidwall/buf=master - -[export] -config.mk=config.mk -include/finwo/http-parser-statusses.h=src/http-parser-statusses.h -include/finwo/http-parser.h=src/http-parser.h - -[package] -name=finwo/http-parser