diff options
author | Son Ho | 2021-11-29 23:20:02 +0100 |
---|---|---|
committer | Son Ho | 2021-11-29 23:20:02 +0100 |
commit | 3952c51d7e63b754642ef2e1ea8b64d4aceccdc6 (patch) | |
tree | 1e1b01516a5a2f44a09fac6ba37526efe6810a70 /src/dune | |
parent | 46c0648948caa9f57cdd7e8561470e598eb814ab (diff) |
Start deriving formatters for debugging
Diffstat (limited to 'src/dune')
-rw-r--r-- | src/dune | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ (executable (name main) - (libraries yojson zarith easy_logging)) + (preprocess (pps ppx_deriving.show ppx_deriving.ord)) + (libraries ppx_deriving yojson zarith easy_logging)) (env (dev (flags |