opam-version: "2.0"
maintainer: "anil@recoil.org"
authors: ["Anil Madhavapeddy" "Thomas Gazagnaire"]
homepage: "https://github.com/mirage/mirage-http"
bug-reports: "https://github.com/mirage/mirage-http/issues/"
dev-repo: "git+https://github.com/mirage/mirage-http.git"
doc: "https://mirage.github.io/mirage-http/"
build: ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]
depends: [
  "ocaml" {>= "4.00.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "topkg" {build}
  "mirage-types" {>= "2.0.0" & < "3.0.0"}
  "mirage-types-lwt" {>= "2.0.0" & < "3.0.0"}
  "conduit"
  "mirage-conduit" {>= "2.2.0"}
  "lwt" {>= "2.4.3"}
  "cohttp" {>= "0.18.0" & < "0.99"}
  "channel"
]
synopsis: "MirageOS-compatible implementation of the Cohttp interfaces"
url {
  src:
    "https://github.com/mirage/mirage-http/releases/download/2.5.3/mirage-http-2.5.3.tbz"
  checksum: "md5=3e83cab7de7cca512bac4f54d485fc0a"
}
