23 lines
438 B
JSON
Executable file
23 lines
438 B
JSON
Executable file
{
|
|
"name": "nlohmann-json",
|
|
"version-semver": "3.10.5",
|
|
"port-version": 3,
|
|
"description": "JSON for Modern C++",
|
|
"homepage": "https://github.com/nlohmann/json",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"diagnostics": {
|
|
"description": "Build json_diagnostics"
|
|
}
|
|
}
|
|
}
|