this repo has no description

mock is not compatible with compilers that have the effect keyword

Kate 2d9ea50c ac01ad60

Changed files
+9
packages
mock
mock.0.1.0
mock.0.1.1
mock.1.0.0
+3
packages/mock/mock.0.1.0/opam
···
"ocaml" {< "5.0"}
"jbuilder" {>= "1.0+beta10"}
]
+
conflicts: [
+
"base-effects"
+
]
synopsis: "Configurable functions to test impure code"
description: """
This package provides "mocks", fake functions that can be configured to return
+3
packages/mock/mock.0.1.1/opam
···
"dune"
"ocaml" {>= "4.04.0" & < "5.0"}
]
+
conflicts: [
+
"base-effects"
+
]
synopsis: "Configurable functions to test impure code"
description: """
This package provides "mocks", fake functions that can be configured to return
+3
packages/mock/mock.1.0.0/opam
···
"dune"
"ocaml" {>= "4.07.0"}
]
+
conflicts: [
+
"base-effects"
+
]
synopsis: "Configurable functions to test impure code"
description: """
This package provides "mocks", fake functions that can be configured to return