this repo has no description
1opam-version: "2.0"
2synopsis: "CoHTTP implementation with eio backend"
3description:
4 "A CoHTTP server and client implementation based on `eio` library. `cohttp-eio`features a multicore capable HTTP 1.1 server. The library promotes and is built with direct style of coding as opposed to a monadic."
5maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
6authors: [
7 "Anil Madhavapeddy"
8 "Stefano Zacchiroli"
9 "David Sheets"
10 "Thomas Gazagnaire"
11 "David Scott"
12 "Rudi Grinberg"
13 "Andy Ray"
14 "Anurag Soni"
15]
16license: "ISC"
17homepage: "https://github.com/mirage/ocaml-cohttp"
18doc: "https://mirage.github.io/ocaml-cohttp/"
19bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
20depends: [
21 "dune" {>= "3.0"}
22 "base-domains"
23 "eio" {>= "0.10" & < "0.12"}
24 "eio_main" {with-test}
25 "mdx" {with-test}
26 "uri" {with-test}
27 "fmt"
28 "ptime"
29 "http" {= version}
30 "odoc" {with-doc}
31]
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-eio/runtest" {with-test}
44 "@doc" {with-doc}
45 ]
46]
47available: opam-version >= "2.1.0"
48flags: [ avoid-version ]
49url {
50 src:
51 "https://github.com/mirage/ocaml-cohttp/releases/download/v6.0.0_alpha2/cohttp-6.0.0.alpha2.tbz"
52 checksum: [
53 "sha256=2f00d14832c1c13427c12007e5b45a8f121e06e46d556a76904359ab26c0cff6"
54 "sha512=342034580418d55e7b9657c09cf187c415e562fc041e8f5eaa489cfae08f60b98afcddbc77632b479755cdfb2d30b5653ed5250b5b7dbde01f0be93f4e828bcc"
55 ]
56}
57x-commit-hash: "bc9c78549a32d49be5fb51589331da51e86de269"