Skip to content

Instantly share code, notes, and snippets.

@tani
Created May 11, 2020 12:40
Show Gist options
  • Save tani/93459993feda01deac3e3dea97396b20 to your computer and use it in GitHub Desktop.
Save tani/93459993feda01deac3e3dea97396b20 to your computer and use it in GitHub Desktop.
name: roswell
version: "20.04.14.105"
summary: intended to be a launcher for a major lisp environment that just works.
description: |
Roswell is a Lisp implementation installer/manager, launcher, and much 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. With Roswell, we aim to push the Common Lisp community to a whole new level of productivity.
Roswell is still in beta. Despite this, the basic interfaces are stable and not likely to change. Roswell currently works well on Unix-like platforms such as Linux, Mac OS X and FreeBSD. Roswell also works on other operating systems, but currently some parts or features might be missing or unstable.
confinement: devmode
base: core18
parts:
roswell:
plugin: autotools
source-type: tar
source: https://github.com/roswell/roswell/archive/v20.04.14.105.tar.gz
build-packages:
- build-essential
- automake
- libcurl4-openssl-dev
- zlib1g-dev
stage-packages:
- git
- libcurl4
- zlib1g
apps:
roswell:
command: ros
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment