add dependencies

This commit is contained in:
Mylloon 2024-01-26 15:21:43 +01:00
parent 35b3a76043
commit 56ec9dcc63
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 2 additions and 2 deletions

View file

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

View file

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