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"
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" {>= "1.5"}
  "stdio" {build & < "v0.15"}
]
build: ["dune" "build" "-p" name "-j" jobs]
url {
  src: "https://github.com/pveber/ocaml-r/archive/v0.3.0.tar.gz"
  checksum: [
    "md5=3dd2cf635d0f3a2da0ffece743376044"
    "sha512=234953f934ee14b58708efd404eae78ff924574899990f6d66cedb4091f6b5ecc2ecae275722c9b6b7ca67cc766beb8f708c6860f1cd4080076bc2015a273dba"
  ]
}
