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"
build: [make]
install: [make "install"]
remove: ["ocamlfind" "remove" "mirage-http"]
depends: [
  "ocaml" {>= "4.00.0"}
  "ocamlfind" {build}
  "mirage-types-lwt" {>= "2.0.0" & < "3.0.0"}
  "mirage-conduit" {>= "2.2.0"}
  "lwt" {>= "2.4.3"}
  "cohttp" {>= "0.18.0" & < "0.99"}
  "sexplib" {< "v0.15"}
  "channel"
  "ocamlbuild" {build}
]
synopsis: "MirageOS HTTP client and server driver"
flags: light-uninstall
url {
  src: "https://github.com/mirage/mirage-http/archive/v2.5.0.tar.gz"
  checksum: "md5=d9391f983182c7de9a8e9ddc1275c4cc"
}
