Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Jun 27, 2024
1 parent a2f71cb commit d688646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-rev-deps.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
opam exec -- opam list --depends-on ocamlbuild -a --no-depexts --coinstallable-with=ocaml-variants.$(ocamlc -version) --column name,version,all-versions | head -n-2 | sed 's/ */ /'g | awk -F' ' '{print $2==$NF?$1"."$2:""}' | grep -v "^$" | xargs opam install -y
opam exec -- opam list --depends-on ocamlbuild -a --no-depexts --coinstallable-with=ocaml-variants.$(ocamlc -version) --column name,version,all-versions --color=never | head -n-2 | sed 's/ */ /'g | awk -F' ' '{print $2==$NF?$1"."$2:""}' | grep -v "^$" | xargs opam install -y

0 comments on commit d688646

Please sign in to comment.