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