mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 08:59:05 +08:00
77fc723d47
Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
19 lines
344 B
JSON
19 lines
344 B
JSON
{
|
|
"name": "expat",
|
|
"version": "2.4.9",
|
|
"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
|
|
}
|
|
]
|
|
}
|