mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 03:59:02 +08:00
22 lines
485 B
JSON
22 lines
485 B
JSON
{
|
|
"name": "xmlsec",
|
|
"version": "1.3.1",
|
|
"port-version": 2,
|
|
"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",
|
|
"supports": "!xbox & !uwp",
|
|
"dependencies": [
|
|
"libxml2",
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|