opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
build: [
  [make "all"]
  [make "opt"]
]
remove: [["ocamlfind" "remove" "http"]]
depends: ["ocaml" {<"4.06.0"} "ocamlfind" "camlp4" "ocamlnet" "pcre"]
install: [make "install"]
synopsis: "Library freely inspired from Perl's HTTP::Daemon module"
flags: light-uninstall
url {
  src:
    "https://download.ocamlcore.org/ocaml-http/ocaml-http/0.1.5/ocaml-http-0.1.5.tar.gz"
  checksum: "md5=5426221ff76d7095fa1f5ee873b07829"
}
