pineapple/externals/vcpkg/ports/graphqlparser/vcpkg.json

17 lines
296 B
JSON
Raw Normal View History

2022-07-23 03:01:36 +02:00
{
"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
}
]
}