diff --git a/decompress.opam b/decompress.opam index a6a2db8..1d74482 100644 --- a/decompress.opam +++ b/decompress.opam @@ -30,4 +30,6 @@ depends: [ "fmt" {with-test} "camlzip" {>= "1.10" & with-test} "base64" {>= "3.0.0" & with-test} + "crowbar" {with-test & >= "0.2"} + "rresult" {with-test} ]