https://github.com/asdf-community/asdf-chezscheme
Chez Scheme plugin for the asdf version manager [maintainer=@vic]
https://github.com/asdf-community/asdf-chezscheme
asdf asdf-plugin
Last synced: 4 months ago
JSON representation
Chez Scheme plugin for the asdf version manager [maintainer=@vic]
- Host: GitHub
- URL: https://github.com/asdf-community/asdf-chezscheme
- Owner: asdf-community
- License: apache-2.0
- Created: 2020-11-09T03:01:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-03-04T04:24:50.000Z (4 months ago)
- Last Synced: 2026-03-04T09:42:49.744Z (4 months ago)
- Topics: asdf, asdf-plugin
- Language: Shell
- Homepage: https://github.com/asdf-vm/asdf
- Size: 23.4 KB
- Stars: 7
- Watchers: 3
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# asdf-chezscheme  
[chezscheme](https://github.com/cisco/ChezScheme) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)
# Dependencies
- `bash`, `curl`, `tar`, GNU Make, gcc: generic POSIX build utilities.
- headers for uuid, see [BUILDING](https://github.com/cisco/ChezScheme/blob/master/BUILDING#L39)
- Set env `ASDF_CHEZ_CONFIGURE_OPTS` if you need custom options for `./configure`
# Install
Plugin:
```shell
asdf plugin add chezscheme
# or
asdf plugin add https://github.com/asdf-community/asdf-chezscheme.git
```
chezscheme:
```shell
# 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](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.
# Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/asdf-community/asdf-chezscheme/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Victor Hugo Borja](https://github.com/asdf-community/)