Registry / auth / cyrus-sasl

cyrus-sasl

JSON →
library2.1.28vcpkgunverified

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.

vcpkg install cyrus-sasl
INSTALL
IMPORT
SIG · CYRUS-SASL
C
cyrus-sasl
authcppv2.1.28
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

sasl/sasl.h
✓ #include <sasl/sasl.h>

Initializes the SASL client library.

#include <sasl/sasl.h> #include <iostream> int main() { int result = sasl_client_init(NULL); if (result == SASL_OK) { std::cout << "SASL client initialized" << std::endl; sasl_done(); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.28latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
OpenAI (training)
1
Resources

No resource links recorded.

cyrus-sasl — pip install cyrus-sasl · libregistry