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

sbcl-trivial-raw-io

Trivial portability for raw *nix IO in Common Lisp

This library exports three symbols: with-raw-io, read-char, and read-line, to provide raw POSIX I/O in Common Lisp.

Installation

Install the latest version of sbcl-trivial-raw-io as follows:

guix install sbcl-trivial-raw-io

Or install a particular version:

guix install sbcl-trivial-raw-io@0.0.2-1.b1a3c87

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.

Badge code

You can use the following badge to inform users of sbcl-trivial-raw-io about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/sbcl-trivial-raw-io'><img src='https://packages.guix.gnu.org/packages/sbcl-trivial-raw-io/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/sbcl-trivial-raw-io/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/sbcl-trivial-raw-io)

Example Org:

[[https://packages.guix.gnu.org/packages/sbcl-trivial-raw-io][https://packages.guix.gnu.org/packages/sbcl-trivial-raw-io/badges/latest-version.svg]]