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 "alcotest" {with-test} 23 "base-domains" 24 "cohttp" {= version} 25 "eio" {>= "0.12"} 26 "eio_main" {with-test} 27 "mdx" {with-test} 28 "uri" {with-test} 29 "tls-eio" {with-test & >= "0.17.2" & < "1.0.0"} 30 "mirage-crypto-rng-eio" {with-test & >= "0.11.2" & < "1.0.0"} 31 "fmt" 32 "ptime" 33 "http" {= version} 34 "ppx_here" {with-test} 35 "odoc" {with-doc} 36] 37dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git" 38build: [ 39 ["dune" "subst"] {dev} 40 [ 41 "dune" 42 "build" 43 "-p" 44 name 45 "-j" 46 jobs 47 "@install" 48 "@cohttp-eio/runtest" {with-test} 49 "@doc" {with-doc} 50 ] 51] 52available: opam-version >= "2.1.0" 53flags: [ avoid-version ] 54url { 55 src: 56 "https://github.com/mirage/ocaml-cohttp/releases/download/v6.0.0_beta2/cohttp-v6.0.0_beta2.tbz" 57 checksum: [ 58 "sha256=90ecec8bd580411b4272c031b2f6b9c0a50485d20683c6a9c615242f3724b017" 59 "sha512=83ef539469d982862174a929e9baeb5b2a34e9323ee577d8be7148ebed9e785d835d59cc22982bc083bb872e4544616e2bf531ed7edf96bc397151c28bf618d6" 60 ] 61} 62x-commit-hash: "5da40ec181f8afb2ba6788d20c4d35bc8736c649"