this repo has no description
1opam-version: "2.0" 2synopsis: "Type definitions of HTTP essentials" 3description: """ 4This package contains essential type definitions used in Cohttp. It is designed 5to have no dependencies and make it easy for other packages to easily 6interoperate with Cohttp.""" 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 "ppx_expect" {with-test & < "v0.17.0"} 26 "alcotest" {with-test} 27 "base_quickcheck" {with-test} 28 "ppx_assert" {with-test} 29 "ppx_sexp_conv" {with-test} 30 "ppx_compare" {with-test} 31 "ppx_here" {with-test} 32 "core" {with-test & >= "v0.13.0"} 33 "core_bench" {with-test} 34 "crowbar" {with-test & >= "0.2"} 35 "sexplib0" {with-test} 36 "odoc" {with-doc} 37] 38dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git" 39build: [ 40 ["dune" "subst"] {dev} 41 [ 42 "dune" 43 "build" 44 "-p" 45 name 46 "-j" 47 jobs 48 "--promote-install-files=false" 49 "@install" 50 "@http/runtest" {with-test} 51 "@doc" {with-doc} 52 ] 53 ["dune" "install" "-p" name "--create-install-files" name] 54] 55available: opam-version >= "2.1.0" 56flags: [ avoid-version ] 57url { 58 src: 59 "https://github.com/mirage/ocaml-cohttp/releases/download/v6.0.0_alpha0/cohttp-eio-6.0.0.alpha0.tbz" 60 checksum: [ 61 "sha256=2ed4acd5ea309ca064731ec9f02a4b4afcec1ab000f471da68ae81355130b56e" 62 "sha512=e741293352d8376eaf7ccc7ba986dc8fd33cc560b8a786d4b4f8cffde5f1d78651dd5dbb944db00e57a48f25bffdde8d6d7b8c5828605ed02f295c297ef87fdd" 63 ] 64} 65x-commit-hash: "ba9ca0791c3fd6242e28026feaa41fe4ac453089"