File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 1
1
opam-version: "2.0"
2
2
maintainer: "team AT robur dot io"
3
- authors: ["Joe Hill "]
3
+ authors: ["Bikal Gurung <gbikal@gmail.com> "]
4
4
homepage: "https://github.com/mirage/ocaml-dns"
5
5
bug-reports: "https://github.com/mirage/ocaml-dns/issues"
6
6
dev-repo: "git+https://github.com/mirage/ocaml-dns.git"
@@ -16,20 +16,14 @@ depends: [
16
16
"dune" {>="3.2"}
17
17
"cstruct" {>= "6.0.0"}
18
18
"base-domains"
19
- "logs" {>= "0.6.3"}
20
- "domain-name" {>= "0.4.0"}
21
19
"ipaddr" {>= "5.3.0"}
22
20
"dns-client" {>= version}
23
21
"mirage-clock" {>= "3.0.0"}
24
22
"mtime" {>= "1.2.0"}
25
23
"mirage-crypto-rng" {>= "0.8.0"}
26
24
"mirage-crypto-rng-eio" {>= "0.8.0"}
27
- "tls" {>= "0.15.0"}
28
- "x509" {>= "0.16.0"}
29
- "ca-certs"
30
- "ca-certs-nss"
31
25
]
32
- synopsis: "DNS resolver API "
26
+ synopsis: "DNS client for eio "
33
27
description: """
34
- A resolver implementation using uDNS.
28
+ A resolver implementation using uDNS and eio .
35
29
"""
Original file line number Diff line number Diff line change 5
5
cstruct
6
6
duration
7
7
logs
8
- domain-name
9
8
ipaddr
10
9
dns-client
11
10
dns-client.resolvconf
You can’t perform that action at this time.
0 commit comments