this repo has no description
1opam-version: "2.0" 2maintainer: "Antonio Monteiro <anmonteiro@gmail.com>" 3authors: [ "Antonio Monteiro <anmonteiro@gmail.com>" ] 4license: "BSD-3-clause" 5homepage: "https://github.com/anmonteiro/gluten" 6bug-reports: "https://github.com/anmonteiro/gluten/issues" 7dev-repo: "git+https://github.com/anmonteiro/gluten.git" 8doc: "https://anmonteiro.github.io/gluten/" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "4.03.0"} 14 "dune" {>= "1.0"} 15 "faraday-lwt-unix" {>= "0.5.0"} 16 "gluten" {= version} 17 "gluten-lwt" {= version} 18 "lwt" 19] 20depopts: [ 21 "tls" 22 "lwt_ssl" 23] 24conflicts: [ "tls" {>= "0.13.0"} ] 25synopsis: "Lwt + Unix support for gluten" 26url { 27 src: 28 "https://github.com/anmonteiro/gluten/releases/download/0.1.0/gluten-0.1.0.tbz" 29 checksum: [ 30 "sha256=e7977677d796664dfd6b128bd1740f97068ac77555d2b67f79024dfb309e99a7" 31 "sha512=8c4e2119a37f213aad7453cb83addf28ab19856fa3dcc15d30961734b054d5ebaeb3c09c62631013f11081de4592d3fdaa45e4c9b83fc6bd117f3b5e37de7d48" 32 ] 33}