Common Foreign Function Interface for Common Lisp
The Common Foreign Function Interface (CFFI) 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.
Linter | Message | Location |
---|---|---|
tests-true Check if tests are explicitly enabled | #:tests? must not be explicitly set to #t |
|
input-labels Identify input labels that do not match package names | label 'sbcl-trivial-features' does not match package name 'ecl-trivial-features' |
|
input-labels Identify input labels that do not match package names | label 'sbcl-babel' does not match package name 'ecl-babel' |
|
input-labels Identify input labels that do not match package names | label 'sbcl-alexandria' does not match package name 'ecl-alexandria' |
|
input-labels Identify input labels that do not match package names | label 'sbcl-rt' does not match package name 'ecl-rt' |
|
input-labels Identify input labels that do not match package names | label 'sbcl-bordeaux-threads' does not match package name 'ecl-bordeaux-threads' |
|