vcpkg/ports/xmlsec/vcpkg.json

22 lines
485 B
JSON
Raw Normal View History

{
"name": "xmlsec",
2024-03-16 09:37:31 +08:00
"version": "1.3.3",
"port-version": 1,
"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",
2023-11-11 05:32:07 +08:00
"supports": "!xbox & !uwp",
"dependencies": [
"libxml2",
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}