pineapple/externals/vcpkg/ports/gumbo/vcpkg.json
2022-07-23 03:01:36 +02:00

18 lines
359 B
JSON
Executable file

{
"name": "gumbo",
"version": "0.10.1",
"port-version": 5,
"description": "An HTML5 parsing library in pure C99",
"homepage": "https://github.com/google/gumbo-parser",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}