File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 default: https://github.com/ocaml/opam-repository.git
3232 opam-depext : false
3333
34- # remove this once there is a new release of multicont
35- - run : opam pin add multicont -y --dev
36-
3734 - run : opam install . --deps-only --with-test
3835
3936 - run : opam exec -- dune build
Original file line number Diff line number Diff line change 1010 ( description " A collection of example programs using effects in OCaml 5" )
1111 ( depends
1212 ( lwt ( >= " 5.7" ) )
13- ( multicont ( >= " 1.0.1 " ) ) ) )
13+ ( multicont ( >= " 1.0.3 " ) ) ) )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ bug-reports: "https://github.com/ocaml-multicore/effects-examples/issues"
99depends: [
1010 "dune" {>= "2.9"}
1111 "lwt" {>= "5.7"}
12- "multicont" {>= "1.0.1 "}
12+ "multicont" {>= "1.0.3 "}
1313 "odoc" {with-doc}
1414]
1515build: [
You can’t perform that action at this time.
0 commit comments