This package browser is in early development. Mind the rough edges.

perl-stream-buffered 0.03

Temporary buffer to save bytes

Stream::Buffered is a buffer class to store arbitrary length of byte strings and then get a seekable filehandle once everything is buffered. It uses PerlIO and/or temporary file to save the buffer depending on the length of the size.

Installation

Install perl-stream-buffered 0.03 as follows:

guix install perl-stream-buffered@0.03

Or install the latest version:

guix install perl-stream-buffered

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.