cl-gobject-introspection
Common Lisp bindings to GObject Introspection
This library is a bridge between Common Lisp and GObject Introspection, which enables Common Lisp programs to access the full interface of C+GObject libraries without the need of writing dedicated bindings.
- Versions: 0.3-1.d0136c8
- Website: https://github.com/andy128k/cl-gobject-introspection
- Licenses: LLGPL · Modified BSD
- Package source: gnu/packages/lisp-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of cl-gobject-introspection
as follows:
guix install cl-gobject-introspection
Or install a particular version:
guix install cl-gobject-introspection@0.3-1.d0136c8
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.