Skip to content

Commit af5d889

Browse files
authored
Merge pull request ocaml#22794 from mseri/fix-mocl
mock is not compatible with ocaml 5
2 parents b074885 + 9319d8b commit af5d889

File tree

2 files changed

+2
-2
lines changed
  • packages/mock

2 files changed

+2
-2
lines changed

packages/mock/mock.0.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build: [
1111
[ "jbuilder" "build" "-p" name "-j" jobs ]
1212
]
1313
depends: [
14-
"ocaml"
14+
"ocaml" {< "5.0"}
1515
"jbuilder" {>= "1.0+beta10"}
1616
]
1717
synopsis: "Configurable functions to test impure code"

packages/mock/mock.0.1.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build: [
1111
]
1212
depends: [
1313
"dune"
14-
"ocaml" {>= "4.04.0"}
14+
"ocaml" {>= "4.04.0" & < "5.0"}
1515
]
1616
synopsis: "Configurable functions to test impure code"
1717
description: """

0 commit comments

Comments
 (0)