From 8fbc3159ceddf2039b3363e9f7999b7b3c7865f3 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 6 Nov 2023 00:14:37 +0100 Subject: [PATCH] ppx_sexp_conv --- arch.sh | 3 ++- arch_wsl.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/arch.sh b/arch.sh index f793c67..799fb32 100644 --- a/arch.sh +++ b/arch.sh @@ -370,7 +370,8 @@ main() { echo | opam init fish -c "yes | opam init" opam install -y \ - utop ocaml-lsp-server ocamlformat ocamlformat-rpc menhir pprint sexplib + utop ocaml-lsp-server ocamlformat ocamlformat-rpc menhir pprint sexplib \ + ppx_sexp_conv 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 794b5fa..ae52854 100644 --- a/arch_wsl.sh +++ b/arch_wsl.sh @@ -172,7 +172,8 @@ main() { echo | opam init fish -c "yes | opam init" opam install -y \ - utop ocaml-lsp-server ocamlformat ocamlformat-rpc menhir pprint sexplib + utop ocaml-lsp-server ocamlformat ocamlformat-rpc menhir pprint sexplib \ + ppx_sexp_conv wget -q ${repo}/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat # Add Opam packages from OCaml mkdir -p "$HOME"/.opam/default/bin