Registry / crypto / libgpg-error

libgpg-error

JSON →
library1.59vcpkgunverified

A runtime library for GnuPG and other software which likes to use it, providing error handling and logging.

vcpkg install libgpg-error
INSTALL
IMPORT
SIG · LIBGPG-ERROR
L
libgpg-error
cryptocppv1.59
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.

gpg-error.h
#include <gpg-error.h>

Minimal libgpg-error usage

#include <gpg-error.h> #include <stdio.h> int main() { gpg_error_t err = gpg_error(GPG_ERR_NO_ERROR); printf("Error: %s\n", gpg_strerror(err)); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.59latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

libgpg-error — pip install libgpg-error · libregistry