diff options
author | Clombrong <cromblong@egregore.fun> | 2025-06-09 22:51:26 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-06-09 22:51:26 +0200 |
commit | b1a727496905a8e07dc725d4bb0c104f3c77f93e (patch) | |
tree | df0707f24f48532a4bbb6b1677cb7f3c5426eb09 | |
parent | ac2cb6ebcb18c9d1236c271d62c73ad2265ba9da (diff) |
chore(dune): add ppx_deriving dependency
-rw-r--r-- | dune-project | 1 | ||||
-rw-r--r-- | flesh.opam | 1 |
2 files changed, 2 insertions, 0 deletions
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) @@ -13,6 +13,7 @@ depends: [ "ocaml" "dune" {>= "3.11"} "lwt" + "ppx_deriving" "js_of_ocaml-compiler" {with-test} "merlin" {with-test} "utop" {with-test} |