mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 10:39:01 +08:00
56ae925ff6
* [xmlsec] Bump to 1.2.37. * x-add-version
20 lines
435 B
JSON
20 lines
435 B
JSON
{
|
|
"name": "xmlsec",
|
|
"version": "1.2.37",
|
|
"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
|
|
}
|
|
]
|
|
}
|