2021-05-25 16:34:00 -04:00
|
|
|
{
|
|
|
|
"name": "xmlsec",
|
2024-10-29 22:57:36 +02:00
|
|
|
"version": "1.3.6",
|
2021-05-25 16:34:00 -04: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-04 22:36:25 +01:00
|
|
|
"license": "X11 AND MPL-1.1",
|
2023-11-10 22:32:07 +01:00
|
|
|
"supports": "!xbox & !uwp",
|
2021-05-25 16:34:00 -04:00
|
|
|
"dependencies": [
|
2024-08-08 03:28:30 +03:00
|
|
|
{
|
|
|
|
"name": "libxml2",
|
|
|
|
"default-features": false
|
|
|
|
},
|
2022-03-24 20:10:28 +01:00
|
|
|
"openssl",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-05-25 16:34:00 -04:00
|
|
|
]
|
|
|
|
}
|