blob: 0d2c235da2d803f80bf03f8eccd388a7cfad294e (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"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"
]
}
|