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.
- Versions: 0.0.2-1.b1a3c87
- Website: https://github.com/kingcons/trivial-raw-io
- Licenses: FreeBSD
- Package source: gnu/packages/lisp-xyz.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]