Package: UFFI (Universal Foreign Language Interface) Web site: http://uffi.med-info.com Author: Kevin M. Rosenberg BRIEF DESCRIPTION ----------------- uffi is a Common Lisp package for interfacing C-language compatible libraries. Every Common Lisp implementation has a method for interfacing to such libraries. Unfortunately, these method vary widely amongst implementations. uffi gathers a common subset of functionality between Common Lisp implementations. uffi wraps this common subset of functionality into it's own syntax and provides macro translation of uffi features into the specific syntax of supported Common Lisp implementations. Currently, AllegroCL v6.1 (Linux and Microsoft Windows), Lispworks v4.2 (Linux and Microsoft Windows), and CMUCL are supported.