2021-05-26 04:34:00 +08:00
|
|
|
{
|
|
|
|
"name": "xmlsec",
|
2024-03-16 09:37:31 +08:00
|
|
|
"version": "1.3.3",
|
2024-06-20 05:07:05 +08:00
|
|
|
"port-version": 1,
|
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
|
|
|
]
|
|
|
|
}
|