diff options
| author | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-10 19:13:33 +0000 |
|---|---|---|
| committer | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-10 19:13:33 +0000 |
| commit | dac55b99fb5aa7008e2f7f1c981096912b0441aa (patch) | |
| tree | 0b1895980f71d8cfd351660e22ef25d106a98057 /nixtamal.opam | |
| parent | aad71a2f2d3fd12e2388bed64ba5284147202f73 (diff) | |
| download | nixtaml-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 'nixtamal.opam')
| -rw-r--r-- | nixtamal.opam | 6 |
1 files changed, 5 insertions, 1 deletions
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: [ |
