From d1e8e6de88a7f0b41baca0eab0e7907434184f79 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Sat, 29 Jun 2024 08:39:39 +0200 Subject: [PATCH] mirage-crypto-ec: needs a ounit2 with-test dependency --- mirage-crypto-ec.opam | 1 + 1 file changed, 1 insertion(+) diff --git a/mirage-crypto-ec.opam b/mirage-crypto-ec.opam index 6efd150e..58379a08 100644 --- a/mirage-crypto-ec.opam +++ b/mirage-crypto-ec.opam @@ -38,6 +38,7 @@ depends: [ "yojson" {with-test & >= "1.6.0"} "asn1-combinators" {with-test & >= "0.3.1"} "ohex" {with-test & >= "0.2.0"} + "ounit2" {with-test} ] conflicts: [ "ocaml-freestanding"