Skip to content

Commit 0dce661

Browse files
authored
Merge pull request #28151 from liyishuai/patch-3
Camlimages 5.0.5 only supports OCaml 5
2 parents bf52b32 + fe6ca86 commit 0dce661

File tree

1 file changed

+2
-2
lines changed
  • packages/camlimages/camlimages.5.0.5

1 file changed

+2
-2
lines changed

packages/camlimages/camlimages.5.0.5/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
88
homepage: "https://gitlab.com/camlspotter/camlimages"
99
bug-reports: "https://gitlab.com/camlspotter/camlimages/-/issues"
1010
depends: [
11-
"ocaml" {>= "4.12.1"}
11+
"ocaml" {>= "5.0.0"}
1212
"dune" {>= "3.2"}
1313
"base" {build & < "v0.17"}
1414
"stdio" {build}
@@ -48,4 +48,4 @@ url {
4848
"md5=84929b30257aa8e493dc84303768f400"
4949
"sha512=b3774d2287e4a97082f0289766f5a79d3e75454a194d2d6400cee9cf926f7676d8eba4cb27221a98314461b7a81b4386b253f1d706a94447423394be89d2ed49"
5050
]
51-
}
51+
}

0 commit comments

Comments
 (0)