Skip to content

Commit fa04550

Browse files
committed
eio(client): update opam dependencies
1 parent e34ec8f commit fa04550

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

dns-client-eio.opam

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
maintainer: "team AT robur dot io"
3-
authors: ["Joe Hill"]
3+
authors: ["Bikal Gurung <gbikal@gmail.com>"]
44
homepage: "https://github.com/mirage/ocaml-dns"
55
bug-reports: "https://github.com/mirage/ocaml-dns/issues"
66
dev-repo: "git+https://github.com/mirage/ocaml-dns.git"
@@ -16,20 +16,14 @@ depends: [
1616
"dune" {>="3.2"}
1717
"cstruct" {>= "6.0.0"}
1818
"base-domains"
19-
"logs" {>= "0.6.3"}
20-
"domain-name" {>= "0.4.0"}
2119
"ipaddr" {>= "5.3.0"}
2220
"dns-client" {>= version}
2321
"mirage-clock" {>= "3.0.0"}
2422
"mtime" {>= "1.2.0"}
2523
"mirage-crypto-rng" {>= "0.8.0"}
2624
"mirage-crypto-rng-eio" {>= "0.8.0"}
27-
"tls" {>= "0.15.0"}
28-
"x509" {>= "0.16.0"}
29-
"ca-certs"
30-
"ca-certs-nss"
3125
]
32-
synopsis: "DNS resolver API"
26+
synopsis: "DNS client for eio"
3327
description: """
34-
A resolver implementation using uDNS.
28+
A resolver implementation using uDNS and eio.
3529
"""

eio/client/dune

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
cstruct
66
duration
77
logs
8-
domain-name
98
ipaddr
109
dns-client
1110
dns-client.resolvconf

0 commit comments

Comments
 (0)