this repo has no description

Merge pull request #22794 from mseri/fix-mocl

mock is not compatible with ocaml 5

Changed files
+2 -2
packages
mock
mock.0.1.0
mock.0.1.1
+1 -1
packages/mock/mock.0.1.0/opam
···
[ "jbuilder" "build" "-p" name "-j" jobs ]
]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0"}
"jbuilder" {>= "1.0+beta10"}
]
synopsis: "Configurable functions to test impure code"
+1 -1
packages/mock/mock.0.1.1/opam
···
]
depends: [
"dune"
-
"ocaml" {>= "4.04.0"}
+
"ocaml" {>= "4.04.0" & < "5.0"}
]
synopsis: "Configurable functions to test impure code"
description: """