vcpkg/ports/expat/vcpkg.json
xiaozhuai, Weihang Ding d94850162c
[expat] Fix a warning EXPAT_MSVC_STATIC_CRT not used (#28371)
* [expat] Fix a warning EXPAT_MSVC_STATIC_CRT not used

* update version database
2022-12-28 13:54:39 -08:00

19 lines
344 B
JSON

{
"name": "expat",
"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
}
]
}