add alcotest ppx_deriving
This commit is contained in:
parent
44cc0b0663
commit
f19a8313fe
2 changed files with 2 additions and 2 deletions
2
arch.sh
2
arch.sh
|
@ -375,7 +375,7 @@ main() {
|
|||
fish -c "yes | opam init"
|
||||
opam install -y \
|
||||
utop ocaml-lsp-server ocamlformat core menhir pprint sexplib \
|
||||
ppx_sexp_conv cohttp-lwt-unix dotenv twostep lwt_ssl
|
||||
ppx_sexp_conv cohttp-lwt-unix dotenv twostep lwt_ssl alcotest ppx_deriving
|
||||
wget -q ${repo}/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat
|
||||
# Add Opam packages from OCaml
|
||||
mkdir -p "$HOME"/.opam/default/bin
|
||||
|
|
|
@ -180,7 +180,7 @@ main() {
|
|||
fish -c "yes | opam init"
|
||||
opam install -y \
|
||||
utop ocaml-lsp-server ocamlformat core menhir pprint sexplib \
|
||||
ppx_sexp_conv cohttp-lwt-unix dotenv twostep lwt_ssl
|
||||
ppx_sexp_conv cohttp-lwt-unix dotenv twostep lwt_ssl alcotest ppx_deriving
|
||||
wget -q ${repo}/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat
|
||||
# Add Opam packages from OCaml
|
||||
mkdir -p "$HOME"/.opam/default/bin
|
||||
|
|
Loading…
Reference in a new issue