this repo has no description
0
fork

Configure Feed

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

Merge pull request #22948 from emillon/ocaml5-qcheck-core

ocaml 5: restrict qcheck-core releases

authored by

Kate and committed by
GitHub
8fe3240a 3cfaa6fe

+4 -4
+1 -1
packages/qcheck-core/qcheck-core.0.10/opam
··· 11 11 "base-bytes" 12 12 "base-unix" 13 13 "odoc" {with-doc} 14 - "ocaml" {>= "4.03.0"} 14 + "ocaml" {>= "4.03.0" & < "5.0.0"} 15 15 ] 16 16 conflicts: [ 17 17 "ounit" {< "2.0"}
+1 -1
packages/qcheck-core/qcheck-core.0.11/opam
··· 11 11 "base-bytes" 12 12 "base-unix" 13 13 "odoc" {with-doc} 14 - "ocaml" {>= "4.03.0"} 14 + "ocaml" {>= "4.03.0" & < "5.0.0"} 15 15 ] 16 16 conflicts: [ 17 17 "ounit" {< "2.0"}
+1 -1
packages/qcheck-core/qcheck-core.0.12/opam
··· 18 18 "base-bytes" 19 19 "base-unix" 20 20 "odoc" {with-doc} 21 - "ocaml" {>= "4.03.0"} 21 + "ocaml" {>= "4.03.0" & < "5.0.0"} 22 22 ] 23 23 dev-repo: "git+https://github.com/c-cube/qcheck.git" 24 24 bug-reports: "https://github.com/c-cube/qcheck/issues"
+1 -1
packages/qcheck-core/qcheck-core.0.9/opam
··· 7 7 bug-reports: "https://github.com/c-cube/qcheck/issues" 8 8 depends: [ 9 9 "dune" 10 - "ocaml" {>= "4.03.0"} 10 + "ocaml" {>= "4.03.0" & < "5.0.0"} 11 11 "base-bytes" 12 12 "base-unix" 13 13 "odoc" {with-doc}