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"} "base-unix" "logs" "ppx_sexp_conv" {>="v0.13.0"} "conduit-lwt" {=version} "lwt" {>= "3.0.0"} "uri" {>= "1.9.4"} "ipaddr" {>= "4.0.0"} "ipaddr-sexp" "ca-certs" "lwt_log" {with-test} "ssl" {with-test} "lwt_ssl" {with-test} ] depopts: ["tls" "lwt_ssl" "launchd"] conflicts: [ "tls" {< "0.14.0"} "tls" {>= "0.16.0"} "ssl" {< "0.5.12"} ] 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 Lwt_unix" 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"