Language

Package: ecl-circular-streams @ 0.1.0-1.e770bad

Synopsis

Circularly readable streams for Common Lisp

Description

Circular-Streams allows you to read streams circularly by wrapping real streams. Once you reach end-of-file of a stream, its file position will be reset to 0 and you're able to read it again.

Home page
https://github.com/fukamachi/circular-streams
Location
gnu/packages/lisp-xyz.scm (line: 3862, column: 4)
License

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'sbcl-trivial-gray-streams' does not match package name 'ecl-trivial-gray-streams'
input-labels

Identify input labels that do not match package names

label 'sbcl-fast-io' does not match package name 'ecl-fast-io'