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" {>= "2.9"} 22 "base-domains" 23 "eio" {>= "0.6" & < "0.7"} 24 "eio_main" {with-test} 25 "mdx" {with-test} 26 "uri" {with-test} 27 "conf-nmap" {with-test} 28 "fmt" 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 "--promote-install-files=false" 43 "@install" 44 "@doc" {with-doc} 45 ] 46 ["dune" "install" "-p" name "--create-install-files" name] 47] 48available: opam-version >= "2.1.0" 49flags: [ avoid-version ] 50url { 51 src: 52 "https://github.com/mirage/ocaml-cohttp/releases/download/v6.0.0_alpha0/cohttp-eio-6.0.0.alpha0.tbz" 53 checksum: [ 54 "sha256=2ed4acd5ea309ca064731ec9f02a4b4afcec1ab000f471da68ae81355130b56e" 55 "sha512=e741293352d8376eaf7ccc7ba986dc8fd33cc560b8a786d4b4f8cffde5f1d78651dd5dbb944db00e57a48f25bffdde8d6d7b8c5828605ed02f295c297ef87fdd" 56 ] 57} 58x-commit-hash: "ba9ca0791c3fd6242e28026feaa41fe4ac453089"