gpgme1.0 1.22.0-ok1 source package in openKylin
Changelog
gpgme1.0 (1.22.0-ok1) nile; urgency=medium * Build for openkylin. -- rtlhq <nobelxyz@163.com> Sat, 02 Sep 2023 18:10:25 +0800
gpgme1.0 (1.22.0-ok1) nile; urgency=medium * Build for openkylin. -- rtlhq <nobelxyz@163.com> Sat, 02 Sep 2023 18:10:25 +0800
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
gpgme1.0_1.22.0.orig.tar.bz2 | 1.6 MiB | a59777b4bbeb03a537064cc093317aee5762c7a06040e1b63c6bc4d28f2e5caa |
gpgme1.0_1.22.0-ok1.debian.tar.xz | 10.7 KiB | 03ba375801a2683617393c93fb0e4ebf985cb1c3cb666429848af078934d5bc5 |
gpgme1.0_1.22.0-ok1.dsc | 2.4 KiB | 7189a5b89123746a29f07c0724d7accaa6a8cd0ca5ac32fbf9b0ae73a077fe34 |
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.