commit 810babb42a0ef509228484829509eddbd1c8b5ff
parent c8aae938605a5842d85821e3d5fd8aecb923b498
Author: finwo <finwo@pm.me>
Date: Sun, 30 Apr 2023 21:52:48 +0200
Added kgabis/parson library
Diffstat:
4 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/edge.cnf b/edge.cnf
@@ -9,6 +9,7 @@ finwo/benchmark=https://github.com/finwo/c-benchmark/archive/refs/tags/edge.tar.
finwo/http-parser=https://github.com/finwo/http-parser/archive/refs/tags/edge.tar.gz
finwo/matter=https://github.com/finwo/matter/archive/refs/tags/edge.tar.gz
finwo/mindex=https://github.com/finwo/c-mindex/archive/refs/tags/edge.tar.gz
+kgabis/parson=https://raw.githubusercontent.com/finwo/dep-repository/main/kgabis/parson/package.ini
noporpoise/sort_r=https://raw.githubusercontent.com/finwo/dep-repository/main/noporpoise/sort_r/package.ini
orlp/ed25519=https://raw.githubusercontent.com/finwo/dep-repository/main/orlp/ed25519/package.ini
rxi/dyad=https://raw.githubusercontent.com/finwo/dep-repository/main/rxi/dyad/package.ini
diff --git a/kgabis/parson/config.mk b/kgabis/parson/config.mk
@@ -0,0 +1 @@
+SRC+=__DIRNAME/parson.c
diff --git a/kgabis/parson/package.ini b/kgabis/parson/package.ini
@@ -0,0 +1,10 @@
+[package]
+name=kgabis/parson
+src=https://github.com/kgabis/parson/archive/refs/heads/master.tar.gz
+
+[fetch]
+config.mk=https://raw.githubusercontent.com/finwo/dep-repository/main/kgabis/parson/config.mk
+
+[export]
+config.mk=config.mk
+include/kgabis/parson.h=parson.h
diff --git a/stable.cnf b/stable.cnf
@@ -9,6 +9,7 @@ finwo/benchmark=https://github.com/finwo/c-benchmark/archive/refs/tags/stable.ta
finwo/http-parser=https://github.com/finwo/http-parser/archive/refs/tags/stable.tar.gz
finwo/matter=https://github.com/finwo/matter/archive/refs/tags/stable.tar.gz
finwo/mindex=https://github.com/finwo/c-mindex/archive/refs/tags/stable.tar.gz
+kgabis/parson=https://raw.githubusercontent.com/finwo/dep-repository/main/kgabis/parson/package.ini
noporpoise/sort_r=https://raw.githubusercontent.com/finwo/dep-repository/main/noporpoise/sort_r/package.ini
orlp/ed25519=https://raw.githubusercontent.com/finwo/dep-repository/main/orlp/ed25519/package.ini
rxi/dyad=https://raw.githubusercontent.com/finwo/dep-repository/main/rxi/dyad/package.ini