3 --enable-silent-rules less verbose build output (undo: `make V=1')
4 # --disable-gpgconf-test disable GPGCONF regression test
5 # --disable-gpg-test disable GPG regression test
6 # --disable-gpgsm-test disable GPGSM regression test
7 # --disable-g13-test disable G13 regression test
10 gpgme (GnuPG Made Easy)
12 GPGME (GnuPG Made Easy) is a C language library that allows to add
13 support for cryptography to a program. It is designed to make access
14 to public key crypto engines like GnuPG or GpgSM easier for
15 applications. GPGME provides a high-level crypto API for encryption,
16 decryption, signing, signature verification and key management.
18 GPGME uses GnuPG and GpgSM as its backends to support OpenPGP and the
19 Cryptographic Message Syntax (CMS).