this repo has no description
1opam-version: "2.0"
2synopsis: "CoHTTP implementation for the Js_of_ocaml JavaScript compiler"
3description: """
4An implementation of an HTTP client for JavaScript, but using the
5CoHTTP types. This lets you build HTTP clients that can compile
6natively (using one of the other Cohttp backends such as `cohttp-lwt-unix`)
7and also to native JavaScript via js_of_ocaml.
8"""
9maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
10authors: [
11 "Anil Madhavapeddy"
12 "Stefano Zacchiroli"
13 "David Sheets"
14 "Thomas Gazagnaire"
15 "David Scott"
16 "Rudi Grinberg"
17 "Andy Ray"
18 "Anurag Soni"
19]
20license: "ISC"
21homepage: "https://github.com/mirage/ocaml-cohttp"
22doc: "https://mirage.github.io/ocaml-cohttp/"
23bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
24depends: [
25 "dune" {>= "3.8"}
26 "ocaml" {>= "4.08"}
27 "http" {= version}
28 "cohttp" {= version}
29 "cohttp-lwt" {= version}
30 "logs"
31 "lwt" {>= "3.0.0"}
32 "lwt_ppx" {with-test}
33 "conf-npm" {with-test}
34 "js_of_ocaml" {>= "3.3.0"}
35 "js_of_ocaml-ppx" {>= "3.3.0"}
36 "js_of_ocaml-lwt" {>= "3.5.0"}
37 "odoc" {with-doc}
38]
39dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
40build: [
41 ["dune" "subst"] {dev}
42 [
43 "dune"
44 "build"
45 "-p"
46 name
47 "-j"
48 jobs
49 "@install"
50 "@cohttp-lwt-jsoo/runtest" {with-test}
51 "@doc" {with-doc}
52 ]
53]
54url {
55 src:
56 "https://github.com/mirage/ocaml-cohttp/releases/download/v6.0.0/cohttp-6.0.0.tbz"
57 checksum: [
58 "sha256=54cc34af128b342f4ae608a669650d66661ffdd503250e4de93a1a5ef1ef22a9"
59 "sha512=289381d3ff5377208f86d68148846e086f017d4c09f4070e4f66e2cb1ef2b0e0c19a6b764a64f251b6005a2a6f169dec0f0f704f3278af410392b52415b9bdae"
60 ]
61}
62x-commit-hash: "716d6e66be35ed11967f3984ace27c1fa327b8ed"