this repo has no description
0
fork

Configure Feed

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

Merge pull request #25214 from kit-ty-kate/fix-259

ocamlformat is not compatible with OCaml 5.2 (uses compiler-libs)

authored by

Marcello Seri and committed by
GitHub
b5fee129 82a40070

+12 -12
+1 -1
packages/ocamlformat/ocamlformat.0.13.0/opam
··· 20 20 ] 21 21 depends: [ 22 22 "ocaml" {>= "4.06" & < "4.11"} 23 - "ocaml" {with-test & >= "4.08"} 23 + "ocaml" {with-test & >= "4.08" & < "5.2"} 24 24 "alcotest" {with-test} 25 25 "base" {>= "v0.12.0" & < "v0.14"} 26 26 "base-unix"
+1 -1
packages/ocamlformat/ocamlformat.0.2/opam
··· 10 10 [make] 11 11 ] 12 12 depends: [ 13 - "ocaml" {>= "4.04.0"} 13 + "ocaml" {>= "4.04.0" & < "5.2"} 14 14 "base" {< "v0.10.0"} 15 15 "base-unix" 16 16 "cmdliner"
+1 -1
packages/ocamlformat/ocamlformat.0.23.0/opam
··· 7 7 homepage: "https://github.com/ocaml-ppx/ocamlformat" 8 8 bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues" 9 9 depends: [ 10 - "ocaml" {>= "4.08"} 10 + "ocaml" {>= "4.08" & < "5.2"} 11 11 "alcotest" {with-test} 12 12 "base" {>= "v0.12.0"} 13 13 "cmdliner" {>= "1.1.0"}
+1 -1
packages/ocamlformat/ocamlformat.0.24.1/opam
··· 7 7 homepage: "https://github.com/ocaml-ppx/ocamlformat" 8 8 bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues" 9 9 depends: [ 10 - "ocaml" {>= "4.08"} 10 + "ocaml" {>= "4.08" & < "5.2"} 11 11 "alcotest" {with-test} 12 12 "base" {>= "v0.12.0"} 13 13 "cmdliner" {>= "1.1.0"}
+1 -1
packages/ocamlformat/ocamlformat.0.25.1/opam
··· 7 7 homepage: "https://github.com/ocaml-ppx/ocamlformat" 8 8 bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues" 9 9 depends: [ 10 - "ocaml" {>= "4.08"} 10 + "ocaml" {>= "4.08" & < "5.2"} 11 11 "cmdliner" {>= "1.1.0"} 12 12 "dune" {>= "2.8"} 13 13 "ocamlformat-lib" {= version}
+1 -1
packages/ocamlformat/ocamlformat.0.26.0/opam
··· 7 7 homepage: "https://github.com/ocaml-ppx/ocamlformat" 8 8 bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues" 9 9 depends: [ 10 - "ocaml" {>= "4.08"} 10 + "ocaml" {>= "4.08" & < "5.2"} 11 11 "cmdliner" {with-test = "false" & >= "1.1.0" | with-test & >= "1.2.0"} 12 12 "dune" {>= "2.8"} 13 13 "ocamlformat-lib" {= version}
+1 -1
packages/ocamlformat/ocamlformat.0.26.1/opam
··· 22 22 homepage: "https://github.com/ocaml-ppx/ocamlformat" 23 23 bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues" 24 24 depends: [ 25 - "ocaml" {>= "4.08"} 25 + "ocaml" {>= "4.08" & < "5.2"} 26 26 "cmdliner" {with-test = "false" & >= "1.1.0" | with-test & >= "1.2.0"} 27 27 "dune" {>= "2.8"} 28 28 "ocamlformat-lib" {= version}
+1 -1
packages/ocamlformat/ocamlformat.0.3/opam
··· 10 10 ["jbuilder" "build" "-p" name "-j" jobs] 11 11 ] 12 12 depends: [ 13 - "ocaml" {>= "4.04.1"} 13 + "ocaml" {>= "4.04.1" & < "5.2"} 14 14 "base" {= "v0.10.0"} 15 15 "base-unix" 16 16 "cmdliner"
+1 -1
packages/ocamlformat/ocamlformat.0.4/opam
··· 10 10 ["jbuilder" "build" "-p" name "-j" jobs] 11 11 ] 12 12 depends: [ 13 - "ocaml" {>= "4.04.1"} 13 + "ocaml" {>= "4.04.1" & < "5.2"} 14 14 "base" {= "v0.10.0"} 15 15 "base-unix" 16 16 "cmdliner"
+1 -1
packages/ocamlformat/ocamlformat.0.6/opam
··· 10 10 ["jbuilder" "build" "-p" name "-j" jobs] 11 11 ] 12 12 depends: [ 13 - "ocaml" {>= "4.04.1"} 13 + "ocaml" {>= "4.04.1" & < "5.2"} 14 14 "base" {>= "v0.11.0" & < "v0.12"} 15 15 "base-unix" 16 16 "cmdliner"
+1 -1
packages/ocamlformat/ocamlformat.0.7/opam
··· 10 10 ["dune" "build" "-p" "ocamlformat_support,ocamlformat" "-j" jobs] 11 11 ] 12 12 depends: [ 13 - "ocaml" {>= "4.04.1"} 13 + "ocaml" {>= "4.04.1" & < "5.2"} 14 14 "base" {>= "v0.11.0" & < "v0.12"} 15 15 "base-unix" 16 16 "cmdliner"
+1 -1
packages/ocamlformat/ocamlformat.0.8/opam
··· 17 17 ["dune" "build" "-p" name "-j" jobs] 18 18 ] 19 19 depends: [ 20 - "ocaml" {>= "4.05"} 20 + "ocaml" {>= "4.05" & < "5.2"} 21 21 "base" {>= "v0.11.0" & < "v0.12"} 22 22 "base-unix" 23 23 "cmdliner"