-
Notifications
You must be signed in to change notification settings - Fork 36
/
gpgme.txt
90 lines (51 loc) · 1.93 KB
/
gpgme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
%%comments:
Copyright (C) 2001, 2004 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.1 or
any later version published by the Free Software Foundation; with no
Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
Texts. A copy of the license is included in the file COPYING.
%%name: GPGME
%%short-description: GnuPG Made Easy
%%full-description: GPGME is a library designed to make access to
GnuPG easier for applications. It provides a high-level crypto API
for encryption, decryption, signing, signature verification and key
management. Currently it uses GnuPG and GpgSM as its backends to
support OpenPGP and the Cryptographic Message Syntax.
%%category: security, libraries
%%license: GPL
%%license verified by:
%%license verified on:
%%maintainer: g10 Code GmbH <[email protected]>
%%updated: 2004-09-30
%%keywords: encryption, public key, digital signature, GnuPG
%%interface:
%%programs:
%%GNU: no
%%web-page: https://www.gnupg.org/gpgme.html
%%support: paid extension/consulting from https://www.g10code.com
%%doc: English programmer reference in Texinfo, Postscript, HTML included
%%developers: Werner Koch <[email protected]>.
%%contributors:
%%sponsors:
%%source: https://www.gnupg.org/ftp/gcrypt/gpgme/
%%debian:
%%redhat:
%%repository: See https://dev.gnupg.org/source/gpgme/
%%related:
%%source-language: C
%%supported-languages: C, C++
%%use-requirements: GnuPG 1.2.2, GpgSM 1.9.6
%%build-prerequisites: libgpg-error 0.5
%%weak-prerequisites: Pth 1.2.0
%%source-prerequisites:
%%version: 1.0.0 released on 2004-09-30
%%announce-list: [email protected] [email protected]
%%announce-news:
%%help-list:
%%help-news:
%%dev-list: [email protected] [email protected]
%%dev-news:
%%bug-list:
%%bug-database:
%%entry written by: Werner Koch <[email protected]>