Description
Provides CFFI, the Common Foreign Function Interface for Common Lisp. It lets Lisp programs call C libraries and exchange data with native code in a portable way.
Install it when Lisp software needs native library integration. Foreign-function boundaries require careful type, memory, and error handling to avoid crashes or data corruption.