r1518: Initial revision
[uffi.git] / README
1 Package:  UFFI (Universal Foreign Language Interface)
2 Web site: http://uffi.med-info.com
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 v6.1 (Linux and Microsoft Windows), Lispworks
18 v4.2 (Linux and Microsoft Windows), and CMUCL are supported.
19
20