• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..22-Apr-20166

gpg-error-package.lispH A D27-Nov-20152.2 KiB

gpg-error.asdH A D22-Apr-20161.3 KiB

gpg-error.asd.inH A D27-Nov-20151.3 KiB

gpg-error.lispH A D27-Nov-20156.9 KiB

Makefile.amH A D27-Nov-20151.5 KiB

Makefile.inH A D27-Nov-201513.7 KiB

mkerrcodes.awkH A D27-Nov-20155.3 KiB

READMEH A D27-Nov-2015432

README

1Common Lisp Support for libgpg-error
2------------------------------------
3
4Requirements:
5
6ASDF	Packaging Support
7CFFI	Foreign Function Interface
8
9Use with:
10
11> (asdf:operate 'asdf:load-op ':gpg-error)
12> (use-package :gpg-error)
13
14
15TODO
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.
23