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

..02-May-20177

gpg-error-package.lispH A D19-Dec-20112.2 KiB

gpg-error.asdH A D19-Dec-20111.3 KiB

gpg-error.asd.inH A D19-Dec-20111.3 KiB

gpg-error.lispH A D19-Dec-20116.9 KiB

MakefileH A D19-Dec-201114.2 KiB

Makefile.amH A D19-Dec-20111.5 KiB

Makefile.inH A D19-Dec-201113.7 KiB

mkerrcodes.awkH A D19-Dec-20115.3 KiB

READMEH A D19-Dec-2011432

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