No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2023-11-18 22:59:51 +09:00
.github actions/checkout@v3 2023-02-23 15:35:19 +09:00
bin chez scheme 2020-06-06 17:39:26 -05:00
lib Enable threads by default 2020-06-06 18:50:16 -05:00
.editorconfig Generate asdf-chezscheme plugin from template. 2020-06-06 17:15:42 -05:00
contributing.md curl options 2020-06-06 18:01:50 -05:00
LICENSE Add license 2020-06-06 18:13:53 -05:00
README.md Remove why section from README.md 2023-11-17 21:52:46 -05:00
renovate.json Add renovate.json 2023-03-08 17:48:49 +00:00

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