Language

Package: sbcl-cffi @ 0.24.1

Synopsis

Common Foreign Function Interface for Common Lisp

Description

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.

Home page
https://common-lisp.net/project/cffi/
Location
gnu/packages/lisp-xyz.scm (line: 2749, column: 2)
License

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'bordeaux-threads' does not match package name 'sbcl-bordeaux-threads'
input-labels

Identify input labels that do not match package names

label 'rt' does not match package name 'sbcl-rt'
input-labels

Identify input labels that do not match package names

label 'alexandria' does not match package name 'sbcl-alexandria'
input-labels

Identify input labels that do not match package names

label 'babel' does not match package name 'sbcl-babel'
input-labels

Identify input labels that do not match package names

label 'trivial-features' does not match package name 'sbcl-trivial-features'