Use asdf to manage opam (and OCaml)
asdf is a command-line tool which allows you to install multiple versions of a programming language.
With a...
For further actions, you may consider blocking this person and/or reporting abuse
Running
asdf opam list-alldoesn't seem to work for me. Getting:What's the result of
asdf plugin-list? It should show that opam is installed.On my Linux machine, the command for listing all versions of a plugin is
asdf plugin list-all, but the documentation saysasdf plugin list all(without hyphen).Perhaps it's different on a Mac?
asdf plugin list allworks!That's great!
But it looks like the authors implemented a different CLI syntax for Linux and Mac...
I will edit that in my post.