Common Lisp bindings to gobject-introspection.
A Common Lisp library that enables fast and convenient interoperation with foreign objects.
A Common Lisp library that helps write concise CFFI-related code.
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.
Las características principales de cffi/cffi son: Foreign Function Interfaces.
Las alternativas de código abierto para cffi/cffi incluyen: andy128k/cl-gobject-introspection — Common Lisp bindings to gobject-introspection. bohonghuang/cffi-object — A Common Lisp library that enables fast and convenient interoperation with foreign objects. bohonghuang/cffi-ops — A Common Lisp library that helps write concise CFFI-related code. islam0mar/cl-cxx-jit — Common Lisp and CXX interoperation with JIT. jmckaskill/luaffi — Standalone FFI library for calling C functions from lua. Compatible with the luajit FFI interface. rpav/cl-autowrap — Using its own facilities, autowrap now includes autowrap/libffi. This allows functions that pass and return structs to…