vcpkg/ports/openldap/vcpkg.json
2024-07-26 00:15:25 -07:00

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"
}
}
}