This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
32
unikernel/duniverse/ocaml-dns/dns-client.opam
Normal file
32
unikernel/duniverse/ocaml-dns/dns-client.opam
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
version: "10.2.2"
|
||||
opam-version: "2.0"
|
||||
maintainer: "team AT robur dot coop"
|
||||
authors: ["Joe Hill"]
|
||||
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"
|
||||
license: "BSD-2-Clause"
|
||||
|
||||
build: [
|
||||
[ "dune" "subst"] {dev}
|
||||
[ "dune" "build" "-p" name "-j" jobs ]
|
||||
[ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
|
||||
]
|
||||
|
||||
depends: [
|
||||
"dune" {>="2.8.0"}
|
||||
"ocaml" {>= "4.13.0"}
|
||||
"dns" {= version}
|
||||
"randomconv" {>= "0.2.0"}
|
||||
"domain-name" {>= "0.4.0"}
|
||||
"mtime" {>= "1.2.0"}
|
||||
"mirage-crypto-rng" {>= "1.2.0"}
|
||||
"fmt" {>= "0.9.0"}
|
||||
"ipaddr" {>= "5.5.0"}
|
||||
"alcotest" {with-test}
|
||||
]
|
||||
synopsis: "DNS client API"
|
||||
description: """
|
||||
A client implementation using uDNS.
|
||||
"""
|
||||
x-maintenance-intent: [ "(latest)" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue