diff options
Diffstat (limited to 'dune-project')
| -rw-r--r-- | dune-project | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/dune-project b/dune-project index de7d7f5..3289e94 100644 --- a/dune-project +++ b/dune-project @@ -17,7 +17,21 @@ (name nixtamal) (synopsis "Fulfilling Nix version pinning") (description "TODO") - (depends aloctest cmdliner eio eio_main fmt jingoo jsont kdl logs uri) + (depends + cmdliner + eio + eio_main + fmt + jingoo + jsont + kdl + logs + ppx_deriving + ppx_deriving_qcheck + uri + (alcotest :with-test) + (qcheck :with-test) + (qcheck-alcotest :with-test)) (tags ("nix"))) ; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html |
