mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 08:19:01 +08:00
a47809ed9e
* [xmlsec] add pkgconfig files - also fixes the library filename, which is actually libxmlsec1. This follows the upstream naming scheme. * [xmlsec] convert CONTROL to manifest * [xmlsec] update versions * [xmlsec] update library name * [xmlsec] update versions
12 lines
302 B
JSON
12 lines
302 B
JSON
{
|
|
"name": "xmlsec",
|
|
"version-string": "1.2.31",
|
|
"port-version": 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/",
|
|
"dependencies": [
|
|
"libxml2",
|
|
"openssl"
|
|
]
|
|
}
|