8000 GitHub - Symbolics/devcontainer-features
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Symbolics/devcontainer-features

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Common Lisp Development Container Features

Installs the Common Lisp programming language into a development container.

Example Usage

"features": {
    "ghcr.io/Symbolics/devcontainer-features/lisp:1": {}
}

Options

You can select a specific Common Lisp implementation by specifying a name as an option. For example, the following installs the SBCL release:

"features": {
    "ghcr.io/Symbolics/devcontainer-features/lisp:1": {
        "implementation": "sbcl"
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0