From dac55b99fb5aa7008e2f7f1c981096912b0441aa Mon Sep 17 00:00:00 2001 From: ยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค Date: Wed, 10 Dec 2025 19:13:33 +0000 Subject: set up QCheck --- nixtamal.opam | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'nixtamal.opam') diff --git a/nixtamal.opam b/nixtamal.opam index bb1b01d..984aa67 100644 --- a/nixtamal.opam +++ b/nixtamal.opam @@ -8,7 +8,6 @@ license: "GPL-3.0-or-later" tags: ["nix"] depends: [ "dune" {>= "3.20"} - "aloctest" "cmdliner" "eio" "eio_main" @@ -17,7 +16,12 @@ depends: [ "jsont" "kdl" "logs" + "ppx_deriving" + "ppx_deriving_qcheck" "uri" + "alcotest" {with-test} + "qcheck" {with-test} + "qcheck-alcotest" {with-test} "odoc" {with-doc} ] build: [ -- cgit v1.2.3