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.1.0/cohttp-6.1.0.tbz"
56 checksum: [
57 "sha256=a81ac49699ec45f58b3d85cc4e2274120d28449d7c2075adb3234f0583d76c33"
58 "sha512=55b75c6afea58fa97a702712c5ecfb67bcfb8de32345ca0e40c16561aaf6f001daaf05781484a1df5caab85353f931b841169f3229563c655c463b7f7b44cd54"
59 ]
60}
61x-commit-hash: "de25ba68286866577bd8a81c002176cc22dd49e4"