vcpkg/ports/graphqlparser/vcpkg.json
2021-11-29 17:00:29 -08:00

17 lines
296 B
JSON

{
"name": "graphqlparser",
"version": "0.7.0",
"port-version": 4,
"description": "A GraphQL query parser in C++ with C and C++ APIs",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}