From e8dba7dea30b301de61998296e8fe3b381ad7873 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 8 Oct 2023 12:47:54 +0200 Subject: [PATCH] add pprint and sexplib --- arch.sh | 3 ++- arch_wsl.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/arch.sh b/arch.sh index 4e822a2..44b3e37 100644 --- a/arch.sh +++ b/arch.sh @@ -387,7 +387,8 @@ main() { # Init Opam and install stuff echo | opam init fish -c "yes | opam init" - opam install -y utop ocaml-lsp-server ocamlformat ocamlformat-rpc menhir + opam install -y \ + utop ocaml-lsp-server ocamlformat ocamlformat-rpc menhir pprint sexplib 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 d331f46..6e9129a 100644 --- a/arch_wsl.sh +++ b/arch_wsl.sh @@ -183,7 +183,8 @@ main() { # Init Opam and install stuff echo | opam init fish -c "yes | opam init" - opam install -y utop ocaml-lsp-server ocamlformat ocamlformat-rpc menhir + opam install -y \ + utop ocaml-lsp-server ocamlformat ocamlformat-rpc menhir pprint sexplib wget -q ${repo}/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat # Add Opam packages from OCaml mkdir -p "$HOME"/.opam/default/bin