this repo has no description
1opam-version: "2.0"
2synopsis: "Lightweight Cohttp + Lwt based HTTP server"
3description: """
4This server implementation is faster than cohttp-lwt-unix and is independent of
5conduit.
6"""
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 "http" {= version}
26 "lwt" {>= "5.5.0"}
27 "conduit-lwt-unix" {with-test}
28 "cohttp-lwt-unix" {with-test & = version}
29 "cohttp-lwt" {with-test & = version}
30 "lwt"
31 "odoc" {with-doc}
32]
33dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
34build: [
35 ["dune" "subst"] {dev}
36 [
37 "dune"
38 "build"
39 "-p"
40 name
41 "-j"
42 jobs
43 "@install"
44 "@cohttp-server-lwt-unix/runtest" {with-test}
45 "@doc" {with-doc}
46 ]
47]
48url {
49 src:
50 "https://github.com/mirage/ocaml-cohttp/releases/download/v6.0.0/cohttp-6.0.0.tbz"
51 checksum: [
52 "sha256=54cc34af128b342f4ae608a669650d66661ffdd503250e4de93a1a5ef1ef22a9"
53 "sha512=289381d3ff5377208f86d68148846e086f017d4c09f4070e4f66e2cb1ef2b0e0c19a6b764a64f251b6005a2a6f169dec0f0f704f3278af410392b52415b9bdae"
54 ]
55}
56x-commit-hash: "716d6e66be35ed11967f3984ace27c1fa327b8ed"