vcpkg/ports/xmlsec/vcpkg.json
Raul Metsma 71ca2a16e7
[xmlsec] Update version to 1.3.5 (#40286)
Signed-off-by: Raul Metsma <raul@metsma.ee>
2024-08-07 17:28:30 -07:00

24 lines
519 B
JSON

{
"name": "xmlsec",
"version": "1.3.5",
"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
}
]
}