Registry / networking / libassuan

libassuan

JSON →
library3.0.2vcpkgunverified

A library implementing the so-called Assuan protocol

vcpkg install libassuan
INSTALL
IMPORT
SIG · LIBASSUAN
L
libassuan
networkingcppv3.0.2
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.

assuan.h
#include <assuan.h>

Initialize and release an Assuan context

#include <assuan.h> #include <stdio.h> int main() { assuan_context_t ctx; assuan_new(&ctx); assuan_set_flag(ctx, ASSUAN_NO_LOGGING, 1); assuan_release(ctx); printf("Assuan context created and released\n"); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

libassuan — pip install libassuan · libregistry