this repo has no description
1opam-version: "2.0"
2synopsis: "Type definitions of HTTP essentials"
3description: """
4This package contains essential type definitions used in Cohttp. It is designed
5to have no dependencies and make it easy for other packages to easily
6interoperate with Cohttp."""
7maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
8authors: [
9 "Anil Madhavapeddy"
10 "Stefano Zacchiroli"
11 "David Sheets"
12 "Thomas Gazagnaire"
13 "David Scott"
14 "Rudi Grinberg"
15 "Andy Ray"
16 "Anurag Soni"
17]
18license: "ISC"
19homepage: "https://github.com/mirage/ocaml-cohttp"
20doc: "https://mirage.github.io/ocaml-cohttp/"
21bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
22depends: [
23 "dune" {>= "3.0"}
24 "ocaml" {>= "4.08"}
25 "ppx_expect" {with-test & < "v0.17.0"}
26 "alcotest" {with-test}
27 "base_quickcheck" {with-test}
28 "ppx_assert" {with-test}
29 "ppx_sexp_conv" {with-test}
30 "ppx_compare" {with-test}
31 "ppx_here" {with-test}
32 "core" {with-test & >= "v0.13.0"}
33 "core_bench" {with-test}
34 "crowbar" {with-test & >= "0.2"}
35 "sexplib0" {with-test}
36 "odoc" {with-doc}
37]
38available: opam-version >= "2.1.0"
39flags: [ avoid-version ]
40dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
41build: [
42 ["dune" "subst"] {dev}
43 [
44 "dune"
45 "build"
46 "-p"
47 name
48 "-j"
49 jobs
50 "@install"
51 "@http/runtest" {with-test}
52 "@doc" {with-doc}
53 ]
54]
55url {
56 src:
57 "https://github.com/mirage/ocaml-cohttp/releases/download/v6.0.0_alpha1/cohttp-6.0.0.alpha1.tbz"
58 checksum: [
59 "sha256=4e3ece8ade6493fe731c0842f519cc0f8f564753d71c985aa4ed6de3f0753646"
60 "sha512=5db6f1ffab6fc2ab30baffb1fc82b7f50b11ddb31ec19fc4415dac40f04766f29e816a4cf99ddb152b93c8acbefade7779ad3dc3d092e2f88fa1deea3fc2721a"
61 ]
62}
63x-commit-hash: "16e991ec1f7e5f0c99615cd1f58b99b02e3d0499"