asdf plugin for Gambit Scheme.
bash,curl,tar, and POSIX utilities
Plugin:
asdf plugin add gambit
# or
asdf plugin add gambit https://github.com/joeljuca/asdf-gambit.gitGambit Scheme:
# Show all installable versions
asdf list all gambit
# Install specific version
asdf install gambit latest
# Set a version globally (on your ~/.tool-versions file)
asdf global gambit latest
# Gambit Scheme should be available
gsc -vCheck asdf-vm.com for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.