0
0
mirror of https://github.com/microsoft/vcpkg.git synced 2025-01-16 16:06:40 +08:00
Raul Metsma e2edf52610
[xmlsec] Update to version 1.3.6 ()
Signed-off-by: Raul Metsma <raul@metsma.ee>
2024-10-29 13:57:36 -07:00

24 lines
519 B
JSON

{
"name": "xmlsec",
"version": "1.3.6",
"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",
"supports": "!xbox & !uwp",
"dependencies": [
{
"name": "libxml2",
"default-features": false
},
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}