opam-version: "2.0"
maintainer: "Andre Nathan <andre@hostnet.com.br>"
authors: "Andre Nathan <andre@hostnet.com.br>"
homepage: "https://github.com/andrenth/ocaml-spf"
bug-reports: "https://github.com/andrenth/ocaml-spf/issues"
license: "MIT"
dev-repo: "git+https://github.com/andrenth/ocaml-spf.git"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
  "ocaml"
  "jbuilder"
]
depexts: [
  ["libspf2-dev"] {os-distribution = "alpine"}
  ["libspf2"] {os-distribution = "arch"}
  ["epel-release" "libspf2-devel"] {os-distribution = "centos"}
  ["libspf2-dev"] {os-family = "debian"}
  ["libspf2-devel"] {os-distribution = "fedora"}
  ["libspf2"] {os = "freebsd"}
  ["libspf2"] {os-distribution = "gentoo"}
  ["libspf2-devel"] {os-distribution = "mageia"}
  ["libspf2"] {os = "netbsd"}
  ["libspf2"] {os = "openbsd"}
  ["libspf2-devel"] {os-family = "suse"}
]
synopsis: "OCaml bindings for libspf2"
description: "OCaml-SPF provides C bindings for OCaml programs."
url {
  src: "https://github.com/andrenth/ocaml-spf/archive/2.0.2.tar.gz"
  checksum: "md5=10e85dc862906c4b027bd01cdf4b7fe3"
}
