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 8e1b6ca commit e61cf71Copy full SHA for e61cf71
dune-project
@@ -29,7 +29,7 @@
29
menhir
30
menhirLib
31
menhirSdk
32
- yojson)
+ (yojson (>= 1.6)))
33
(depopts
34
ocamlfind)
35
(conflicts
js_of_ocaml-compiler.opam
@@ -24,7 +24,7 @@ depends: [
24
"menhir"
25
"menhirLib"
26
"menhirSdk"
27
- "yojson"
+ "yojson" {>= "1.6"}
28
"odoc" {with-doc}
]
depopts: ["ocamlfind"]
0 commit comments