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.08.0"} "dune" {>= "2.0"} "core" {>= "v0.15.0"} "uri" {>= "4.0.0"} "ppx_here" {>= "v0.9.0"} "ppx_sexp_conv" {>="v0.13.0"} "sexplib" "conduit" {=version} "async" {>= "v0.15.0"} "ipaddr" {>= "3.0.0"} "ipaddr-sexp" {>= "4.0.0"} ] depopts: ["async_ssl"] conflicts: [ "async_ssl" {< "v0.9.0"} ] 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/v6.1.0/conduit-6.1.0.tbz" checksum: [ "sha256=a2e29088630bbef92c1a902192a09548ab4a6b3f75a7eee6722426eca1efc05f" "sha512=308041a9cccf5b01827365ae9e75915bf33c812658ff1a802b275827f4c9af98dd991df9106a5b8d70374cc0d41398621bbafd8de829acfef4cb86e6b9523712" ] } x-commit-hash: "dc7af98ec25c71dd7e4ea78223e330b2596ec3f1"