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