bash-ctypes 1.2
Foreign function interface for Bash
Bash-ctypes is a Bash plugin that provides a foreign function interface (FFI) directly in your shell. In other words, it allows you to call routines in shared libraries from within Bash.
- Website: https://github.com/taviso/ctypes.sh
- Licenses: Expat
- Package source: gnu/packages/bash.scm
- Builds: See build status
- Issues: See known issues
Installation
Install bash-ctypes 1.2
as follows:
guix install bash-ctypes@1.2
Or install the latest version:
guix install bash-ctypes
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.