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

sbcl-cluffer

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.

Installation

Install the latest version of sbcl-cluffer as follows:

guix install sbcl-cluffer

Or install a particular version:

guix install sbcl-cluffer@0.0.0-1.4aad29c

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.