this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

dkim-mirage: add upper bound for dns-client release

authored by

Hannes Mehnert and committed by
GitHub
dfc5f1ee 48bb4384

+1 -1
+1 -1
packages/dkim-mirage/dkim-mirage.0.7.0/opam
··· 19 19 "ocaml" {>= "4.08.0"} 20 20 "dune" {>= "2.0.0"} 21 21 "dkim" {= version} 22 - "dns-client-mirage" {>= "8.0.0"} 22 + "dns-client-mirage" {>= "8.0.0" & < "10.0.0"} 23 23 "mirage-clock" 24 24 "tcpip" {>= "7.0.0"} 25 25 "lwt"