this repo has no description
1opam-version: "2.0"
2synopsis: "CoHTTP toplevel pretty printers for HTTP types"
3description: """
4This library installs toplevel prettyprinters for CoHTTP
5types such as the `Request`, `Response` and `Types` modules.
6Once this library has been loaded, you can directly see the
7values of those types in toplevels such as `utop` or `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.0"}
26 "ocaml" {>= "4.08"}
27 "cohttp" {= version}
28 "odoc" {with-doc}
29]
30available: opam-version >= "2.1.0"
31flags: [ avoid-version ]
32dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
33build: [
34 ["dune" "subst"] {dev}
35 [
36 "dune"
37 "build"
38 "-p"
39 name
40 "-j"
41 jobs
42 "@install"
43 "@cohttp-top/runtest" {with-test}
44 "@doc" {with-doc}
45 ]
46]
47url {
48 src:
49 "https://github.com/mirage/ocaml-cohttp/releases/download/v6.0.0_alpha1/cohttp-6.0.0.alpha1.tbz"
50 checksum: [
51 "sha256=4e3ece8ade6493fe731c0842f519cc0f8f564753d71c985aa4ed6de3f0753646"
52 "sha512=5db6f1ffab6fc2ab30baffb1fc82b7f50b11ddb31ec19fc4415dac40f04766f29e816a4cf99ddb152b93c8acbefade7779ad3dc3d092e2f88fa1deea3fc2721a"
53 ]
54}
55x-commit-hash: "16e991ec1f7e5f0c99615cd1f58b99b02e3d0499"