mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 11:19:04 +08:00
6474628c4e
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com> Co-authored-by: Kai Pastor <dg0yt@darc.de>
17 lines
518 B
JSON
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"
|
|
]
|
|
}
|