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

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.

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.