mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 02:38:03 +08:00
18 lines
346 B
JSON
18 lines
346 B
JSON
{
|
|
"name": "gumbo",
|
|
"version": "0.12.3",
|
|
"description": "An HTML5 parsing library in pure C99",
|
|
"homepage": "https://codeberg.org/gumbo-parser/gumbo-parser",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|