Description
Roswell is a Lisp implementation installer/manager, launcher, and much more! 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.
Installation Instructions
If you’re using a version of Linux with dnf:
dnf copr enable elts/roswell
dnf install roswell
you need to have dnf-plugins-core
installed
If you have older distribution with yum:
yum copr enable elts/roswell
yum install roswell
you need to have yum-plugin-copr
installed
If you are on CentOS 7:
Download a repo file from project homepage, and place it to /etc/yum.repos.d/
yum install roswell
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 7 | x86_64 (17)* | EPEL 7 (142 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable elts/roswell
More info about enabling Copr repositories