asdf-community / asdf-chezscheme

Chez Scheme plugin for the asdf version manager

Home Page:https://github.com/asdf-vm/asdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-chezscheme Build Lint

chezscheme plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar, GNU Make, gcc: generic POSIX build utilities.
  • headers for uuid, see BUILDING
  • Set env ASDF_CHEZ_CONFIGURE_OPTS if you need custom options for ./configure

Install

Plugin:

asdf plugin add chezscheme
# or
asdf plugin add https://github.com/asdf-community/asdf-chezscheme.git

chezscheme:

# Show all installable versions
asdf list-all chezscheme

# Install specific version
asdf install chezscheme latest

# Set a version globally (on your ~/.tool-versions file)
asdf global chezscheme latest

# Now chezscheme commands are available
scheme --help

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

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Victor Hugo Borja

About

Chez Scheme plugin for the asdf version manager

https://github.com/asdf-vm/asdf

License:Apache License 2.0


Languages

Language:Shell 100.0%