2021-05-26 04:34:00 +08:00
|
|
|
{
|
|
|
|
"name": "xmlsec",
|
2023-08-19 02:34:18 +08:00
|
|
|
"version": "1.3.1",
|
2023-11-11 05:32:07 +08:00
|
|
|
"port-version": 2,
|
2021-05-26 04:34:00 +08:00
|
|
|
"description": "XML Security Library is a C library based on LibXML2. The library supports major XML security standards.",
|
|
|
|
"homepage": "https://www.aleksey.com/xmlsec/",
|
2022-11-05 05:36:25 +08:00
|
|
|
"license": "X11 AND MPL-1.1",
|
2023-11-11 05:32:07 +08:00
|
|
|
"supports": "!xbox & !uwp",
|
2021-05-26 04:34:00 +08:00
|
|
|
"dependencies": [
|
|
|
|
"libxml2",
|
2022-03-25 03:10:28 +08:00
|
|
|
"openssl",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-05-26 04:34:00 +08:00
|
|
|
]
|
|
|
|
}
|