diff options
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: [ |
