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" {>= "2.9"} 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 "--promote-install-files=false" 44 "@install" 45 "@cohttp-server-lwt-unix/runtest" {with-test} 46 "@doc" {with-doc} 47 ] 48 ["dune" "install" "-p" name "--create-install-files" name] 49] 50available: opam-version >= "2.1.0" 51flags: [ avoid-version ] 52url { 53 src: 54 "https://github.com/mirage/ocaml-cohttp/releases/download/v6.0.0_alpha0/cohttp-eio-6.0.0.alpha0.tbz" 55 checksum: [ 56 "sha256=2ed4acd5ea309ca064731ec9f02a4b4afcec1ab000f471da68ae81355130b56e" 57 "sha512=e741293352d8376eaf7ccc7ba986dc8fd33cc560b8a786d4b4f8cffde5f1d78651dd5dbb944db00e57a48f25bffdde8d6d7b8c5828605ed02f295c297ef87fdd" 58 ] 59} 60x-commit-hash: "ba9ca0791c3fd6242e28026feaa41fe4ac453089"