Language

Package: cl-nclasses @ 0.6.1

Synopsis

Simplify class, condition, and generic function definitions

Description

NClasses provides helper macros to help write classes, conditions, generic functions, and CLOS code in general with less boilerplate.

It's a fork of hu.dwim.defclass-star. It includes some bug fixes and extra features like type inference.

Home page
https://github.com/atlas-engineer/nclasses
Location
gnu/packages/lisp-xyz.scm (line: 22437, column: 2)
License

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'sbcl-lisp-unit2' does not match package name 'cl-lisp-unit2'
input-labels

Identify input labels that do not match package names

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