gpgme/gpgme.txt

91 lines
1.9 KiB
Plaintext
Raw Normal View History

2001-06-12 07:37:15 +00:00
%%comments:
Copyright (C) 2001, 2004 Free Software Foundation, Inc.
2001-06-12 07:37:15 +00:00
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.
2001-06-12 07:37:15 +00:00
%%category: security, libraries
%%license: GPL
%%license verified by:
%%license verified on:
%%maintainer: g10 Code GmbH <gpgme@g10code.com>
%%updated: 2004-09-30
2001-06-12 07:37:15 +00:00
%%keywords: encryption, public key, digital signature, GnuPG
%%interface:
%%programs:
%%GNU: no
%%web-page: https://www.gnupg.org/gpgme.html
2001-06-12 07:37:15 +00:00
%%support: paid extension/consulting from https://www.g10code.com
2001-06-12 07:37:15 +00:00
%%doc: English programmer reference in Texinfo, Postscript, HTML included
%%developers: Werner Koch <wk@gnupg.org>.
%%contributors:
%%sponsors:
%%source: ftp://ftp.gnupg.org/gcrypt/gpgme/
2001-06-12 07:37:15 +00:00
%%debian:
%%redhat:
%%repository: See http://www.gnupg.org/cvs-access.html
%%related:
%%source-language: C
%%supported-languages: C, C++
%%use-requirements: GnuPG 1.2.2, GpgSM 1.9.6
2001-06-12 07:37:15 +00:00
%%build-prerequisites: libgpg-error 0.5
2001-06-12 07:37:15 +00:00
%%weak-prerequisites: Pth 1.2.0
2001-06-12 07:37:15 +00:00
%%source-prerequisites:
%%version: 1.0.0 released on 2004-09-30
2001-06-12 07:37:15 +00:00
%%announce-list: announce@gnupg.org announce-request@gnupg.org
%%announce-news:
%%help-list:
%%help-news:
%%dev-list: gnupg-devel@gnupg.org gnupg-devel-request@gnupg.org
%%dev-news:
%%bug-list:
%%bug-database:
%%entry written by: Werner Koch <wk@gnupg.org>