sbcl-cluffer 0.0.0-1.4aad29c
Common Lisp library providing a protocol for text-editor buffers
Cluffer is a library for representing the buffer of a text editor. As such, it defines a set of CLOS protocols for client code to interact with the buffer contents in various ways, and it supplies different implementations of those protocols for different purposes.
- Website: https://github.com/robert-strandh/cluffer
- Licenses: FreeBSD
- Package source: gnu/packages/lisp-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install sbcl-cluffer 0.0.0-1.4aad29c
as follows:
guix install sbcl-cluffer@0.0.0-1.4aad29c
Or install the latest version:
guix install sbcl-cluffer
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.