opam-version: "2.0" maintainer: "anil@recoil.org" authors: [ "Anil Madhavapeddy" "Thomas Leonard" "Thomas Gazagnaire" "Rudi Grinberg" ] license: "ISC" tags: "org:mirage" homepage: "https://github.com/mirage/ocaml-conduit" bug-reports: "https://github.com/mirage/ocaml-conduit/issues" depends: [ "ocaml" {>= "4.03.0"} "dune" "core" "ppx_sexp_conv" "sexplib" "conduit" {= "1.4.0"} "async" {>= "v0.10.0"} "ipaddr" {>= "3.0.0"} ] depopts: [ "async_ssl" ] conflicts: [ "async_ssl" {< "v0.9.0"} "async_ssl" {>= "v0.15"} ] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ] dev-repo: "git+https://github.com/mirage/ocaml-conduit.git" synopsis: "A network connection establishment library for Async" url { src: "https://github.com/mirage/ocaml-conduit/releases/download/v1.4.0/conduit-v1.4.0.tbz" checksum: [ "sha256=8de1e44effbc252fbf5862ba874a5608b8b99552e978762008be2625faf51206" "md5=204222b8a61692083b79c67c8967fb28" ] }