diff --git a/dns-client-eio.opam b/dns-client-eio.opam index 9f2b0574d..bc40ed250 100644 --- a/dns-client-eio.opam +++ b/dns-client-eio.opam @@ -1,6 +1,6 @@ opam-version: "2.0" maintainer: "team AT robur dot io" -authors: ["Joe Hill"] +authors: ["Bikal Gurung "] homepage: "https://github.com/mirage/ocaml-dns" bug-reports: "https://github.com/mirage/ocaml-dns/issues" dev-repo: "git+https://github.com/mirage/ocaml-dns.git" @@ -16,20 +16,14 @@ depends: [ "dune" {>="3.2"} "cstruct" {>= "6.0.0"} "base-domains" - "logs" {>= "0.6.3"} - "domain-name" {>= "0.4.0"} "ipaddr" {>= "5.3.0"} "dns-client" {>= version} "mirage-clock" {>= "3.0.0"} "mtime" {>= "1.2.0"} "mirage-crypto-rng" {>= "0.8.0"} "mirage-crypto-rng-eio" {>= "0.8.0"} - "tls" {>= "0.15.0"} - "x509" {>= "0.16.0"} - "ca-certs" - "ca-certs-nss" ] -synopsis: "DNS resolver API" +synopsis: "DNS client for eio" description: """ -A resolver implementation using uDNS. +A resolver implementation using uDNS and eio. """ diff --git a/eio/client/dune b/eio/client/dune index cb3f86418..4753818b5 100644 --- a/eio/client/dune +++ b/eio/client/dune @@ -5,7 +5,6 @@ cstruct duration logs - domain-name ipaddr dns-client dns-client.resolvconf