Hide
Login/Register to vote and to have access to more featuresYou are here: Root > By Topic
Go directly to another tagGo directly to another tagAll Libraries for FFI (15 items)
Back to full tag viewCFFI - the Common Foreign Function Interface
A portable foreign function interface for Common Lisp.
CFFI Utils
Was once part of bdb package, but outsourced as new package.
This package brings you a "flag-system" for handling constant definitions in seperated systems, an defcfun extension macro to "easily" tran...
CFFI-Net
A portable interface to Unix sockets functionality. It includes the CFFI-Grovel tool for automating FFI generation, and the CFFI-Unix interface to basic Unix functionality with a focus on networking.
CL-DONGLE
Provides full access to all the functionality of SG-Lock's hardware-based copy protection system (dongles).
CLERIC
Common Lisp Erlang Interface
Foreign Structures By Value
Call foreign functions when one or more arguments and/or the return value are structures. In CFFI and most Lisp foreign interfaces, structures must be passed by reference, that is, as pointers. FSBV...
Hello C
A tool for interfacing Common Lisp programs with libraries written in C or with the same calling conventions. It is largely a fork of UFFI, with additional features such as support for callback functi...
Objective-CL
Objective-CL is a free CL/Objective-C bridge that is portable not only across Lisp implementations but also across operating systems. It strives to achieve full GNUstep and Cocoa compatibility includ...
PLOKAMI - Common Lisp PCAP Interface
PLOKAMI is a lispy interface to libpcap/winpcap built on top of a CFFI portability layer.
SUPPORTED
Realtime network packet capture, injection, dumpfile reading/writing, filtering with BPF, timeouts ...
SWIG (Simplified Wrapper and Interface Generator)
SWIG is a software development tool that connects programs and libraries written in C and C++ with a variety of high-level programming languages, including Common Lisp. It parses C/C++ header files a...
UFFI
Universal Foreign Function Interface for Common Lisp.
c2ffi
An FFI bindings generator for C libraries. It automatically generates foreign function interface definitions for UFFI (CFFI is also planned) by parsing C header files.
cl-win32ole
Common Lisp OLE Library like Ruby's win32ole.
fftw-ffi
An UFFI-based generator of Common Lisp FFI bindings to the FFTW (Fastest Fourier Transform in the West) C library.
gcc-xml-ffi
An automatic Common Lisp FFI bindings generator from C or C++ source code.