opam-version: "2.0"
maintainer: "Andre Nathan <andrenth@gmail.com>"
authors: "Andre Nathan <andrenth@gmail.com>"
homepage: "https://github.com/andrenth/ocaml-milter"
bug-reports: "https://github.com/andrenth/ocaml-milter/issues"
license: "MIT"
dev-repo: "git+https://github.com/andrenth/ocaml-milter.git"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
  ["ocaml" "setup.ml" "-doc"] {with-doc}
]
install: ["ocaml" "setup.ml" "-install"]
remove: ["ocamlfind" "remove" "milter"]
depends: [
  "ocaml" {< "4.09.0"}
  "ocamlfind"
  "ocamlbuild" {build}
]
depexts: [
  ["libmilter-dev"] {os-family = "debian"}
]
synopsis: "OCaml libmilter bindings"
description: """
This package provides OCaml bindings for sendmail's libmilter, allowing
integration of OCaml programs with compatible MTAs."""
flags: light-uninstall
url {
  src: "https://github.com/andrenth/ocaml-milter/archive/1.0.2.tar.gz"
  checksum: "md5=ab907129dbd1dd8b9d27e355d285cda0"
}
