2021-05-25 16:34:00 -04:00
|
|
|
{
|
|
|
|
"name": "xmlsec",
|
2023-08-18 20:34:18 +02:00
|
|
|
"version": "1.3.1",
|
2023-09-07 09:01:49 +02:00
|
|
|
"port-version": 1,
|
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-06-15 14:49:00 -07:00
|
|
|
"supports": "!xbox",
|
2021-05-25 16:34:00 -04:00
|
|
|
"dependencies": [
|
|
|
|
"libxml2",
|
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
|
|
|
]
|
|
|
|
}
|