Skip to content

Commit a02034c

Browse files
authored
Merge pull request ocaml#22779 from raphael-proust/bechamel-ocaml5
bechamel.0.[12].0 are not compatible with ocaml5
2 parents f29b6c3 + 9af4e8f commit a02034c

File tree

2 files changed

+2
-2
lines changed
  • packages/bechamel

2 files changed

+2
-2
lines changed

packages/bechamel/bechamel.0.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ build: [
1818
]
1919

2020
depends: [
21-
"ocaml" {>= "4.08.0"}
21+
"ocaml" {>= "4.08.0" & < "5.0"}
2222
"dune" {>= "2.0.0"}
2323
"fmt"
2424
"base-bytes"

packages/bechamel/bechamel.0.2.0/opam

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

1919
depends: [
20-
"ocaml" {>= "4.08.0"}
20+
"ocaml" {>= "4.08.0" & < "5.0"}
2121
"dune" {>= "2.0.0"}
2222
"fmt" {>= "0.9.0"}
2323
"base-bytes"

0 commit comments

Comments
 (0)