Skip to content

Commit 614ad3e

Browse files
committed
links < 0.9.7 is not compatible with OCaml 5.0 (uses Format.pp_set_formatter_tag_functions)
1 parent 6f6517c commit 614ad3e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/links/links.0.9.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build: [
1414
]
1515

1616
depends: [
17-
"ocaml" {>= "4.08.0"}
17+
"ocaml" {>= "4.08.0" & < "5.0"}
1818
"dune" {>= "1.10.0"}
1919
"ppx_deriving"
2020
"ppx_deriving_yojson" {>= "3.3"}

packages/links/links.0.9.4/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build: [
1616
]
1717

1818
depends: [
19-
"ocaml" {>= "4.08.0"}
19+
"ocaml" {>= "4.08.0" & < "5.0"}
2020
"dune" {>= "1.10.0"}
2121
"ppx_deriving"
2222
"ppx_deriving_yojson" {>= "3.3"}

packages/links/links.0.9.5/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build: [
1616
]
1717

1818
depends: [
19-
"ocaml" {>= "4.08.0"}
19+
"ocaml" {>= "4.08.0" & < "5.0"}
2020
"dune" {>= "2.7"}
2121
"ppx_deriving"
2222
"ppx_deriving_yojson" {>= "3.3"}

packages/links/links.0.9.6/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build: [
1616
]
1717

1818
depends: [
19-
"ocaml" {>= "4.08.0"}
19+
"ocaml" {>= "4.08.0" & < "5.0"}
2020
"dune" {>= "2.7"}
2121
"ppx_deriving"
2222
"ppx_deriving_yojson" {>= "3.3"}

0 commit comments

Comments
 (0)