Add ocaml-crunch to build deps (#441)

This commit is contained in:
Denis Merigoux 2023-04-04 15:57:19 +02:00 committed by GitHub
commit 87a41f172e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@
, js_of_ocaml-ppx
, menhir
, menhirLib
, ocaml-crunch
, ocamlgraph
, pkgs
, ppx_deriving
@ -37,7 +38,7 @@ buildDunePackage {
duneVersion = "3";
nativeBuildInputs = [ cppo menhir ];
nativeBuildInputs = [ cppo menhir ocaml-crunch ];
propagatedBuildInputs = [
alcotest
@ -49,6 +50,7 @@ buildDunePackage {
js_of_ocaml
js_of_ocaml-ppx
menhirLib
ocaml-crunch
ocamlgraph
pkgs.z3
ppx_deriving