Language

Package: cl-optima @ 1.0-1.373b245

Synopsis

Optimized pattern matching library for Common Lisp

Description

Optima is a fast pattern matching library which uses optimizing techniques widely used in the functional programming world.

Home page
https://github.com/m2ym/optima
Location
gnu/packages/lisp-xyz.scm (line: 6072, column: 4)
License

Lint warnings

LinterMessageLocation
formatting

Look for formatting issues in the source

line 6093 is way too long (91 characters)
input-labels

Identify input labels that do not match package names

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

Identify input labels that do not match package names

label 'closer-mop' does not match package name 'cl-closer-mop'
input-labels

Identify input labels that do not match package names

label 'sbcl-eos' does not match package name 'cl-eos'