mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 10:29:01 +08:00
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"
|
||
|
]
|
||
|
}
|