2019-09-06 04:02:18 +02:00
|
|
|
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
|
|
|
|
"$(dirname "$0")"/setup_switch.sh
|
2019-09-07 13:52:00 -07:00
|
|
|
"$(dirname "$0")"/setup_repos.sh
|
2019-09-06 04:02:18 +02:00
|
|
|
|
2019-06-09 22:03:08 -07:00
|
|
|
opam install -y ocp-indent tuareg merlin alcotest-lwt crowbar
|
2019-06-07 22:16:55 -07:00
|
|
|
opam -y user-setup install
|