melusina-org/Setup QuickLisp
Setup QuickLisp on a GitHub Runner where Common Lisp is already installed.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 20, 2023
- License
- MIT
Pinned Snippet
uses: melusina-org/setup-quicklisp@52236ea968cdc12c5504451dcb9d2014bdf2fa44 # v1.0.5tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| implementation | The Common Lisp implementation to setup QuickLisp for. This can be one of the following values: abcl ecl sbcl in the future we would like to support all of abcl clasp clisp ecl gcl sbcl | — | sbcl |
| additional-systems | The list of additional systems to download with QuickLisp. | no | — |
Outputs
| name | description |
|---|---|
| quicklisp-home | The installation directory for the QuickLisp distribution. |
| quicklisp-local-projects | The local project directory for the QuickLisp distribution. |