vcpkg/ports/cyrus-sasl/vcpkg.json
2024-08-01 12:50:45 -07:00

15 lines
444 B
JSON

{
"name": "cyrus-sasl",
"version": "2.1.28",
"port-version": 2,
"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": null,
"supports": "linux | osx | (windows & !uwp)",
"dependencies": [
"krb5",
"lmdb",
"openssl"
]
}