this repo has no description
1opam-version: "2.0"
2synopsis: "Cohttp client using Curl & Lwt as the backend"
3description: """
4An HTTP client that relies on Curl + Lwt 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 "ocaml" {>= "4.08"}
24 "ocurl" {>= "0.9.2"}
25 "http" {= version}
26 "cohttp-curl" {= version}
27 "stringext"
28 "lwt" {>= "5.3.0"}
29 "uri" {with-test & >= "4.2.0"}
30 "alcotest" {with-test & >= "1.7.0"}
31 "cohttp-lwt-unix" {with-test & = version}
32 "cohttp" {with-test & = version}
33 "cohttp-lwt" {with-test & = version}
34 "conduit-lwt" {with-test}
35 "ounit2" {with-test}
36 "odoc" {with-doc}
37]
38dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
39build: [
40 ["dune" "subst"] {dev}
41 [
42 "dune"
43 "build"
44 "-p"
45 name
46 "-j"
47 jobs
48 "@install"
49 "@cohttp-curl-lwt/runtest" {with-test}
50 "@doc" {with-doc}
51 ]
52]
53url {
54 src:
55 "https://github.com/mirage/ocaml-cohttp/releases/download/v6.0.0/cohttp-6.0.0.tbz"
56 checksum: [
57 "sha256=54cc34af128b342f4ae608a669650d66661ffdd503250e4de93a1a5ef1ef22a9"
58 "sha512=289381d3ff5377208f86d68148846e086f017d4c09f4070e4f66e2cb1ef2b0e0c19a6b764a64f251b6005a2a6f169dec0f0f704f3278af410392b52415b9bdae"
59 ]
60}
61x-commit-hash: "716d6e66be35ed11967f3984ace27c1fa327b8ed"