opam-version: "2.0"
maintainer: "anil@recoil.org"
authors: ["Anil Madhavapeddy" "Thomas Leonard" "Thomas Gazagnaire"]
license: "ISC"
tags: "org:mirage"
homepage: "https://github.com/mirage/ocaml-conduit"
bug-reports: "https://github.com/mirage/ocaml-conduit/issues"
synopsis: "A network connection establishment library for MirageOS"

depends: [
  "ocaml" {>= "4.03.0"}
  "dune"
  "ppx_sexp_conv" {< "v0.15"}
  "sexplib" {< "v0.15"}
  "ipaddr" {>= "3.0.0" & < "4.0.0"}
  "cstruct" {>= "3.0.0"}
  "mirage-stack-lwt" {>= "1.3.0"}
  "mirage-time-lwt" {>= "1.1.0"}
  "mirage-flow-lwt" {>= "1.2.0"}
  "mirage-dns" {>= "3.0.0" & < "4.0.0"}
  "conduit-lwt" {>= "1.4.0"}
  "vchan" {>= "3.0.0"}
  "xenstore"
  "tls" {>= "0.8.0" & < "0.11.0"}
]
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name] {with-test}
]
dev-repo: "git+https://github.com/mirage/ocaml-conduit.git"
url {
  src:
    "https://github.com/mirage/ocaml-conduit/releases/download/v1.4.0/conduit-v1.4.0.tbz"
  checksum: "md5=204222b8a61692083b79c67c8967fb28"
}
flags: deprecated
