Paketname | cl-cffi |
Beschreibung | The Common Foreign Function Interface for Common Lisp |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 20091211-1 |
Sektion | universe/devel |
Priorität | optional |
Installierte Größe | 3668 Byte |
Hängt ab von | common-lisp-controller (>= 5.11), cl-alexandria, cl-trivial-features, cl-babel |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | cffi |
Paketgröße | 1582454 Byte |
Prüfsumme MD5 | fa83bc308fcafe4a590e5453d5283fb1 |
Prüfsumme SHA1 | 3e13c7a04f35c09cbaceff9929d6a044cc614cab |
Prüfsumme SHA256 | abb6aef3072015fa9791430ec6667564eaf9f17610eba9b5a3b650952e244032 |
Link zum Herunterladen | cl-cffi_20091211-1_all.deb |
Ausführliche Beschreibung | 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.
.
The CFFI-SYS backend package defines a low-level interface to the native FFI
support in the Lisp implementation. It offers operators for allocating and
dereferencing foreign memory, calling foreign functions, and loading shared
libraries. The CFFI frontend provides a declarative interface for defining
foreign functions, structures, typedefs, enumerated types. It is implemented
in portable ANSI CL making use of the low-level operators exported by
CFFI-SYS.
.
A UFFI compatibility layer is also being developed.
|