diff options
author | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 14:56:15 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 14:56:15 +0200 |
commit | 9c9570ee65c93b466cb833b407cb143e49d29459 (patch) | |
tree | c71f249217f0d865e92ee5e691393a626eb2892c /libraries/gpgme/README | |
parent | ad2f54a43c65def7fa73ee45696df47f898373e0 (diff) |
libraries/gpgme: Initial import
Diffstat (limited to 'libraries/gpgme/README')
-rw-r--r-- | libraries/gpgme/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/gpgme/README b/libraries/gpgme/README new file mode 100644 index 0000000000000..37e6c7f9c1215 --- /dev/null +++ b/libraries/gpgme/README @@ -0,0 +1,8 @@ +GPGME (GnuPG Made Easy) is a C language library that allows to add +support for cryptography to a program. It is designed to make access +to public key crypto engines like GnuPG or GpgSM easier for +applications. GPGME provides a high-level crypto API for encryption, +decryption, signing, signature verification and key management. + +Required dep: libgpg-error, available at slackbuilds.org + |