From f19a8313fe832a5e072b2d12eddf6973f771e28c Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 25 Mar 2024 20:53:44 +0100 Subject: [PATCH] add alcotest ppx_deriving --- arch.sh | 2 +- arch_wsl.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch.sh b/arch.sh index e983f51..b308563 100644 --- a/arch.sh +++ b/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 diff --git a/arch_wsl.sh b/arch_wsl.sh index 50382c0..4146718 100644 --- a/arch_wsl.sh +++ b/arch_wsl.sh @@ -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