Skip to content

Commit aadd037

Browse files
authored
Merge pull request ocaml#22851 from dra27/ocamlfind-1.9.5-deps
Fix lowerbound for ocamlfind.1.9.5
2 parents 5ac5a4b + e817baa commit aadd037

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.00.0"}
16+
"ocaml" {>= "4.02.0"}
1717
]
1818
depopts: ["graphics"]
1919
build: [

0 commit comments

Comments
 (0)