Skip to content

Commit

Permalink
add packages to OCaml 5.1 image (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
kxc-wraikny authored Feb 13, 2024
1 parent 0db4dd2 commit 62d0a00
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ocaml-general/install_ocaml_5.1_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

packages=(
dune.3.10.0
dune-build-info.3.10.0
merlin
odoc.2.2.1
ppxlib.0.30.0
Expand All @@ -21,6 +22,11 @@ packages=(
sexplib.v0.16.0 ppx_sexp_conv.v0.16.0
yojson.2.1.0 ppx_yojson_conv.v0.16.0
tezt.3.1.1
melange.2.1.0
uuidm.0.9.8
bigstringaf.0.9.1
angstrom.0.16.0
uri.4.4.0
)

opam install --yes "${packages[@]}" \
Expand Down

0 comments on commit 62d0a00

Please sign in to comment.