opam-version: "2.0"
synopsis: "Objective Caml bindings for the R interpreter"
description: """
OCaml-R is a library that can be used to construct R values in memory,
convert them to OCaml values, and build clean wrappers to R
functions. It provide a simple means to develop bindings to any R
package."""
maintainer: "philippe.veber@gmail.com"
authors: [
  "Guillaume Yzyquel"
  "Maxence Guesdon"
  "Philippe Veber"
]
license: "GPL-1.0-or-later"
homepage: "https://github.com/pveber/ocaml-r"
bug-reports: "https://github.com/pveber/ocaml-r/issues"
dev-repo: "git+https://github.com/pveber/ocaml-r.git"
doc: "https://pveber.github.io/ocaml-r/api"
depends: [
  "ocaml"
  "base" {build & < "v0.15"}
  "configurator" {build}
  "conf-r" {build}
  "conf-r-mathlib" {build}
  "dune"
  "stdio" {build & < "v0.15"}
]
build: ["dune" "build" "-p" name "-j" jobs]
url {
  src: "https://github.com/pveber/ocaml-r/archive/v0.2.0.tar.gz"
  checksum: [
    "md5=a0605927731cfd45be00a8e493bc3718"
    "sha512=4395f6bb6261c350fcc34761c1e092b253624931a724c99651a6bf8c82ea8d4c9c5317cecc9ad3de95a366f0cff42b16a57170136df05cca1cbfff96d56a0d8d"
  ]
}
