DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamecl-cffi
BeschreibungThe Common Foreign Function Interface for Common Lisp
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version20100219-2
Sektionlisp
Prioritätoptional
Installierte Größe4340 Byte
Hängt ab voncommon-lisp-controller (>= 5.11), cl-alexandria, cl-trivial-features, cl-babel
Empfohlene Pakete
PaketbetreuerDebian Common Lisp Team
Quellecffi
Paketgröße2198052 Byte
Prüfsumme MD57a4c279221d493c52f2b16f1bc01eef5
Prüfsumme SHA157d964730d610e3ee2e272fede40aef2a13c0d91
Prüfsumme SHA256f7bd69ea17a717d9e10a77d3f5a7220e98aa02f3271f8f9157ab68f316653c23
Link zum Herunterladencl-cffi_20100219-2_all.deb
Ausführliche BeschreibungCFFI, 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.


Impressum
Linux is a registered trademark of Linus Torvalds