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.0"}
21 "ocaml" {>= "4.08"}
22 "ocurl"
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]
42available: opam-version >= "2.1.0"
43flags: [ avoid-version ]
44url {
45 src:
46 "https://github.com/mirage/ocaml-cohttp/releases/download/v6.0.0_beta2/cohttp-v6.0.0_beta2.tbz"
47 checksum: [
48 "sha256=90ecec8bd580411b4272c031b2f6b9c0a50485d20683c6a9c615242f3724b017"
49 "sha512=83ef539469d982862174a929e9baeb5b2a34e9323ee577d8be7148ebed9e785d835d59cc22982bc083bb872e4544616e2bf531ed7edf96bc397151c28bf618d6"
50 ]
51}
52x-commit-hash: "5da40ec181f8afb2ba6788d20c4d35bc8736c649"