this repo has no description
1opam-version: "2.0"
2maintainer: "Antonio Nuno Monteiro <anmonteiro@gmail.com>"
3authors: [
4 "Spiros Eliopoulos <spiros@inhabitedtype.com>"
5 "Antonio Nuno Monteiro <anmonteiro@gmail.com>"
6]
7license: "BSD-3-clause"
8homepage: "https://github.com/anmonteiro/httpun"
9bug-reports: "https://github.com/anmonteiro/httpun/issues"
10dev-repo: "git+https://github.com/anmonteiro/httpun.git"
11build: [
12 ["dune" "build" "-p" name "-j" jobs]
13 ["dune" "runtest" "-p" name] {with-test}
14]
15depends: [
16 "ocaml" {>= "4.08.0"}
17 "dune" {>= "3.0.0"}
18 "async" {>= "v0.16.0"}
19 "httpun" {= version}
20 "gluten-async" {>= "0.5.0"}
21]
22depopts: ["async_ssl"]
23synopsis: "Async support for httpun"
24url {
25 src:
26 "https://github.com/anmonteiro/httpun/releases/download/0.2.0/httpun-0.2.0.tbz"
27 checksum: [
28 "sha256=a2ce27ef4c85ae8e1c1008d1e3d5e893d6b211b934586a1dd2942f7db687bd2c"
29 "sha512=53ae8409321533b4092df166c69cd219a4e2071bb3b9fa3361072205eda6d62df25fe964c62d2b49c14530fd34746b8d8c8f010293ebe099bed0237d0f55a66b"
30 ]
31}
32x-commit-hash: "80755658e548fce295ee3df118d6c1b8f5fa6956"