vcpkg/ports/xmlsec/vcpkg.json

12 lines
302 B
JSON
Raw Normal View History

{
"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"
]
}