mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 13:19:07 +08:00
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"
|
||
|
]
|
||
|
}
|