this repo has no description
1opam-version: "2.0"
2maintainer: "anil@recoil.org"
3authors: [
4 "Anil Madhavapeddy"
5 "Stefano Zacchiroli"
6 "David Sheets"
7 "Thomas Gazagnaire"
8 "David Scott"
9 "Rudi Grinberg"
10 "Andy Ray"
11]
12synopsis: "CoHTTP implementation for the Js_of_ocaml JavaScript compiler"
13description: """
14An implementation of an HTTP client for JavaScript, but using the
15CoHTTP types. This lets you build HTTP clients that can compile
16natively (using one of the other Cohttp backends such as `cohttp-lwt-unix`)
17and also to native JavaScript via js_of_ocaml.
18"""
19license: "ISC"
20tags: ["org:mirage" "org:xapi-project"]
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 "ocaml" {>= "4.04.1"}
26 "dune" {>= "1.1.0"}
27 "cohttp" {=version}
28 "cohttp-lwt" {=version}
29 "lwt" {>= "3.0.0"}
30 "js_of_ocaml" {>= "3.3.0"}
31 "js_of_ocaml-ppx" {>= "3.3.0"}
32 "js_of_ocaml-lwt" {>= "3.5.0"}
33]
34build: [
35 ["dune" "subst"] {dev}
36 ["dune" "build" "-p" name "-j" jobs]
37 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
38]
39dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
40url {
41 src:
42 "https://github.com/mirage/ocaml-cohttp/releases/download/v2.5.8/cohttp-2.5.8.tbz"
43 checksum: [
44 "sha256=2722477d1f5bb09e841debc125c30ff44f1b20cf8894b68cb48f2b6de092d25a"
45 "sha512=ce934a24c0e1eaf5dc674927b45277d461a13757d4c165a4a11811f9eb7b11b78b4560792ca430734d4e3a5b8791eee887d4eab2a0e9e30aa4a5864e833dd768"
46 ]
47}
48x-commit-hash: "078cb99b47f3665bd298161fe1c4bc50440a129f"