From b1a727496905a8e07dc725d4bb0c104f3c77f93e Mon Sep 17 00:00:00 2001 From: Clombrong Date: Mon, 9 Jun 2025 22:51:26 +0200 Subject: chore(dune): add ppx_deriving dependency --- dune-project | 1 + flesh.opam | 1 + 2 files changed, 2 insertions(+) diff --git a/dune-project b/dune-project index f57c702..389aa33 100644 --- a/dune-project +++ b/dune-project @@ -24,6 +24,7 @@ ocaml dune lwt + ppx_deriving (js_of_ocaml-compiler :with-test) (merlin :with-test) diff --git a/flesh.opam b/flesh.opam index 9f25fdf..a3597b1 100644 --- a/flesh.opam +++ b/flesh.opam @@ -13,6 +13,7 @@ depends: [ "ocaml" "dune" {>= "3.11"} "lwt" + "ppx_deriving" "js_of_ocaml-compiler" {with-test} "merlin" {with-test} "utop" {with-test} -- cgit v1.2.3