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.8"}
24 "ocaml" {>= "4.08"}
25 "ppx_expect" {with-test & >= "v0.17.0"}
26 "alcotest" {with-test & >= "1.7.0"}
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 "crowbar" {with-test & >= "0.2"}
33 "sexplib0" {with-test}
34 "odoc" {with-doc}
35]
36dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
37build: [
38 ["dune" "subst"] {dev}
39 [
40 "dune"
41 "build"
42 "-p"
43 name
44 "-j"
45 jobs
46 "@install"
47 "@http/runtest" {with-test}
48 "@doc" {with-doc}
49 ]
50]
51url {
52 src:
53 "https://github.com/mirage/ocaml-cohttp/releases/download/v6.0.0/cohttp-6.0.0.tbz"
54 checksum: [
55 "sha256=54cc34af128b342f4ae608a669650d66661ffdd503250e4de93a1a5ef1ef22a9"
56 "sha512=289381d3ff5377208f86d68148846e086f017d4c09f4070e4f66e2cb1ef2b0e0c19a6b764a64f251b6005a2a6f169dec0f0f704f3278af410392b52415b9bdae"
57 ]
58}
59x-commit-hash: "716d6e66be35ed11967f3984ace27c1fa327b8ed"