this repo has no description
1opam-version: "2.0" 2synopsis: "Async support for gluten" 3maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 4authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 5license: "BSD-3-clause" 6homepage: "https://github.com/anmonteiro/gluten" 7bug-reports: "https://github.com/anmonteiro/gluten/issues" 8depends: [ 9 "dune" {>= "2.7"} 10 "ocaml" {>= "4.08.0"} 11 "gluten" {= version} 12 "faraday-async" {>= "0.7.3"} 13 "async" {>= "v0.15.0"} 14 "core" {>= "v0.15.0"} 15 "odoc" {with-doc} 16] 17depopts: ["async_ssl" "tls-async"] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@runtest" {with-test} 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: "git+https://github.com/anmonteiro/gluten.git" 33url { 34 src: 35 "https://github.com/anmonteiro/gluten/releases/download/0.5.0/gluten-0.5.0.tbz" 36 checksum: [ 37 "sha256=98629b6d048f30eba6502b71ac076806de72d91ae401fe7cb29914ca64d88583" 38 "sha512=d60a4470f4de1c6e8163282d64b77db7cdf41ac605eb191d6bb3062f9375f6dc85b069bfaac6f6354ce4d199593b4914455a448a8d05e3cb22fa3551a0623715" 39 ] 40} 41x-commit-hash: "166e1e917710e1e43b04d33a368b6701a9f8b1f5" 42conflicts: [ 43 "tls-async" {>= "1.0.0"} 44]