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.0"}
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]
33available: opam-version >= "2.1.0"
34flags: avoid-version
35dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
36build: [
37 ["dune" "subst"] {dev}
38 [
39 "dune"
40 "build"
41 "-p"
42 name
43 "-j"
44 jobs
45 "@install"
46 "@cohttp-server-lwt-unix/runtest" {with-test}
47 "@doc" {with-doc}
48 ]
49]
50url {
51 src:
52 "https://github.com/mirage/ocaml-cohttp/releases/download/v6.0.0_alpha2/cohttp-6.0.0.alpha2.tbz"
53 checksum: [
54 "sha256=2f00d14832c1c13427c12007e5b45a8f121e06e46d556a76904359ab26c0cff6"
55 "sha512=342034580418d55e7b9657c09cf187c415e562fc041e8f5eaa489cfae08f60b98afcddbc77632b479755cdfb2d30b5653ed5250b5b7dbde01f0be93f4e828bcc"
56 ]
57}
58x-commit-hash: "bc9c78549a32d49be5fb51589331da51e86de269"