opam-version: "2.0"
maintainer:   "dave@recoil.org"
authors:      ["David Scott"]
license:      "ISC"
homepage:     "https://github.com/mirage/ocaml-dns-forward"
bug-reports:  "https://github.com/mirage/ocaml-dns-forward/issues"
dev-repo: "git+https://github.com/mirage/ocaml-dns-forward.git"
doc:          "https://mirage.github.io/ocaml-dns-forward/"

build: [
  ["jbuilder" "subst" "-p" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
  ["jbuilder" "runtest" "-p" name] {with-test}
]
depends: [
  "ocaml" {>= "4.03.0"}
  "jbuilder" {>= "1.0+beta10"}
  "dns-forward" {>= "0.9.0" & < "0.10.0"}
  "lwt" {>= "2.7.0"}
  "cstruct-lwt" {>= "3.0.0"}
  "io-page-unix" {>= "2.0.0"}
  "mirage-clock-unix"
  "alcotest" {with-test}
]
synopsis: "Lwt implementation for the `dns-forward` library"
url {
  src:
    "https://github.com/mirage/ocaml-dns-forward/releases/download/v0.9.0/dns-forward-0.9.0.tbz"
  checksum: "md5=851d7b0ad1658586ff6554117dedf845"
}
