opam-version: "2.0"
version: "1.07"
maintainer: "xavier.leroy@inria.fr"
authors: ["Xavier Leroy"]
homepage: "https://github.com/xavierleroy/ocamlmpi"
bug-reports: "https://github.com/xavierleroy/ocamlmpi/issues"
dev-repo: "git://github.com/xavierleroy/ocamlmpi"
license: "LGPL-2 with OCaml linking exception"
x-maintenance-intent: ["(latest)"]
build: [
  [make "all" "opt"
    "MPIINCDIR=%{conf-mpi:includedir}%"
    "MPILIBDIR=%{conf-mpi:libdir}%"
    "MPICC=%{conf-mpi:binpath}%mpicc"
    "MPIRUN=%{conf-mpi:binpath}%mpirun"
  ]
]
install: [[make "install"]]
remove: [[make "uninstall"]]
depends: [
  "ocaml" {>= "4.06.0"}
  "base-bigarray"
  "conf-mpi"
  "ocamlfind" {build}
]
synopsis: "OCaml binding to the MPI (Message Passing Interface) standard"
