mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 17:38:59 +08:00
4ab4974293
* [Expat] Update to 2.6.0 * v db
18 lines
323 B
JSON
18 lines
323 B
JSON
{
|
|
"name": "expat",
|
|
"version": "2.6.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|