vcpkg/ports/xmlsec/vcpkg.json
SvenPStarFinanz 56ae925ff6
[xmlsec] Update to 1.2.37 (#30370)
* [xmlsec] Bump to 1.2.37.

* x-add-version
2023-03-23 19:26:04 -07:00

20 lines
435 B
JSON

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