Language

Package: sbcl-function-cache @ 1.0.3

Synopsis

Function caching / memoization library for Common Lisp

Description

A common lisp library that provides extensible function result caching based on arguments (an expanded form of memoization).

Home page
https://github.com/AccelerationNet/function-cache
Location
gnu/packages/lisp-xyz.scm (line: 9320, column: 2)
License

Lint warnings

LinterMessageLocation
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 'cl-interpol' does not match package name 'sbcl-cl-interpol'
input-labels

Identify input labels that do not match package names

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

Identify input labels that do not match package names

label 'symbol-munger' does not match package name 'sbcl-symbol-munger'
input-labels

Identify input labels that do not match package names

label 'closer-mop' does not match package name 'sbcl-closer-mop'