Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
[build]
type = "meson"
[build.flags]
build_dir = "build"
configure = ["-Ddefault_library=shared"]
post_install = ["rm -r $DESTDIR/usr/lib/cmake"]
[dependencies]
build = [
"meson",
"python",
]
runtime = [
"libcxx",
"libunwind",
"glibc",
]
[package]
description = "C++ library for interacting with JSON"
homepage = "https://github.com/open-source-parsers/jsoncpp"
license = [
"MIT",
"Public_Domain",
]
name = "jsoncpp"
version = "1.9.6"
[[source]]
extract_dir = "$name-$version"
sha256 = "f93b6dd7ce796b13d02c108bc9f79812245a82e577581c4c9aabe57075c90ea2"
url = "https://github.com/open-source-parsers/jsoncpp/archive/refs/tags/$version.tar.gz"