Tizen 2.1 base
[external/libgpg-error.git] / lang / cl / README
1 Common Lisp Support for libgpg-error
2 ------------------------------------
3
4 Requirements:
5
6 ASDF    Packaging Support
7 CFFI    Foreign Function Interface
8
9 Use with:
10
11 > (asdf:operate 'asdf:load-op ':gpg-error)
12 > (use-package :gpg-error)
13
14
15 TODO
16 ----
17
18 * We probably should define a condition base class.  Currently, we do
19   this in the user code only (eg in GPGME).
20
21 * Some lispy convenience functions as need arises, for example for
22   output.