Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

24 lines
438 B
JSON

{
"name": "nlohmann-json",
"version-semver": "3.11.3",
"port-version": 1,
"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"
}
}
}