mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:09:00 +08:00
d5dd03b545
* Update to 1.2.35 * vcpkg cmake config is unofficial * Update versions * Update to 1.2.36 * Update versions * Remove patch * Update versions
20 lines
435 B
JSON
20 lines
435 B
JSON
{
|
|
"name": "xmlsec",
|
|
"version": "1.2.36",
|
|
"description": "XML Security Library is a C library based on LibXML2. The library supports major XML security standards.",
|
|
"homepage": "https://www.aleksey.com/xmlsec/",
|
|
"license": "X11 AND MPL-1.1",
|
|
"dependencies": [
|
|
"libxml2",
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|