mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:49:00 +08:00
b121bba26a
* Updating xmlsec to 1.2.32. Removing the need for patching the UWP build. * x-add-version for xmlsec * Using correct version string in vcpkg.json. Fixing bug on Windows build, xmlsec persists on lib prefix for the dll file. * Updating to latest commit.
11 lines
274 B
JSON
11 lines
274 B
JSON
{
|
|
"name": "xmlsec",
|
|
"version": "1.2.32",
|
|
"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"
|
|
]
|
|
}
|