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
+26
View File
@@ -0,0 +1,26 @@
[build]
type = "cmake"
[build.flags]
build_dir = "build"
configure = [
"-DBUILD_SHARED_LIBS=ON",
"-DYYJSON_BUILD_TESTS=ON",
"-Wno-dev",
]
[dependencies]
build = ["cmake"]
runtime = ["glibc"]
[package]
description = "performance JSON library written in ANSI C"
homepage = "https://ibireme.github.io/yyjson"
license = "MIT"
name = "yyjson"
version = "0.12.0"
[[source]]
extract_dir = "$name-$version"
url = "https://github.com/ibireme/yyjson/archive/refs/tags/$version.tar.gz"
sha256 = "b16246f617b2a136c78d73e5e2647c6f1de1313e46678062985bdcf1f40bb75d"