Initial commit
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
[build]
|
||||
type = "cmake"
|
||||
|
||||
[build.flags]
|
||||
build_dir = "build"
|
||||
configure = [
|
||||
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5",
|
||||
"-DENABLE_THREADING=ON",
|
||||
"-DBUILD_STATIC_LIBS=OFF",
|
||||
"-G Ninja",
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
build = [
|
||||
"cmake",
|
||||
"ninja",
|
||||
]
|
||||
runtime = ["glibc"]
|
||||
|
||||
[package]
|
||||
description = "JSON implementation in C"
|
||||
homepage = "https://github.com/json-c/json-c/wiki"
|
||||
license = "MIT"
|
||||
name = "json-c"
|
||||
version = "0.18"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
url = "https://github.com/json-c/json-c#json-c-$version-20240915"
|
||||
Reference in New Issue
Block a user