We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1b45e commit 2bc7622Copy full SHA for 2bc7622
js_of_ocaml-compiler.opam
@@ -16,7 +16,7 @@ build: [["dune" "build" "-p" name "-j" jobs]]
16
depends: [
17
"ocaml" {>= "4.02.0"}
18
"dune" {build & >= "1.2"}
19
- "ppx_expect" {test & >= "0.12.0"}
+ "ppx_expect" {with-test & >= "0.12.0"}
20
"cmdliner"
21
"cppo" {>= "1.1.0"}
22
"yojson" # It's optional, but we want users to be able to use source-map without pain.
0 commit comments