vcpkg/ports/staticjson/vcpkg.json

20 lines
471 B
JSON
Raw Normal View History

2022-12-30 03:41:27 +08:00
{
"$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
}
]
}