blob: daefeae2da62b2f0f8038556fe901d8260297dfe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
Libassuan
===========
This is the IPC library used by GnuPG 2, GPGME and a few other
packages. It used to be included with the latter packages but we
decided to make your life not too easy and separated it out to a stand
alone library.
It is currently not intended to be used as a shared library.
See COPYING.LIB on how to share, modify and distribute the software
itself (LGPLv2.1+) and COPYING for the documentation (GPLv3+).
Please send bug report to the gnupg-devel mailing list or enter them
into the gnupg bug tracker at http://bugs.g10code.com using the
category "libassuan".
The primary FTP site is ftp://ftp.gnupg.org/gcrypt/libassuan.
|