sbcl-circular-streams 0.1.0-1.e770bad Circularly readable streams for Common Lisp

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.