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 /flesh.opam | |
parent | ac2cb6ebcb18c9d1236c271d62c73ad2265ba9da (diff) |
chore(dune): add ppx_deriving dependency
Diffstat (limited to 'flesh.opam')
-rw-r--r-- | flesh.opam | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ depends: [ "ocaml" "dune" {>= "3.11"} "lwt" + "ppx_deriving" "js_of_ocaml-compiler" {with-test} "merlin" {with-test} "utop" {with-test} |