-rpc no longer needed, apparently?

This commit is contained in:
Mylloon 2024-03-11 15:11:47 +01:00
parent 8909670bd7
commit ee7bb5418f
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 4 additions and 4 deletions

View file

@ -374,8 +374,8 @@ main() {
echo | opam init echo | opam init
fish -c "yes | opam init" fish -c "yes | opam init"
opam install -y \ opam install -y \
utop ocaml-lsp-server ocamlformat ocamlformat-rpc menhir pprint sexplib \ utop ocaml-lsp-server ocamlformat core menhir pprint sexplib \
ppx_sexp_conv cohttp-lwt-unix dotenv twostep lwt_ssl core ppx_sexp_conv cohttp-lwt-unix dotenv twostep lwt_ssl
wget -q ${repo}/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat wget -q ${repo}/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat
# Add Opam packages from OCaml # Add Opam packages from OCaml
mkdir -p "$HOME"/.opam/default/bin mkdir -p "$HOME"/.opam/default/bin

View file

@ -179,8 +179,8 @@ main() {
echo | opam init echo | opam init
fish -c "yes | opam init" fish -c "yes | opam init"
opam install -y \ opam install -y \
utop ocaml-lsp-server ocamlformat ocamlformat-rpc menhir pprint sexplib \ utop ocaml-lsp-server ocamlformat core menhir pprint sexplib \
ppx_sexp_conv cohttp-lwt-unix dotenv twostep lwt_ssl core ppx_sexp_conv cohttp-lwt-unix dotenv twostep lwt_ssl
wget -q ${repo}/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat wget -q ${repo}/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat
# Add Opam packages from OCaml # Add Opam packages from OCaml
mkdir -p "$HOME"/.opam/default/bin mkdir -p "$HOME"/.opam/default/bin