An open API service indexing awesome lists of open source software.

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]

Awesome Lists containing this project

README

          

# asdf-chezscheme ![Build](https://github.com/asdf-community/asdf-chezscheme/workflows/Build/badge.svg) ![Lint](https://github.com/asdf-community/asdf-chezscheme/workflows/Lint/badge.svg)

[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/)