Context: getting started with Ocaml at a new Mac, performed the following steps:
- Installed
opam
Using spam, installed
utop
dune
When I tried to install merlin
, I see:
$ opam install merlin
The following dependencies couldn't be met:
- merlin → ocaml < 4.09
base of this switch (use `--unlock-base' to force)
Is there a recommended way around this? Is version 4.09 too new? Is a new merlin release imminent?
Much thanks,
Agam