Functional programming language.
bash,curl,tar, and POSIX utilities
Plugin:
asdf plugin add ocaml https://github.com/hyperpolymath/asdf-ocaml-plugin.gitocaml:
# Show all installable versions
asdf list-all ocaml
# Install specific version
asdf install ocaml latest
# Set a version globally (in your ~/.tool-versions file)
asdf global ocaml latest
# Now ocaml commands are available
ocaml --versionCheck asdf readme for more instructions.
# List installed versions
asdf list ocaml
# Set local version for current directory
asdf local ocaml <version>
# Uninstall a version
asdf uninstall ocaml <version>Contributions welcome! Read the contributing guidelines first.
Licensed under the Palimpsest-MPL License (PMPL-1.0).
Maintained by hyperpolymath