add dependencies
This commit is contained in:
parent
35b3a76043
commit
56ec9dcc63
2 changed files with 2 additions and 2 deletions
2
arch.sh
2
arch.sh
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue