mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-12 14:18:24 -05:00
19 lines
359 B
JSON
Executable File
19 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
|
|
}
|
|
]
|
|
}
|