asdf-community / asdf-idris2

Idris 2 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-idris2 Build Lint

idris2 plugin for the asdf version manager.

Contents

Dependencies

  • A working scheme compiler. See asdf-chezscheme
  • set env SCHEME to the chez scheme executable. Defaults to scheme.
  • set env ASDF_IDRIS2_BOOTSTRAP_OPTS if you need a custom bootstrap process (eg, bootstrap-rkt)
  • bash, curl, tar, generic POSIX build utilities.

Install

Plugin:

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

idris2:

# Show all installable versions
asdf list-all idris2

# Install specific version
asdf install idris2 latest

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

# Now idris2 commands are available
idris2 --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

Idris 2 plugin for the asdf version manager

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

License:Apache License 2.0


Languages

Language:Shell 100.0%