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_alpha2/cohttp-6.0.0.alpha2.tbz"
47 checksum: [
48 "sha256=2f00d14832c1c13427c12007e5b45a8f121e06e46d556a76904359ab26c0cff6"
49 "sha512=342034580418d55e7b9657c09cf187c415e562fc041e8f5eaa489cfae08f60b98afcddbc77632b479755cdfb2d30b5653ed5250b5b7dbde01f0be93f4e828bcc"
50 ]
51}
52x-commit-hash: "bc9c78549a32d49be5fb51589331da51e86de269"