this repo has no description
1opam-version: "2.0"
2synopsis: "Cohttp client using Curl & Async as the backend"
3description: """
4An HTTP client that relies on Curl + Async for the backend. Does not require
5conduit for SSL."""
6maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
7authors: [
8 "Anil Madhavapeddy"
9 "Stefano Zacchiroli"
10 "David Sheets"
11 "Thomas Gazagnaire"
12 "David Scott"
13 "Rudi Grinberg"
14 "Andy Ray"
15 "Anurag Soni"
16]
17license: "ISC"
18homepage: "https://github.com/mirage/ocaml-cohttp"
19doc: "https://mirage.github.io/ocaml-cohttp/"
20bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
21depends: [
22 "dune" {>= "3.8"}
23 "ocurl" {>= "0.9.2"}
24 "http" {= version}
25 "stringext"
26 "cohttp-curl" {= version}
27 "core" {>= "v0.16.0"}
28 "core_unix" {>= "v0.14.0"}
29 "core_kernel" {with-test}
30 "async_kernel" {with-test & >= "v0.17.0"}
31 "async_unix" {with-test}
32 "cohttp-async" {with-test & = version}
33 "uri" {with-test & >= "4.2.0"}
34 "fmt" {with-test}
35 "ounit2" {with-test}
36 "alcotest" {with-test & >= "1.7.0"}
37 "odoc" {with-doc}
38]
39dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
40build: [
41 ["dune" "subst"] {dev}
42 [
43 "dune"
44 "build"
45 "-p"
46 name
47 "-j"
48 jobs
49 "@install"
50 "@cohttp-curl-async/runtest" {with-test}
51 "@doc" {with-doc}
52 ]
53]
54url {
55 src:
56 "https://github.com/mirage/ocaml-cohttp/releases/download/v6.0.0/cohttp-6.0.0.tbz"
57 checksum: [
58 "sha256=54cc34af128b342f4ae608a669650d66661ffdd503250e4de93a1a5ef1ef22a9"
59 "sha512=289381d3ff5377208f86d68148846e086f017d4c09f4070e4f66e2cb1ef2b0e0c19a6b764a64f251b6005a2a6f169dec0f0f704f3278af410392b52415b9bdae"
60 ]
61}
62x-commit-hash: "716d6e66be35ed11967f3984ace27c1fa327b8ed"