vcpkg/ports/expat/vcpkg.json

19 lines
344 B
JSON
Raw Normal View History

{
"name": "expat",
2022-11-01 04:47:44 +08:00
"version": "2.5.0",
"port-version": 3,
"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
}
]
}