ecl-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.
- Versions: 0.0.0-1.4aad29c
- 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 the latest version of ecl-cluffer
as follows:
guix install ecl-cluffer
Or install a particular version:
guix install ecl-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.
Badge code
HTML: <a href='http://127.0.0.1:3000/packages/ecl-cluffer/'><img src='http://127.0.0.1:3000/packages/ecl-cluffer/badges/latest-version.svg'></img></a> Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/ecl-cluffer/badges/latest-version.svg)](http://127.0.0.1:3000/packages/ecl-cluffer/) Org: [[http://127.0.0.1:3000/packages/ecl-cluffer/][http://127.0.0.1:3000/packages/ecl-cluffer/badges/latest-version.svg]]