this repo has no description
0
fork

Configure Feed

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

Merge pull request #21564 from kit-ty-kate/fix-49

ocamlfind < 1.9.5 is not compatible with OCaml 5.0

authored by

Kate and committed by
GitHub
6f6c8f55 12fbd9f1

+4 -4
+1 -1
packages/ocamlfind/ocamlfind.1.9.0/opam
··· 11 11 homepage: "http://projects.camlcity.org/projects/findlib.html" 12 12 bug-reports: "https://gitlab.camlcity.org/gerd/lib-findlib/issues" 13 13 depends: [ 14 - "ocaml" {>= "4.00.0"} 14 + "ocaml" {>= "4.00.0" & < "5.0"} 15 15 ] 16 16 depopts: ["graphics"] 17 17 patches: ["fix-bsd.patch"]
+1 -1
packages/ocamlfind/ocamlfind.1.9.1/opam
··· 13 13 homepage: "http://projects.camlcity.org/projects/findlib.html" 14 14 bug-reports: "https://github.com/ocaml/ocamlfind/issues" 15 15 depends: [ 16 - "ocaml" {>= "4.00.0"} 16 + "ocaml" {>= "4.00.0" & < "5.0"} 17 17 ] 18 18 depopts: ["graphics"] 19 19 build: [
+1 -1
packages/ocamlfind/ocamlfind.1.9.2/opam
··· 13 13 homepage: "http://projects.camlcity.org/projects/findlib.html" 14 14 bug-reports: "https://github.com/ocaml/ocamlfind/issues" 15 15 depends: [ 16 - "ocaml" {>= "4.00.0"} 16 + "ocaml" {>= "4.00.0" & < "5.0"} 17 17 ] 18 18 depopts: ["graphics"] 19 19 build: [
+1 -1
packages/ocamlfind/ocamlfind.1.9.3/opam
··· 13 13 homepage: "http://projects.camlcity.org/projects/findlib.html" 14 14 bug-reports: "https://github.com/ocaml/ocamlfind/issues" 15 15 depends: [ 16 - "ocaml" {>= "4.00.0"} 16 + "ocaml" {>= "4.00.0" & < "5.0"} 17 17 ] 18 18 depopts: ["graphics"] 19 19 build: [