mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 13:29:00 +08:00
12 lines
259 B
JSON
12 lines
259 B
JSON
|
{
|
||
|
"name": "cppgraphqlgen",
|
||
|
"version-semver": "3.5.0",
|
||
|
"description": "C++ GraphQL schema service generator",
|
||
|
"homepage": "https://github.com/microsoft/cppgraphqlgen",
|
||
|
"dependencies": [
|
||
|
"boost-program-options",
|
||
|
"pegtl",
|
||
|
"rapidjson"
|
||
|
]
|
||
|
}
|