vcpkg/ports/xmlsec/vcpkg.json
Kai Pastor d5dd03b545
[xmlsec] Update, fix usage (#27470)
* Update to 1.2.35

* vcpkg cmake config is unofficial

* Update versions

* Update to 1.2.36

* Update versions

* Remove patch

* Update versions
2022-11-04 14:36:25 -07:00

20 lines
435 B
JSON

{
"name": "xmlsec",
"version": "1.2.36",
"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
}
]
}