this repo has no description
1opam-version: "2.0"
2synopsis: "Shared code between the individual cohttp-curl clients"
3description: "Use cohttp-curl-lwt or cohttp-curl-async"
4maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
5authors: [
6 "Anil Madhavapeddy"
7 "Stefano Zacchiroli"
8 "David Sheets"
9 "Thomas Gazagnaire"
10 "David Scott"
11 "Rudi Grinberg"
12 "Andy Ray"
13 "Anurag Soni"
14]
15license: "ISC"
16homepage: "https://github.com/mirage/ocaml-cohttp"
17doc: "https://mirage.github.io/ocaml-cohttp/"
18bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
19depends: [
20 "dune" {>= "3.8"}
21 "ocaml" {>= "4.08"}
22 "ocurl" {>= "0.9.2"}
23 "http" {= version}
24 "stringext"
25 "odoc" {with-doc}
26]
27dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
28build: [
29 ["dune" "subst"] {dev}
30 [
31 "dune"
32 "build"
33 "-p"
34 name
35 "-j"
36 jobs
37 "@install"
38 "@cohttp-curl/runtest" {with-test}
39 "@doc" {with-doc}
40 ]
41]
42url {
43 src:
44 "https://github.com/mirage/ocaml-cohttp/releases/download/v6.1.0/cohttp-6.1.0.tbz"
45 checksum: [
46 "sha256=a81ac49699ec45f58b3d85cc4e2274120d28449d7c2075adb3234f0583d76c33"
47 "sha512=55b75c6afea58fa97a702712c5ecfb67bcfb8de32345ca0e40c16561aaf6f001daaf05781484a1df5caab85353f931b841169f3229563c655c463b7f7b44cd54"
48 ]
49}
50x-commit-hash: "de25ba68286866577bd8a81c002176cc22dd49e4"