opam-version: "2.0"
maintainer: "anil@recoil.org"
authors:[
  "Anil Madhavapeddy"
  "Thomas Leonard"
  "Thomas Gazagnaire"
  "Rudi Grinberg"
  "Romain Calascibetta"
]
license: "ISC"
tags: "org:mirage"
homepage: "https://github.com/mirage/ocaml-conduit"
bug-reports: "https://github.com/mirage/ocaml-conduit/issues"
dev-repo: "git+https://github.com/mirage/ocaml-conduit.git"
synopsis: "A portable network connection establishment library using Lwt"

build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j1"] {with-test}
]

depends: [
  "ocaml"           {>= "4.07.0"}
  "dune"            {>= "2.0.0"}
  "conduit"         {= version}
  "cstruct"
  "lwt"
  "base-unix"
  "base-bigarray"   {with-test}
  "bigstringaf"     {with-test}
  "ke"              {with-test}
  "fmt"             {with-test}
  "rresult"         {with-test}
]
x-commit-hash: "126ace170981b0c0bdb5d73c232099302ecf4af8"
url {
  src:
    "https://github.com/mirage/ocaml-conduit/releases/download/v3.0.0/conduit-v3.0.0.tbz"
  checksum: [
    "sha256=8b50119048e8c622b5fc09d2331ab8b9412acdd447c5d674bcc865054033cdbb"
    "sha512=bf8e996276ca9d9393e90f718392916e3b29a56817c38d927ee87a9e81ce608b22dc3e4544fc05077e516f91511b2a96e560d9e7ab917034ba0c23cf61b10f66"
  ]
}
available: false
