blob: eabf48adb5ac1696b530985243e824e9782873d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
{
"name": "openldap",
"version": "2.6.10",
"description": "OpenLDAP Software is an open source implementation of the Lightweight Directory Access Protocol.",
"homepage": "https://www.openldap.org/software/",
"license": "OLDAP-2.8",
"supports": "!windows, (mingw & !x86)",
"dependencies": [
"openssl",
{
"name": "vcpkg-make",
"host": true
}
],
"features": {
"cyrus-sasl": {
"description": "Enable Cyrus SASL support",
"dependencies": [
"cyrus-sasl"
]
},
"tools": {
"description": "Enable client tools"
}
}
}
|