7 open-source projects similar to bohonghuang/cffi-ops, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Cffi Ops alternative.
Common Lisp bindings to gobject-introspection.
A Common Lisp library that enables fast and convenient interoperation with foreign objects.
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.
Standalone FFI library for calling C functions from lua. Compatible with the luajit FFI interface.
Using its own facilities, autowrap now includes autowrap/libffi. This allows functions that pass and return structs to be called using autowrap. To use this, just load or :depends-on cl-autowrap/libffi instead of cl-autowrap:
A command line tool and library for creating Common Lisp language bindings from C header files.