5 lines
147 B
Bash
5 lines
147 B
Bash
|
opam switch create . ocaml-base-compiler.4.06.1
|
||
|
eval $(opam env)
|
||
|
opam install -y ocp-indent merlin alcotest-lwt crowbar
|
||
|
opam -y user-setup install
|