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 /dune-project | |
parent | ac2cb6ebcb18c9d1236c271d62c73ad2265ba9da (diff) |
chore(dune): add ppx_deriving dependency
Diffstat (limited to 'dune-project')
-rw-r--r-- | dune-project | 1 |
1 files changed, 1 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) |