File tree Expand file tree Collapse file tree 4 files changed +3
-2
lines changed
tezos-base/tezos-base.15.0
tezos-lazy-containers/tezos-lazy-containers.15.0
tezos-stdlib/tezos-stdlib.15.0
tezos-webassembly-interpreter/tezos-webassembly-interpreter.15.0 Expand file tree Collapse file tree 4 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ dev-repo: "git+https://gitlab.com/tezos/tezos.git"
77license: "MIT"
88depends: [
99 "dune" { >= "3.0" }
10- "ocaml" { >= "4.14.0" }
1110 "tezos-error-monad" { = version }
1211 "data-encoding" { >= "0.6" & < "0.7" }
1312 "tezos-test-helpers" { with-test & = version }
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ dev-repo: "git+https://gitlab.com/tezos/tezos.git"
77license: "MIT"
88depends: [
99 "dune" { >= "3.0" }
10+ "ocaml" { >= "4.14" }
1011 "tezos-lwt-result-stdlib" { = version }
1112 "zarith" { >= "1.12" & < "1.13" }
1213]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dev-repo: "git+https://gitlab.com/tezos/tezos.git"
77license: "MIT"
88depends: [
99 "dune" { >= "3.0" }
10- "ocaml" { >= "4.12 " }
10+ "ocaml" { >= "4.14 " }
1111 "alcotest" { with-test & >= "1.5.0" }
1212 "alcotest-lwt" { with-test & >= "1.5.0" }
1313 "lwt_log" {with-test}
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ dev-repo: "git+https://gitlab.com/tezos/tezos.git"
77license: "Apache-2.0"
88depends: [
99 "dune" { >= "3.0" }
10+ "ocaml" { >= "4.14" }
1011 "alcotest" { with-test & >= "1.5.0" }
1112 "ppx_deriving"
1213 "tezos-lwt-result-stdlib" { = version }
You can’t perform that action at this time.
0 commit comments