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/"
doc: "https://mirage.github.io/mirage-http/"
tags: "org:mirage"
dev-repo: "git+https://github.com/mirage/mirage-http.git"
build: ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]
depends: [
  "ocaml" {>= "4.03.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "topkg" {build}
  "result"
  "mirage-flow-lwt" {>= "1.2.0"}
  "mirage-channel-lwt" {>= "3.0.0"}
  "conduit" {>= "0.15.0"}
  "mirage-conduit" {>= "2.2.0"}
  "lwt" {>= "2.4.3"}
  "cohttp" {>= "0.18.0" & < "0.99"}
  "astring"
  "magic-mime"
]
synopsis: "MirageOS-compatible implementation of the Cohttp interfaces"
url {
  src:
    "https://github.com/mirage/mirage-http/releases/download/3.1.0/mirage-http-3.1.0.tbz"
  checksum: "md5=389825fad467972644ae953dab57787f"
}
