opam-version: "2.0"
maintainer:   "anil@recoil.org"
authors:      ["Anil Madhavapeddy" "Thomas Leonard" "Thomas Gazagnaire"]
homepage:     "https://github.com/mirage/ocaml-conduit"
dev-repo: "git+https://github.com/mirage/ocaml-conduit.git"
bug-reports:  "https://github.com/mirage/ocaml-conduit/issues"
tags:         "org:mirage"
license:      "ISC"

build:   ["ocamlfind" "query" "conduit.mirage"]
depends: [
  "ocaml" {>= "4.01.0"}
  "mirage-types-lwt" {>= "3.0.0" & < "3.7.0"}
  "mirage-flow-lwt" {>= "1.2.0"}
  "mirage-dns" {>= "2.0.0" & < "3.0.0"}
  "conduit" {>= "0.15.0" & < "0.16.0"}
]
depopts: [
  "vchan"
  "tls"
]
conflicts: [
  "tls" {< "0.5.0"}
  "tls" {>= "0.11.0"}
]
synopsis: "Virtual package for the MirageOS Conduit transports"
url {
  src: "https://github.com/mirage/ocaml-conduit/archive/v0.15.0.tar.gz"
  checksum: "md5=20f8016d86a0571df37d79f701b250cb"
}
flags: deprecated
