opam-version: "2.0"
maintainer:   "anil@recoil.org"
homepage:     "https://github.com/mirage/ocaml-dns"
dev-repo: "git+https://github.com/mirage/ocaml-dns.git"
bug-reports:  "https://github.com/mirage/ocaml-dns/issues"
license:      "ISC"
authors: [
  "Anil Madhavapeddy"
  "Tim Deegan"
  "Richard Mortier"
  "Haris Rotsos"
  "David Sheets"
  "Thomas Gazagnaire"
  "Luke Dunstan"
]

build: ["ocamlfind" "query" "dns.mirage"]
depends: [
  "ocaml" {>= "4.01.0"}
  "ocamlfind" {build}
  "cmdliner"
  "dns" {>= "0.19.0" & < "1.0.0"}
  "mirage-stack-lwt" {>= "1.0.0"}
  "mirage-kv-lwt" {>= "1.0.0" & < "2.0.0"}
  "mirage-time-lwt" {>= "1.0.0"}
  "duration"
  "lwt" {>= "2.4.3"}
  "cstruct" {>= "2.0.0"}
  "mirage-profile"
]
tags: "org:mirage"
synopsis: "Virtual package for the MirageOS DNS transports"
url {
  src: "https://github.com/mirage/ocaml-dns/archive/v0.19.1.tar.gz"
  checksum: "md5=1944d2d6c04a1eae70215568c76d2e45"
}
