gpgme/lang
Justus Winter 857592041b Add missing includes.
* lang/cpp/src/key.cpp: Include <strings.h> for 'strcasecmp'.
* tests/gpg/t-cancel.c: Include <sys/select.h> for 'fd_set' and
friends.

Signed-off-by: Justus Winter <justus@g10code.com>
2016-10-06 13:12:52 +02:00
..
cl .gitignore: flesh out rules and add subdirectory-.gitignores. 2012-04-20 16:05:11 +02:00
cpp Add missing includes. 2016-10-06 13:12:52 +02:00
python python: Link 'data.h' and 'config.h' into the builddir. 2016-09-30 14:47:26 +02:00
qt qt: Fix spelling error in WKSPublishJob 2016-10-05 17:36:17 +02:00
Makefile.am build: Declare all languages for make dist. 2016-08-10 16:28:36 +02:00
README python: Improve metadata and READMEs. 2016-09-19 12:49:14 +02:00

Language Support for GPGME
--------------------------

This directory contains support for other languages than C.

Please note that language support components may be under a different
license than GPGME itself.  You can find more information in each
sub-directory.

Directory	Language

cl		Common Lisp
cpp		C++
qt		Qt-Framework API
python		Python 2 and 3 (port of PyME 0.9.0)