Language

Package: sbcl-cl-coroutine @ 0.1-1.de098f8

Synopsis

Coroutine library for Common Lisp

Description

This is a coroutine library for Common Lisp implemented using the continuations of the cl-cont library.

Home page
https://github.com/takagi/cl-coroutine
Location
gnu/packages/lisp-xyz.scm (line: 8336, column: 4)
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-cont' does not match package name 'sbcl-cl-cont'