this repo has no description
1opam-version: "2.0" 2synopsis: "CoHTTP toplevel pretty printers for HTTP types" 3description: """ 4This library installs toplevel prettyprinters for CoHTTP 5types such as the `Request`, `Response` and `Types` modules. 6Once this library has been loaded, you can directly see the 7values of those types in toplevels such as `utop` or `ocaml`. 8""" 9maintainer: ["Anil Madhavapeddy <anil@recoil.org>"] 10authors: [ 11 "Anil Madhavapeddy" 12 "Stefano Zacchiroli" 13 "David Sheets" 14 "Thomas Gazagnaire" 15 "David Scott" 16 "Rudi Grinberg" 17 "Andy Ray" 18 "Anurag Soni" 19] 20license: "ISC" 21homepage: "https://github.com/mirage/ocaml-cohttp" 22doc: "https://mirage.github.io/ocaml-cohttp/" 23bug-reports: "https://github.com/mirage/ocaml-cohttp/issues" 24depends: [ 25 "dune" {>= "3.0"} 26 "ocaml" {>= "4.08"} 27 "cohttp" {= version} 28 "odoc" {with-doc} 29] 30dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git" 31build: [ 32 ["dune" "subst"] {dev} 33 [ 34 "dune" 35 "build" 36 "-p" 37 name 38 "-j" 39 jobs 40 "@install" 41 "@cohttp-top/runtest" {with-test} 42 "@doc" {with-doc} 43 ] 44] 45available: opam-version >= "2.1.0" 46flags: [ avoid-version ] 47url { 48 src: 49 "https://github.com/mirage/ocaml-cohttp/releases/download/v6.0.0_beta2/cohttp-v6.0.0_beta2.tbz" 50 checksum: [ 51 "sha256=90ecec8bd580411b4272c031b2f6b9c0a50485d20683c6a9c615242f3724b017" 52 "sha512=83ef539469d982862174a929e9baeb5b2a34e9323ee577d8be7148ebed9e785d835d59cc22982bc083bb872e4544616e2bf531ed7edf96bc397151c28bf618d6" 53 ] 54} 55x-commit-hash: "5da40ec181f8afb2ba6788d20c4d35bc8736c649"