http-parser.c

Small C library to parse HTTP requests
Log | Files | Refs | README | LICENSE

commit 60a8324cc6a568fb8bb564bec8b9669ba6717977
parent 1517478781ac3eee9b4283986919748b158db7b1
Author: finwo <finwo@pm.me>
Date:   Sun,  3 Mar 2024 00:30:13 +0100

update dep refs in package.ini

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

diff --git a/package.ini b/package.ini @@ -1,8 +1,8 @@ [dependencies] -finwo/asprintf=https://github.com/finwo/c-asprintf/archive/refs/tags/edge.tar.gz -finwo/mindex=https://github.com/finwo/c-mindex/archive/refs/tags/edge.tar.gz -finwo/str_extra=https://github.com/finwo/c-strextra/archive/refs/tags/edge.tar.gz -tidwall/buf=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/buf/package.ini +finwo/asprintf=edge +finwo/mindex=edge +finwo/str_extra=edge +tidwall/buf=master [export] config.mk=config.mk