early-access version 2853
This commit is contained in:
37
externals/vcpkg/ports/yyjson/vcpkg.json
vendored
Executable file
37
externals/vcpkg/ports/yyjson/vcpkg.json
vendored
Executable file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "yyjson",
|
||||
"version": "0.5.0",
|
||||
"description": "A high performance JSON library written in ANSI C",
|
||||
"homepage": "https://github.com/ibireme/yyjson",
|
||||
"license": "MIT",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
],
|
||||
"default-features": [
|
||||
"fast-fp-conv",
|
||||
"non-standard",
|
||||
"reader",
|
||||
"writer"
|
||||
],
|
||||
"features": {
|
||||
"fast-fp-conv": {
|
||||
"description": "Build with custom floating-point number conversion"
|
||||
},
|
||||
"non-standard": {
|
||||
"description": "Build with support for non-standard JSON"
|
||||
},
|
||||
"reader": {
|
||||
"description": "Build with JSON reader"
|
||||
},
|
||||
"writer": {
|
||||
"description": "Build with JSON writer"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user