this repo has no description
1opam-version: "2.0"
2maintainer: "Andre Nathan <andrenth@gmail.com>"
3authors: "Andre Nathan <andrenth@gmail.com>"
4homepage: "https://github.com/andrenth/ocaml-milter"
5bug-reports: "https://github.com/andrenth/ocaml-milter/issues"
6license: "MIT"
7dev-repo: "git+https://github.com/andrenth/ocaml-milter.git"
8build: [
9 ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
10 ["ocaml" "setup.ml" "-build"]
11 ["ocaml" "setup.ml" "-doc"] {with-doc}
12]
13install: ["ocaml" "setup.ml" "-install"]
14remove: ["ocamlfind" "remove" "milter"]
15depends: [
16 "ocaml" {< "4.09.0"}
17 "ocamlfind"
18 "ocamlbuild" {build}
19]
20depexts: [
21 ["libmilter-dev"] {os-family = "debian"}
22]
23synopsis: "OCaml libmilter bindings"
24description: """
25This package provides OCaml bindings for sendmail's libmilter, allowing
26integration of OCaml programs with compatible MTAs."""
27flags: light-uninstall
28url {
29 src: "https://github.com/andrenth/ocaml-milter/archive/1.0.2.tar.gz"
30 checksum: [
31 "sha256=d5071efc7ea2a129bdf01c890501106ba8245f3921965a8635e8f51d26f0eb2e"
32 "md5=ab907129dbd1dd8b9d27e355d285cda0"
33 ]
34}