gpgme1.0 1.13.1-ok1 source package in openKylin
Changelog
gpgme1.0 (1.13.1-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
gpgme1.0 (1.13.1-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | libs |
File | Size | SHA-256 Checksum |
---|---|---|
gpgme1.0_1.13.1.orig.tar.bz2 | 1.7 MiB | c4e30b227682374c23cddc7fdb9324a99694d907e79242a25a4deeedb393be46 |
gpgme1.0_1.13.1-ok1.debian.tar.xz | 12.6 KiB | 078425b4a82e0253a2531f908c977d9c39893a5ca45e379005d1d9ffa7f3068d |
gpgme1.0_1.13.1-ok1.dsc | 2.4 KiB | 09615f256596ea896c02f5b963a53981a8e6c88612e33e4892da55d55649e931 |
GPGME is a wrapper library which provides a C API to access some of the
GnuPG functions, such as encrypt, decrypt, sign, verify, ...
.
This package contains the headers and other files needed to compile
against this library.
GPGME is a wrapper library which provides a C API to access some of the
GnuPG functions, such as encrypt, decrypt, sign, verify, ...
.
This package contains the library.
GpgME++ (aka GpgMEpp) is a C++ wrapper (or C++ bindings) for the
GnuPG project's GPGME (GnuPG Made Easy) library.
.
QGpgME is a library that provides GPGME integration with QEventLoop
and some Qt datatypes (e.g. QByteArray).
.
This package contains the headers and other files needed to compile
against either of these libraries.
GpgME++ (aka GpgMEpp) is a C++ wrapper (or C++ bindings) for the
GnuPG project's GPGME (GnuPG Made Easy) library.
.
QGpgME is a library that provides GPGME integration with QEventLoop
and some Qt datatypes (e.g. QByteArray).
.
This package contains documentation for developers describing how to
use these packages.
GpgME++ (aka GpgMEpp) is a C++ wrapper (or C++ bindings) for the
GnuPG project's GPGME (GnuPG Made Easy) library.
.
This is the official upstream C++ binding for GPGME.
QGpgME is a library that provides GPGME integration with QEventLoop
and some Qt datatypes (e.g. QByteArray).
.
This is the official upstream Qt binding for GPGME.
The "gpg" Python module is, for the most part, a direct interface to
the C GPGME library. However, it is re-packaged in a more Pythonic
way -- object-oriented with classes and modules. Take a look at the
classes defined here -- they correspond directly to certain object
types in GPGME for C.
.
Features:
* Feature-rich, full implementation of the GPGME library. Supports
all GPGME features except interactive editing (coming soon).
Callback functions may be written in pure Python.
* Ability to sign, encrypt, decrypt, and verify data.
* Ability to list keys, export and import keys, and manage the keyring.
* Fully object-oriented with convenient classes and modules.
.
This is the official upstream Python 3 binding for GPGME.