vcpkg/ports/xmlsec/vcpkg.json
SvenPStarFinanz ccafa438b4
[xmlsec] Update to 1.3.1 (#33240)
* [xmlsec] Update to 1.3.1

* x-add-version
2023-08-18 11:34:18 -07:00

21 lines
457 B
JSON

{
"name": "xmlsec",
"version": "1.3.1",
"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",
"dependencies": [
"libxml2",
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}