# cffi/cffi

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/cffi-cffi).**

486 stars · 145 forks · Common Lisp · MIT

## Links

- GitHub: https://github.com/cffi/cffi
- Homepage: http://common-lisp.net/project/cffi
- awesome-repositories: https://awesome-repositories.com/repository/cffi-cffi.md

## Description

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.

## Tags

### Part of an Awesome List

- [Foreign Function Interfaces](https://awesome-repositories.com/f/awesome-lists/devtools/foreign-function-interfaces.md) — Portable interface for calling C functions from Lisp.
