this repo has no description
1opam-version: "2.0"
2synopsis: "Lwt + Unix 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.0"}
10 "ocaml" {>= "4.08.0"}
11 "gluten-lwt" {= version}
12 "faraday-lwt-unix" {>= "0.7.3"}
13]
14depopts: [
15 "lwt_ssl"
16 "tls-lwt"
17]
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.4.1/gluten-0.4.1.tbz"
36 checksum: [
37 "sha256=78e6f33ed55666c1127bd71cf012c6a5f8b794cf4072505d0c0fcdb105673db4"
38 "sha512=48434a3086309fb59239e75a64b06a8128323cd88802b69aebccc6de3ae41719ee4ae82554c4fc022c87242bbaea182b306faf19ed4b73833d79274ebc78ec59"
39 ]
40}
41x-commit-hash: "e0651eb76a03737782d367e7e2587734fca0c9b6"
42conflicts: [
43 "tls-lwt" {>= "1.0.0"}
44 "lwt_ssl" {< "1.2.0"}
45]