From 3951b2b1d52cd66fbad1cc64adac5f304d51a9b6 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Thu, 16 Feb 2023 15:26:26 +0100 Subject: [PATCH] dns-client requires mirage-crypto-rng (for unix/client/dns_client_unix) --- dns-client.opam | 1 + 1 file changed, 1 insertion(+) diff --git a/dns-client.opam b/dns-client.opam index c9731ff1..ecdc770e 100644 --- a/dns-client.opam +++ b/dns-client.opam @@ -19,6 +19,7 @@ depends: [ "randomconv" {>= "0.1.2"} "domain-name" {>= "0.4.0"} "mtime" {>= "1.2.0"} + "mirage-crypto-rng" {>= "0.11.0"} "alcotest" {with-test} ] synopsis: "DNS client API"