vcpkg/ports/expat/vcpkg.json
Thomas1664 3286c679bf
[expat] Delete docs (#24024)
* [expat] Delete docs

* version
2022-04-12 10:38:05 -07:00

19 lines
344 B
JSON

{
"name": "expat",
"version": "2.4.8",
"port-version": 1,
"description": "XML parser library written in C",
"homepage": "https://github.com/libexpat/libexpat",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}