vcpkg/ports/cyrus-sasl/vcpkg.json
Tim Paine 6474628c4e
[cyrus-sasl] new port (#39892)
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
Co-authored-by: Kai Pastor <dg0yt@darc.de>
2024-07-25 13:26:13 -07:00

17 lines
518 B
JSON

{
"name": "cyrus-sasl",
"version": "2.1.28",
"description": "Cyrus SASL is an implementation of SASL that makes it easy for application developers to integrate authentication mechanisms into their application in a generic way.",
"homepage": "https://github.com/cyrusimap/cyrus-sasl",
"license": "BSD-3-Clause-Attribution",
"supports": "linux | osx | (x64 & windows & !static & !uwp)",
"dependencies": [
{
"name": "berkeleydb",
"platform": "windows"
},
"krb5",
"openssl"
]
}