mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:39:00 +08:00
20 lines
471 B
JSON
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
|
|
}
|
|
]
|
|
}
|