mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:59:55 +08:00
efe9c8a3e3
* nlohmann-json version 3.11.3 * ./vcpkg x-add-version --all * Update ports/nlohmann-json/portfile.cmake Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com> * Update nlohmann-json.json --------- Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
23 lines
417 B
JSON
23 lines
417 B
JSON
{
|
|
"name": "nlohmann-json",
|
|
"version-semver": "3.11.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"
|
|
}
|
|
}
|
|
}
|