this repo has no description
0
fork

Configure Feed

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

Merge pull request #26346 from kit-ty-kate/fix-313

opam-core is not compatible with OCaml 5.0 on Windows

authored by

Marcello Seri and committed by
GitHub
13acffc3 b8b5a2a5

+22 -22
+1 -1
packages/opam-core/opam-core.2.0.10/opam
··· 19 19 homepage: "https://opam.ocaml.org" 20 20 bug-reports: "https://github.com/ocaml/opam/issues" 21 21 depends: [ 22 - "ocaml" {>= "4.02.3"} 22 + "ocaml" {>= "4.02.3" & (os != "win32" | < "5.0")} 23 23 "base-unix" 24 24 "base-bigarray" 25 25 "ocamlgraph"
+1 -1
packages/opam-core/opam-core.2.0.7/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" & (os != "win32" | < "5.0")} 20 20 "base-unix" 21 21 "base-bigarray" 22 22 "ocamlgraph"
+1 -1
packages/opam-core/opam-core.2.0.8/opam
··· 19 19 bug-reports: "https://github.com/ocaml/opam/issues" 20 20 license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 21 21 depends: [ 22 - "ocaml" {>= "4.02.3"} 22 + "ocaml" {>= "4.02.3" & (os != "win32" | < "5.0")} 23 23 "base-unix" 24 24 "base-bigarray" 25 25 "ocamlgraph"
+1 -1
packages/opam-core/opam-core.2.0.9/opam
··· 19 19 homepage: "https://opam.ocaml.org" 20 20 bug-reports: "https://github.com/ocaml/opam/issues" 21 21 depends: [ 22 - "ocaml" {>= "4.02.3"} 22 + "ocaml" {>= "4.02.3" & (os != "win32" | < "5.0")} 23 23 "base-unix" 24 24 "base-bigarray" 25 25 "ocamlgraph"
+1 -1
packages/opam-core/opam-core.2.1.0/opam
··· 19 19 homepage: "https://opam.ocaml.org" 20 20 bug-reports: "https://github.com/ocaml/opam/issues" 21 21 depends: [ 22 - "ocaml" {>= "4.02.3"} 22 + "ocaml" {>= "4.02.3" & (os != "win32" | < "5.0")} 23 23 "base-unix" 24 24 "base-bigarray" 25 25 "ocamlgraph"
+1 -1
packages/opam-core/opam-core.2.1.0~beta2/opam
··· 25 25 ["dune" "build" "-p" name "-j" jobs] 26 26 ] 27 27 depends: [ 28 - "ocaml" {>= "4.02.3"} 28 + "ocaml" {>= "4.02.3" & (os != "win32" | < "5.0")} 29 29 "base-unix" 30 30 "base-bigarray" 31 31 "ocamlgraph"
+1 -1
packages/opam-core/opam-core.2.1.0~beta4/opam
··· 25 25 ["dune" "build" "-p" name "-j" jobs] 26 26 ] 27 27 depends: [ 28 - "ocaml" {>= "4.02.3"} 28 + "ocaml" {>= "4.02.3" & (os != "win32" | < "5.0")} 29 29 "base-unix" 30 30 "base-bigarray" 31 31 "ocamlgraph"
+1 -1
packages/opam-core/opam-core.2.1.0~rc/opam
··· 25 25 ["dune" "build" "-p" name "-j" jobs] 26 26 ] 27 27 depends: [ 28 - "ocaml" {>= "4.02.3"} 28 + "ocaml" {>= "4.02.3" & (os != "win32" | < "5.0")} 29 29 "base-unix" 30 30 "base-bigarray" 31 31 "ocamlgraph"
+1 -1
packages/opam-core/opam-core.2.1.0~rc2/opam
··· 19 19 homepage: "https://opam.ocaml.org" 20 20 bug-reports: "https://github.com/ocaml/opam/issues" 21 21 depends: [ 22 - "ocaml" {>= "4.02.3"} 22 + "ocaml" {>= "4.02.3" & (os != "win32" | < "5.0")} 23 23 "base-unix" 24 24 "base-bigarray" 25 25 "ocamlgraph"
+1 -1
packages/opam-core/opam-core.2.1.1/opam
··· 19 19 homepage: "https://opam.ocaml.org" 20 20 bug-reports: "https://github.com/ocaml/opam/issues" 21 21 depends: [ 22 - "ocaml" {>= "4.02.3"} 22 + "ocaml" {>= "4.02.3" & (os != "win32" | < "5.0")} 23 23 "base-unix" 24 24 "base-bigarray" 25 25 "ocamlgraph"
+1 -1
packages/opam-core/opam-core.2.1.2/opam
··· 25 25 ["dune" "build" "-p" name "-j" jobs] 26 26 ] 27 27 depends: [ 28 - "ocaml" {>= "4.02.3"} 28 + "ocaml" {>= "4.02.3" & (os != "win32" | < "5.0")} 29 29 "base-unix" 30 30 "base-bigarray" 31 31 "ocamlgraph"
+1 -1
packages/opam-core/opam-core.2.1.3/opam
··· 19 19 homepage: "https://opam.ocaml.org" 20 20 bug-reports: "https://github.com/ocaml/opam/issues" 21 21 depends: [ 22 - "ocaml" {>= "4.02.3"} 22 + "ocaml" {>= "4.02.3" & (os != "win32" | < "5.0")} 23 23 "base-unix" 24 24 "base-bigarray" 25 25 "ocamlgraph"
+1 -1
packages/opam-core/opam-core.2.1.4/opam
··· 19 19 homepage: "https://opam.ocaml.org" 20 20 bug-reports: "https://github.com/ocaml/opam/issues" 21 21 depends: [ 22 - "ocaml" {>= "4.02.3"} 22 + "ocaml" {>= "4.02.3" & (os != "win32" | < "5.0")} 23 23 "base-unix" 24 24 "base-bigarray" 25 25 "ocamlgraph"
+1 -1
packages/opam-core/opam-core.2.1.5/opam
··· 19 19 homepage: "https://opam.ocaml.org" 20 20 bug-reports: "https://github.com/ocaml/opam/issues" 21 21 depends: [ 22 - "ocaml" {>= "4.02.3"} 22 + "ocaml" {>= "4.02.3" & (os != "win32" | < "5.0")} 23 23 "base-unix" 24 24 "base-bigarray" 25 25 "ocamlgraph"
+1 -1
packages/opam-core/opam-core.2.1.6/opam
··· 19 19 homepage: "https://opam.ocaml.org" 20 20 bug-reports: "https://github.com/ocaml/opam/issues" 21 21 depends: [ 22 - "ocaml" {>= "4.02.3"} 22 + "ocaml" {>= "4.02.3" & (os != "win32" | < "5.0")} 23 23 "base-unix" 24 24 "base-bigarray" 25 25 "ocamlgraph"
+1 -1
packages/opam-core/opam-core.2.2.0/opam
··· 51 51 "md5=e9a76b200b58d303507317e8d28f2a6d" 52 52 "sha512=410c662d6dbd289433c61ff36a8591c3df2f2dc1d0fd48bf69fbec9cf57ebc33fbe05e02096e26c91f7ff1485c00d77e7fddcd63e4c1f2293136312f5ddfbe05" 53 53 ] 54 - } 54 + }
+1 -1
packages/opam-core/opam-core.2.2.0~alpha/opam
··· 21 21 homepage: "https://opam.ocaml.org" 22 22 bug-reports: "https://github.com/ocaml/opam/issues" 23 23 depends: [ 24 - "ocaml" {>= "4.08.0"} 24 + "ocaml" {>= "4.08.0" & (os != "win32" | < "5.0")} 25 25 "base-unix" 26 26 "base-bigarray" 27 27 "ocamlgraph"
+1 -1
packages/opam-core/opam-core.2.2.0~alpha2/opam
··· 21 21 homepage: "https://opam.ocaml.org" 22 22 bug-reports: "https://github.com/ocaml/opam/issues" 23 23 depends: [ 24 - "ocaml" {>= "4.08.0"} 24 + "ocaml" {>= "4.08.0" & (os != "win32" | < "5.0")} 25 25 "base-unix" 26 26 "base-bigarray" 27 27 "ocamlgraph"
+1 -1
packages/opam-core/opam-core.2.2.0~alpha3/opam
··· 21 21 homepage: "https://opam.ocaml.org" 22 22 bug-reports: "https://github.com/ocaml/opam/issues" 23 23 depends: [ 24 - "ocaml" {>= "4.08.0"} 24 + "ocaml" {>= "4.08.0" & (os != "win32" | < "5.0")} 25 25 "base-unix" 26 26 "ocamlgraph" 27 27 "re" {>= "1.9.0"}
+1 -1
packages/opam-core/opam-core.2.2.0~beta1/opam
··· 21 21 homepage: "https://opam.ocaml.org" 22 22 bug-reports: "https://github.com/ocaml/opam/issues" 23 23 depends: [ 24 - "ocaml" {>= "4.08.0"} 24 + "ocaml" {>= "4.08.0" & (os != "win32" | < "5.0")} 25 25 "base-unix" 26 26 "ocamlgraph" 27 27 "re" {>= "1.9.0"}
+1 -1
packages/opam-core/opam-core.2.2.0~beta2/opam
··· 21 21 homepage: "https://opam.ocaml.org" 22 22 bug-reports: "https://github.com/ocaml/opam/issues" 23 23 depends: [ 24 - "ocaml" {>= "4.08.0"} 24 + "ocaml" {>= "4.08.0" & (os != "win32" | < "5.0")} 25 25 "base-unix" 26 26 "ocamlgraph" 27 27 "re" {>= "1.9.0"}
+1 -1
packages/opam-core/opam-core.2.2.0~beta3/opam
··· 21 21 homepage: "https://opam.ocaml.org" 22 22 bug-reports: "https://github.com/ocaml/opam/issues" 23 23 depends: [ 24 - "ocaml" {>= "4.08.0"} 24 + "ocaml" {>= "4.08.0" & (os != "win32" | < "5.0")} 25 25 "base-unix" 26 26 "ocamlgraph" 27 27 "re" {>= "1.9.0"}