/asdf-racket

Racket plugin for asdf version manager

Primary LanguageShellApache License 2.0Apache-2.0

asdf-racket

Racket plugin for asdf version manager

Install

Enable the plugin

asdf plugin-add racket https://github.com/itsgg/asdf-racket.git

List all available versions

asdf list all racket

Install minimal version

ASDF_RACKET_MINIMAL=true asdf install racket latest

References

Check asdf readme for instructions on how to install & manage versions of Racket.