this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25422 from mseri/multicont

multicont is not compatible with ocaml 5.2

authored by

Marcello Seri and committed by
GitHub
e3ff9f97 705035b6

+9 -5
+1 -1
packages/multicont/multicont.1.0.0/opam
··· 17 17 ] 18 18 19 19 depends: [ 20 - "ocaml" {>= "5.0.0"} 20 + "ocaml" {>= "5.0.0" & < "5.2"} 21 21 ] 22 22 23 23 install: [
+1 -1
packages/multicont/multicont.1.0.0~rc.1/opam
··· 18 18 ] 19 19 20 20 depends: [ 21 - "ocaml" {>= "5.0"} 21 + "ocaml" {>= "5.0" & < "5.2"} 22 22 ] 23 23 24 24 available: false
+3 -1
packages/multicont/multicont.1.0.0~rc.2/opam
··· 13 13 ] 14 14 15 15 depends: [ 16 - "ocaml" {>= "5.0"} 16 + "ocaml" {>= "5.0" & < "5.2"} 17 17 ] 18 + 19 + conflicts: [ "ocaml-option-bytecode-only" ] 18 20 19 21 install: [ 20 22 [ make "VERSION=1.0.0~rc.2" "install" ]
+3 -1
packages/multicont/multicont.1.0.0~rc.3/opam
··· 13 13 ] 14 14 15 15 depends: [ 16 - "ocaml" {>= "5.0"} 16 + "ocaml" {>= "5.0" & < "5.2"} 17 17 ] 18 + 19 + conflicts: [ "ocaml-option-bytecode-only" ] 18 20 19 21 install: [ 20 22 [ make "install" ]
+1 -1
packages/multicont/multicont.1.0.1/opam
··· 9 9 homepage: "https://github.com/dhil/ocaml-multicont" 10 10 bug-reports: "https://github.com/dhil/ocaml-multicont/issues" 11 11 depends: [ 12 - "ocaml" { >= "5.0.0"} 12 + "ocaml" {>= "5.0.0" & < "5.2"} 13 13 "dune" {>= "3.8"} 14 14 "dune-configurator" { >= "3.8"} 15 15 "odoc" {with-doc}