mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:59:06 +08:00
20 lines
585 B
JSON
20 lines
585 B
JSON
{
|
|
"name": "openldap",
|
|
"version": "2.5.18",
|
|
"description": "OpenLDAP Software is an open source implementation of the Lightweight Directory Access Protocol. When using the cyrus-sasl feature on Linux, you need to install the libsasl2-dev development package.",
|
|
"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"
|
|
}
|
|
}
|
|
}
|