this repo has no description
1opam-version: "2.0"
2maintainer: "Andre Nathan <andre@hostnet.com.br>"
3authors: "Andre Nathan <andre@hostnet.com.br>"
4homepage: "https://github.com/andrenth/ocaml-spf"
5bug-reports: "https://github.com/andrenth/ocaml-spf/issues"
6license: "MIT"
7dev-repo: "git+https://github.com/andrenth/ocaml-spf.git"
8build: ["jbuilder" "build" "-p" name "-j" jobs]
9depends: [
10 "ocaml"
11 "jbuilder" {>= "1.0+beta7"}
12]
13depexts: [
14 ["libspf2-dev"] {os-distribution = "alpine"}
15 ["libspf2"] {os-distribution = "arch"}
16 ["epel-release" "libspf2-devel"] {os-distribution = "centos"}
17 ["libspf2-dev"] {os-family = "debian"}
18 ["libspf2-devel"] {os-distribution = "fedora"}
19 ["libspf2"] {os = "freebsd"}
20 ["libspf2"] {os-distribution = "gentoo"}
21 ["libspf2-devel"] {os-distribution = "mageia"}
22 ["libspf2"] {os = "netbsd"}
23 ["libspf2"] {os = "openbsd"}
24 ["libspf2-devel"] {os-family = "suse" | os-family = "opensuse"}
25]
26synopsis: "OCaml bindings for libspf2"
27description: "OCaml-SPF provides C bindings for OCaml programs."
28url {
29 src: "https://github.com/andrenth/ocaml-spf/archive/2.0.2.tar.gz"
30 checksum: [
31 "sha256=3d3e69a0c30dc717b39e2ae0ce164e2d26f17e9b18a99b0a82fe482181795a0d"
32 "md5=10e85dc862906c4b027bd01cdf4b7fe3"
33 ]
34}