vcpkg/ports/staticjson/vcpkg.json
2022-12-29 11:41:27 -08:00

20 lines
471 B
JSON

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "staticjson",
"version": "1.0.0",
"description": "Fast, direct and static typed parsing of JSON with C++",
"homepage": "https://github.com/netheril96/StaticJSON",
"license": "MIT",
"dependencies": [
"rapidjson",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}