2021-09-03 07:05:01 +08:00
|
|
|
{
|
|
|
|
"name": "nlohmann-json",
|
2022-01-25 07:13:05 +08:00
|
|
|
"version-semver": "3.10.5",
|
2022-05-14 07:52:17 +08:00
|
|
|
"port-version": 3,
|
2021-09-03 07:05:01 +08:00
|
|
|
"description": "JSON for Modern C++",
|
|
|
|
"homepage": "https://github.com/nlohmann/json",
|
2022-05-14 07:52:17 +08:00
|
|
|
"license": "MIT",
|
2021-09-03 07:05:01 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2022-05-14 07:52:17 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"diagnostics": {
|
|
|
|
"description": "Build json_diagnostics"
|
|
|
|
}
|
|
|
|
}
|
2021-09-03 07:05:01 +08:00
|
|
|
}
|