This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
47
unikernel/duniverse/ocaml-dns/dns-resolver.opam
Normal file
47
unikernel/duniverse/ocaml-dns/dns-resolver.opam
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
version: "10.2.2"
|
||||
opam-version: "2.0"
|
||||
maintainer: "team AT robur dot coop"
|
||||
authors: ["Hannes Mehnert <hannes@mehnert.org>"]
|
||||
homepage: "https://github.com/mirage/ocaml-dns"
|
||||
doc: "https://mirage.github.io/ocaml-dns/"
|
||||
dev-repo: "git+https://github.com/mirage/ocaml-dns.git"
|
||||
bug-reports: "https://github.com/mirage/ocaml-dns/issues"
|
||||
license: "BSD-2-Clause"
|
||||
|
||||
depends: [
|
||||
"dune" {>= "2.8.0"}
|
||||
"ocaml" {>= "4.13.0"}
|
||||
"dns" {= version}
|
||||
"dns-server" {= version}
|
||||
"dns-mirage" {= version}
|
||||
"dnssec" {= version}
|
||||
"lru" {>= "0.3.0"}
|
||||
"duration" {>= "0.1.2"}
|
||||
"randomconv" {>= "0.2.0"}
|
||||
"lwt" {>= "4.2.1"}
|
||||
"mirage-sleep" {>= "4.0.0"}
|
||||
"mirage-mtime" {>= "5.0.0"}
|
||||
"mirage-ptime" {>= "5.0.0"}
|
||||
"tcpip" {>= "8.2.0"}
|
||||
"alcotest" {with-test}
|
||||
"logs"
|
||||
"tls" {>= "1.0.0"}
|
||||
"tls-mirage" {>= "1.0.0"}
|
||||
"mirage-crypto-rng" {>= "1.0.0"}
|
||||
"ca-certs-nss" {>= "3.113.1"}
|
||||
"ipaddr" {>= "5.6.1"}
|
||||
"metrics" {>= "0.5.0"}
|
||||
]
|
||||
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
["dune" "build" "-p" name "-j" jobs]
|
||||
["dune" "runtest" "-p" name "-j" jobs] {with-test}
|
||||
]
|
||||
|
||||
synopsis: "DNS resolver business logic"
|
||||
description: """
|
||||
Forwarding and recursive resolvers as value-passing functions. To be used with
|
||||
an effectful layer.
|
||||
"""
|
||||
x-maintenance-intent: [ "(latest)" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue