diff options
author | Marc Coquand <marc@mccd.space> | 2023-12-26 09:02:53 -0600 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2023-12-26 09:57:19 -0600 |
commit | cb124a87d8ed1a309b00c9163cde2911ee029251 (patch) | |
tree | ebb46550ef6236c66ddde5894128ca2e492229df /dune-project | |
parent | 5036848184a912a857c4c1e76ef02985295855eb (diff) | |
download | fixgen-cb124a87d8ed1a309b00c9163cde2911ee029251.tar.gz fixgen-cb124a87d8ed1a309b00c9163cde2911ee029251.tar.bz2 fixgen-cb124a87d8ed1a309b00c9163cde2911ee029251.zip |
Add cmdliner
Diffstat (limited to '')
-rw-r--r-- | dune-project | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dune-project b/dune-project index 55c7f11..5676cf0 100644 --- a/dune-project +++ b/dune-project @@ -21,7 +21,7 @@ (name fixgen) (synopsis "Generate fixtures for testing") (description "Generate fixtures for testing") - (depends ocaml dune ppx_inline_test ppx_deriving uuidm alcotest + (depends ocaml dune ppx_inline_test ppx_deriving uuidm alcotest cmdliner ) ) |