Skip to content

Commit 1eab721

Browse files
authored
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)
2 parents bf78b93 + 47cc8af commit 1eab721

File tree

1 file changed

+1
-1
lines changed
  • packages/ocamlfind/ocamlfind.1.9.5

1 file changed

+1
-1
lines changed

packages/ocamlfind/ocamlfind.1.9.5/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors: "Gerd Stolpmann <[email protected]>"
1313
homepage: "http://projects.camlcity.org/projects/findlib.html"
1414
bug-reports: "https://github.com/ocaml/ocamlfind/issues"
1515
depends: [
16-
"ocaml" {>= "4.02.0"}
16+
"ocaml" {>= "4.02.0" & < "5.0"}
1717
]
1818
depopts: ["graphics"]
1919
build: [

0 commit comments

Comments
 (0)