vcpkg/ports/nlohmann-json/vcpkg.json
Thomas Gwynne-Timothy c11ee6b3a7
[nlohmann-json] Fix usage text (#23749)
* [nlohmann-json] Fix usage snippet

* [nlohmann-json] Update port version
2022-03-25 11:16:24 -07:00

18 lines
324 B
JSON

{
"name": "nlohmann-json",
"version-semver": "3.10.5",
"port-version": 2,
"description": "JSON for Modern C++",
"homepage": "https://github.com/nlohmann/json",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}