aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClombrong <cromblong@egregore.fun>2025-06-09 22:51:26 +0200
committerClombrong <cromblong@egregore.fun>2025-06-09 22:51:26 +0200
commitb1a727496905a8e07dc725d4bb0c104f3c77f93e (patch)
treedf0707f24f48532a4bbb6b1677cb7f3c5426eb09
parentac2cb6ebcb18c9d1236c271d62c73ad2265ba9da (diff)
chore(dune): add ppx_deriving dependency
-rw-r--r--dune-project1
-rw-r--r--flesh.opam1
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)
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}