roswell
Common Lisp implementation manager, launcher, and more
Roswell started out as a command-line tool with the aim to make installing and managing Common Lisp implementations really simple and easy. Roswell has now evolved into a full-stack environment for Common Lisp development, and has many features that makes it easy to test, share, and distribute your Lisp applications.
Roswell is still in beta. Despite this, the basic interfaces are stable and not likely to change.
- Versions: 23.10.14.114
- Website: https://github.com/roswell/roswell
- Licenses: Expat
- Package source: gnu/packages/lisp.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of roswell
as follows:
guix install roswell
Or install a particular version:
guix install roswell@23.10.14.114
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
You can use the following badge to inform users of roswell about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/roswell'><img src='https://packages.guix.gnu.org/packages/roswell/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/roswell/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/roswell)
Example Org:
[[https://packages.guix.gnu.org/packages/roswell][https://packages.guix.gnu.org/packages/roswell/badges/latest-version.svg]]