emacs-ffi 0.2.1
FFI for Emacs based on libffi
This package provides an FFI for Emacs. It is based on libffi and relies on the dynamic module support in order to be loaded into Emacs. It is relatively full-featured, but for the time being low-level.
- Outputs:
out
- Website: https://emacs-ffi.github.io/emacs-ffi/
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install emacs-ffi 0.2.1
as follows:
guix install emacs-ffi@0.2.1
Or install the latest version:
guix install emacs-ffi
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.