this repo has no description
0
fork

Configure Feed

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

Merge pull request #22453 from kit-ty-kate/fix-160

opam-core < 2.0.7 is not compatible with OCaml 5.0 (uses Pervasives)

authored by

Kate and committed by
GitHub
47a6159e 1aabae22

+10 -10
+1 -1
packages/opam-core/opam-core.2.0.0/opam
··· 21 21 [make "%{name}%.install"] 22 22 ] 23 23 depends: [ 24 - "ocaml" {>= "4.02.3"} 24 + "ocaml" {>= "4.02.3" & < "5.0"} 25 25 "base-unix" 26 26 "base-bigarray" 27 27 "ocamlgraph"
+1 -1
packages/opam-core/opam-core.2.0.0~beta5/opam
··· 19 19 [make "%{name}%.install"] 20 20 ] 21 21 depends: [ 22 - "ocaml" {>= "4.02.3"} 22 + "ocaml" {>= "4.02.3" & < "5.0"} 23 23 "base-unix" 24 24 "base-bigarray" 25 25 "ocamlgraph"
+1 -1
packages/opam-core/opam-core.2.0.0~rc2/opam
··· 21 21 [make "%{name}%.install"] 22 22 ] 23 23 depends: [ 24 - "ocaml" {>= "4.02.3"} 24 + "ocaml" {>= "4.02.3" & < "5.0"} 25 25 "base-unix" 26 26 "base-bigarray" 27 27 "ocamlgraph"
+1 -1
packages/opam-core/opam-core.2.0.0~rc3/opam
··· 21 21 [make "%{name}%.install"] 22 22 ] 23 23 depends: [ 24 - "ocaml" {>= "4.02.3"} 24 + "ocaml" {>= "4.02.3" & < "5.0"} 25 25 "base-unix" 26 26 "base-bigarray" 27 27 "ocamlgraph"
+1 -1
packages/opam-core/opam-core.2.0.1/opam
··· 16 16 homepage: "https://opam.ocaml.org/" 17 17 bug-reports: "https://github.com/ocaml/opam/issues" 18 18 depends: [ 19 - "ocaml" {>= "4.02.3"} 19 + "ocaml" {>= "4.02.3" & < "5.0"} 20 20 "base-unix" 21 21 "base-bigarray" 22 22 "ocamlgraph"
+1 -1
packages/opam-core/opam-core.2.0.2/opam
··· 16 16 homepage: "https://opam.ocaml.org/" 17 17 bug-reports: "https://github.com/ocaml/opam/issues" 18 18 depends: [ 19 - "ocaml" {>= "4.02.3"} 19 + "ocaml" {>= "4.02.3" & < "5.0"} 20 20 "base-unix" 21 21 "base-bigarray" 22 22 "ocamlgraph"
+1 -1
packages/opam-core/opam-core.2.0.3/opam
··· 16 16 homepage: "https://opam.ocaml.org/" 17 17 bug-reports: "https://github.com/ocaml/opam/issues" 18 18 depends: [ 19 - "ocaml" {>= "4.02.3"} 19 + "ocaml" {>= "4.02.3" & < "5.0"} 20 20 "base-unix" 21 21 "base-bigarray" 22 22 "ocamlgraph"
+1 -1
packages/opam-core/opam-core.2.0.4/opam
··· 16 16 homepage: "https://opam.ocaml.org/" 17 17 bug-reports: "https://github.com/ocaml/opam/issues" 18 18 depends: [ 19 - "ocaml" {>= "4.02.3"} 19 + "ocaml" {>= "4.02.3" & < "5.0"} 20 20 "base-unix" 21 21 "base-bigarray" 22 22 "ocamlgraph"
+1 -1
packages/opam-core/opam-core.2.0.5/opam
··· 16 16 homepage: "https://opam.ocaml.org/" 17 17 bug-reports: "https://github.com/ocaml/opam/issues" 18 18 depends: [ 19 - "ocaml" {>= "4.02.3"} 19 + "ocaml" {>= "4.02.3" & < "5.0"} 20 20 "base-unix" 21 21 "base-bigarray" 22 22 "ocamlgraph"
+1 -1
packages/opam-core/opam-core.2.0.6/opam
··· 16 16 homepage: "https://opam.ocaml.org/" 17 17 bug-reports: "https://github.com/ocaml/opam/issues" 18 18 depends: [ 19 - "ocaml" {>= "4.02.3"} 19 + "ocaml" {>= "4.02.3" & < "5.0"} 20 20 "base-unix" 21 21 "base-bigarray" 22 22 "ocamlgraph"