bug-reports: "https://github.com/mirage/mirage-http/issues/"
homepage: "https://github.com/mirage/mirage-http"
authors: ["Anil Madhavapeddy" "Thomas Gazagnaire"]
opam-version: "2.0"
maintainer: "anil@recoil.org"
build: make
remove: [
  [make "uninstall"]
]
depends: [
  "ocaml" {>= "4.00.0"}
  "ocamlfind"
  "mirage-types-lwt" {>= "2.0.0" & < "3.0.0"}
  "mirage-conduit" {< "2.2.0"}
  "conduit" {<= "0.8.2"}
  "lwt" {>= "2.4.3"}
  "cohttp" {>= "0.13.0" & < "0.16.0"}
  "tcpip" {<= "2.5.0"}
  "camlp4"
  "sexplib" {< "113.01.00"}
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/mirage/mirage-http"
install: [make "install"]
synopsis: "MirageOS HTTP client and server driver"
url {
  src: "https://github.com/mirage/mirage-http/archive/v2.1.0.tar.gz"
  checksum: "md5=0e1d7d00d5f87e8d2c42967fcd346317"
}
