mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 21:29:01 +08:00
20 lines
483 B
JSON
20 lines
483 B
JSON
|
{
|
||
|
"name": "openldap",
|
||
|
"version": "2.5.13",
|
||
|
"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"
|
||
|
],
|
||
|
"features": {
|
||
|
"cyrus-sasl": {
|
||
|
"description": "with Cyrus SASL support"
|
||
|
},
|
||
|
"tools": {
|
||
|
"description": "Enable client tools"
|
||
|
}
|
||
|
}
|
||
|
}
|