vcpkg/ports/xmlsec/vcpkg.json
SvenPStarFinanz 83dd8264fb
[xmlsec] Bump to 1.2.33 (#23733)
* Bump version to 1.2.33

* x-add-version
2022-03-24 12:10:28 -07:00

19 lines
403 B
JSON

{
"name": "xmlsec",
"version": "1.2.33",
"description": "XML Security Library is a C library based on LibXML2. The library supports major XML security standards.",
"homepage": "https://www.aleksey.com/xmlsec/",
"dependencies": [
"libxml2",
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}