Update AllegroCL for :long-long on 64-bit platforms
[uffi.git] / README
1 Package:  UFFI (Universal Foreign Language Interface)
2 Web site: http://uffi.kpe.io
3 Author:   Kevin M. Rosenberg
4
5
6 BRIEF DESCRIPTION
7 -----------------
8 uffi is a Common Lisp package for interfacing C-language compatible
9 libraries. Every Common Lisp implementation has a method for
10 interfacing to such libraries. Unfortunately, these method vary widely
11 amongst implementations. uffi gathers a common subset of functionality
12 between Common Lisp implementations. uffi wraps this common subset of
13 functionality into it's own syntax and provides macro translation of
14 uffi features into the specific syntax of supported Common Lisp
15 implementations.
16
17 Currently, AllegroCL (Linux and Microsoft Windows), Lispworks (Linux
18 and Microsoft Windows), CMUCL, SBCL, and OpenMCL are supported.
19
20