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: [
25 "tls" {< "0.15.0"}
26 "tls" {>= "0.16.0"}
27]
28synopsis: "Lwt + Unix support for gluten"
29url {
30 src:
31 "https://github.com/anmonteiro/gluten/releases/download/0.3.0/gluten-0.3.0.tbz"
32 checksum: [
33 "sha256=f6372d5f71bf9d0253189ec2952044897c317aed06713f4df8498f7cbb9214e5"
34 "sha512=684ceaabaed4ebcba44325985e40a7a1d111d3217978f4d30b078145eadd3b0773ad462b2fb646460caf3e7dbad5d3f704146fb50b95d588d18d869d7ae5e8f7"
35 ]
36}
37x-commit-hash: "12703c908995582efb2fa6c80562bcf8161c753f"