this repo has no description
1opam-version: "2.0" 2maintainer: "dave@recoil.org" 3authors: ["David Scott"] 4license: "ISC" 5homepage: "https://github.com/mirage/ocaml-dns-forward" 6bug-reports: "https://github.com/mirage/ocaml-dns-forward/issues" 7dev-repo: "git+https://github.com/mirage/ocaml-dns-forward.git" 8doc: "https://mirage.github.io/ocaml-dns-forward/" 9 10build: [ 11 ["jbuilder" "subst" "-p" name] {dev} 12 ["jbuilder" "build" "-p" name "-j" jobs] 13 ["jbuilder" "runtest" "-p" name] {with-test} 14] 15depends: [ 16 "ocaml" {>= "4.03.0"} 17 "jbuilder" {>= "1.0+beta10"} 18 "dns-forward" {>= "0.9.0" & < "0.10.0"} 19 "lwt" {>= "2.7.0"} 20 "cstruct-lwt" {>= "3.0.0"} 21 "io-page-unix" {>= "2.0.0"} 22 "mirage-clock-unix" 23 "alcotest" {with-test} 24] 25synopsis: "Lwt implementation for the `dns-forward` library" 26url { 27 src: 28 "https://github.com/mirage/ocaml-dns-forward/releases/download/v0.9.0/dns-forward-0.9.0.tbz" 29 checksum: [ 30 "sha256=bf13cddae42f3dfa597a79815124e0f94e0453d9808273eaa2f35542e836528b" 31 "md5=851d7b0ad1658586ff6554117dedf845" 32 ] 33}