Skip to content

Commit 277c05d

Browse files
committed
Minimum OCaml version is now 4.13.0
Because of String.get_uint*_le
1 parent 40b0040 commit 277c05d

File tree

1 file changed

+1
-1
lines changed
  • packages/camlzip/camlzip.1.12

1 file changed

+1
-1
lines changed

packages/camlzip/camlzip.1.12/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build: [
1414
]
1515
install: [make "install"]
1616
depends: [
17-
"ocaml" {>= "4.07.0"}
17+
"ocaml" {>= "4.13.0"}
1818
"ocamlfind" {build}
1919
"conf-zlib"
2020
]

0 commit comments

Comments
 (0)