opam-version: "2.0"
maintainer: "andrenth@gmail.com"
authors: ["Andre Nathan"]
homepage: "https://github.com/andrenth/ocaml-milter"
license: "BSD-3-Clause"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
  ["ocaml" "setup.ml" "-doc"] {with-doc}
]
remove: [["ocamlfind" "remove" "milter"]]
depends: [
  "ocaml" {< "4.04.0"}
  "ocamlfind"
  "ocamlbuild" {build}
]
depexts: [
  ["libmilter-dev"] {os-family = "debian"}
]
install: ["ocaml" "setup.ml" "-install"]
synopsis: "OCaml libmilter bindings"
flags: light-uninstall
url {
  src:
    "https://download.ocamlcore.org/ocaml-milter/template/1.0.1/ocaml-milter-1.0.1.tar.gz"
  checksum: "md5=9416907d3b6c05dd3f85e7bff70fa8f4"
}
