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)" ]