Path to this page:
Subject: CVS commit: wip/cl-cffi
From: Oleksandr Kozachuk
Date: 2011-02-20 11:41:23
Message id: E1Pr6jU-0003BS-Ml@sfs-ml-1.v29.ch3.sourceforge.com
Log Message:
Import ecl-cffi-0.10.6 as wip/cl-cffi.
CFFI, the Common Foreign Function Interface, purports to be a portable foreign
function interface for Common Lisp. The CFFI library is composed of a
Lisp-implementation-specific backend in the CFFI-SYS package, and a portable
frontend in the CFFI package.
Some of the key features include:
- an extensible foreign type system;
- callback support;
- support for foreign string encodings;
- ported to Allegro CL, Corman CL, CLISP, CMUCL, ECL, LispWorks, Clozure CL,
SBCL and the Scieneer CL;
- a groveller;
- a UFFI compatibility layer.
Files: