Fix missing dependency for dune build

This commit is contained in:
Raphaël Monat 2022-08-30 15:06:53 +02:00
parent 39110f53a5
commit f337cebc4b

View File

@ -28,6 +28,7 @@ depends: [
"js_of_ocaml-ppx" {>= "4.0.0"}
"menhir" {>= "20200211"}
"menhirLib" {>= "20200211"}
"obelisk" { >= "0.6.0" }
"ocaml" {>= "4.13.0"}
"ocamlfind" {!= "1.9.5"}
"ocamlgraph" {>= "1.8.8"}