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"} "gluten" {= version} "faraday-async" {>= "0.8.2"} "async" { >= "v0.15.0" } "core" { >= "v0.15.0" } ] depopts: [ "async_ssl" "tls-async" ] synopsis: "Async runtime 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" conflicts: [ "tls-async" {>= "1.0.0"} ]