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 8580c6c commit 1b518a9Copy full SHA for 1b518a9
Makefile
@@ -46,11 +46,6 @@ $(pandoc_tangle_submodule)/make.timestamp:
46
touch $(pandoc_tangle_submodule)/make.timestamp
47
48
deps-ocaml:
49
- opam init --quiet --no-setup
50
- opam repository add k "$(k_submodule)/k-distribution/target/release/k/lib/opam" \
51
- || opam repository set-url k "$(k_submodule)/k-distribution/target/release/k/lib/opam"
52
- opam update
53
- opam switch 4.06.1+k
54
eval $$(opam config env) \
55
opam install --yes mlgmp zarith uuidm ocaml-protoc rlp yojson hex ocp-ocamlres
56
0 commit comments