aboutsummaryrefslogtreecommitdiff
path: root/dune-project
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2023-12-26 09:02:53 -0600
committerMarc Coquand <marc@mccd.space>2023-12-26 09:57:19 -0600
commitcb124a87d8ed1a309b00c9163cde2911ee029251 (patch)
treeebb46550ef6236c66ddde5894128ca2e492229df /dune-project
parent5036848184a912a857c4c1e76ef02985295855eb (diff)
downloadfixgen-cb124a87d8ed1a309b00c9163cde2911ee029251.tar.gz
fixgen-cb124a87d8ed1a309b00c9163cde2911ee029251.tar.bz2
fixgen-cb124a87d8ed1a309b00c9163cde2911ee029251.zip
Add cmdliner
Diffstat (limited to 'dune-project')
-rw-r--r--dune-project2
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
)
)