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, it's 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: 4883, column: 4)
License

Lint warnings

LinterMessageLocation
description

Validate package descriptions

sentences in description should be followed by two spaces; possible infraction at 79
input-labels

Identify input labels that do not match package names

label 'sbcl-fast-io' does not match package name 'ecl-fast-io'
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'