asdf-raku
December 25, 2022 ยท View on GitHub
Raku plugin for the asdf version manager.
Install
Depends on bash, curl/wget, and tar.
asdf plugin add raku https://github.com/m-dango/asdf-raku.git
asdf list all raku
asdf install raku latest
By default, downloads and installs a precompiled Rakudo, including the Zef module manager.
If you set the $ASDF_RAKU_BUILD environment variable, Rakudo will instead be built from source, and will not include Zef. Additional dependencies will also be required (which are listed here).
You can choose your build backends using the $ASDF_RAKU_BACKENDS environment variable.
Use
Check the asdf readme for instructions on how to install and manage versions of Raku.
Notes
Rakudo versions are sourced from skaji/rakudo-releases.
Borrows heavily from rakuenv.