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: [
18 "async_ssl"
19 "tls-async" {>= "1.0.0"}
20]
21build: [
22 ["dune" "subst"] {dev}
23 [
24 "dune"
25 "build"
26 "-p"
27 name
28 "-j"
29 jobs
30 "@install"
31 "@runtest" {with-test}
32 "@doc" {with-doc}
33 ]
34]
35dev-repo: "git+https://github.com/anmonteiro/gluten.git"
36url {
37 src:
38 "https://github.com/anmonteiro/gluten/releases/download/0.5.2/gluten-0.5.2.tbz"
39 checksum: [
40 "sha256=b1eed89f9f6080bb4bd289cc8d252c6bcf01f03d395726e66fa6067207e7015f"
41 "sha512=105e549d5ff83c43be6ab5e71ec1c19b27140a279002f04e02792e778f9e75deaecf4251324e6273e43039e38572b45ea236626b3afa7ef5c3c72baa3002c129"
42 ]
43}
44x-commit-hash: "6a438739280b855474d5eb7906e4daa2b129ffa8"