vcpkg/ports/cyrus-sasl/vcpkg.json

15 lines
444 B
JSON
Raw Permalink Normal View History

{
"name": "cyrus-sasl",
"version": "2.1.28",
2024-08-02 03:50:45 +08:00
"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"
]
}