opam-version: "2.0" maintainer: "Antonio Monteiro " authors: [ "Antonio Monteiro " ] license: "BSD-3-clause" homepage: "https://github.com/anmonteiro/gluten" bug-reports: "https://github.com/anmonteiro/gluten/issues" dev-repo: "git+https://github.com/anmonteiro/gluten.git" doc: "https://anmonteiro.github.io/gluten/" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.03.0"} "dune" {>= "1.0"} "faraday-lwt-unix" {>= "0.5.0"} "gluten" {= version} "gluten-lwt" {= version} "lwt" ] depopts: [ "tls" "lwt_ssl" ] conflicts: [ "tls" {< "0.15.0"} "tls" {>= "0.16.0"} ] synopsis: "Lwt + Unix support for gluten" url { src: "https://github.com/anmonteiro/gluten/releases/download/0.3.0/gluten-0.3.0.tbz" checksum: [ "sha256=f6372d5f71bf9d0253189ec2952044897c317aed06713f4df8498f7cbb9214e5" "sha512=684ceaabaed4ebcba44325985e40a7a1d111d3217978f4d30b078145eadd3b0773ad462b2fb646460caf3e7dbad5d3f704146fb50b95d588d18d869d7ae5e8f7" ] } x-commit-hash: "12703c908995582efb2fa6c80562bcf8161c753f"