summaryrefslogtreecommitdiff
path: root/dune-project
diff options
context:
space:
mode:
authorยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2025-12-10 19:13:33 +0000
committerยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2025-12-10 19:13:33 +0000
commitdac55b99fb5aa7008e2f7f1c981096912b0441aa (patch)
tree0b1895980f71d8cfd351660e22ef25d106a98057 /dune-project
parentaad71a2f2d3fd12e2388bed64ba5284147202f73 (diff)
downloadnixtaml-dac55b99fb5aa7008e2f7f1c981096912b0441aa.tar
nixtaml-dac55b99fb5aa7008e2f7f1c981096912b0441aa.tar.gz
nixtaml-dac55b99fb5aa7008e2f7f1c981096912b0441aa.tar.bz2
nixtaml-dac55b99fb5aa7008e2f7f1c981096912b0441aa.tar.lz
nixtaml-dac55b99fb5aa7008e2f7f1c981096912b0441aa.tar.xz
nixtaml-dac55b99fb5aa7008e2f7f1c981096912b0441aa.tar.zst
nixtaml-dac55b99fb5aa7008e2f7f1c981096912b0441aa.zip
set up QCheck
Diffstat (limited to 'dune-project')
-rw-r--r--dune-project16
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