this repo has no description

Merge pull request #27618 from mattam82/ocamlfind-1.9.5-ocaml5-incompatibility

ocamlfind 1.9.5 is not compatible with ocaml 5 (while 1.9.8 is fine)

Changed files
+1 -1
packages
ocamlfind
ocamlfind.1.9.5
+1 -1
packages/ocamlfind/ocamlfind.1.9.5/opam
···
homepage: "http://projects.camlcity.org/projects/findlib.html"
bug-reports: "https://github.com/ocaml/ocamlfind/issues"
depends: [
-
"ocaml" {>= "4.02.0"}
+
"ocaml" {>= "4.02.0" & < "5.0"}
]
depopts: ["graphics"]
build: [