We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9534d2d commit 176171eCopy full SHA for 176171e
Makefile
@@ -136,7 +136,7 @@ _opam/%: _opam/opam-init/init.sh ocaml-versions/%.json
136
opam update
137
OCAMLRUNPARAM="$(OCAML_RUN_PARAM)" OCAMLCONFIGOPTION="$(OCAML_CONFIG_OPTION)" opam switch create --keep-build-dir --yes $* ocaml-base-compiler.$*
138
@{ case "$*" in \
139
- *5.1*) opam pin add -n --yes --switch $* sexplib0.v0.15.0 https://github.com/shakthimaan/sexplib0.git#multicore; \
+ *5.1*) opam pin add -n --yes --switch $* sexplib0.v0.16.0 https://github.com/shakthimaan/sexplib0.git#multicore; \
140
esac };
141
# TODO remove pin when a new orun version is released on opam
142
opam pin add -n --yes --switch $* orun https://github.com/ocaml-bench/orun.git
0 commit comments