guile-termios 0.6.4
POSIX termios interface for GNU Guile
To query and change settings of serial devices on POSIX systems, the termios API is used. GNU Guile doesn't have an interface for that built in. This module implements this interface by use of Guile's dynamic FFI.
- Outputs:
out
- Website: https://github.com/ft/guile-termios
- Licenses: FreeBSD
- Package source: gnu/packages/guile-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install guile-termios 0.6.4
as follows:
guix install guile-termios@0.6.4
Or install the latest version:
guix install guile-termios
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.