-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eio(client): update opam dependencies
- Loading branch information
Showing
2 changed files
with
3 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
opam-version: "2.0" | ||
maintainer: "team AT robur dot io" | ||
authors: ["Joe Hill"] | ||
authors: ["Bikal Gurung <[email protected]>"] | ||
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. | ||
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ | |
cstruct | ||
duration | ||
logs | ||
domain-name | ||
ipaddr | ||
dns-client | ||
dns-client.resolvconf | ||
|