bash-ctypes
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.
- Versions: 1.2
- 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 the latest version of bash-ctypes
as follows:
guix install bash-ctypes
Or install a particular version:
guix install bash-ctypes@1.2
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 bash-ctypes about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/bash-ctypes'><img src='https://packages.guix.gnu.org/packages/bash-ctypes/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/bash-ctypes/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/bash-ctypes)
Example Org:
[[https://packages.guix.gnu.org/packages/bash-ctypes][https://packages.guix.gnu.org/packages/bash-ctypes/badges/latest-version.svg]]