opam-version: "2.0"
maintainer: "philippe.veber@gmail.com"
authors: ["Guillaume Yzyquel" "Maxence Guesdon" "Philippe Veber"]
homepage: "https://github.com/pveber/ocaml-r"
bug-reports: "https://github.com/pveber/ocaml-r/issues"
license: "GPL-1.0-or-later"
dev-repo: "git+https://github.com/pveber/ocaml-r.git"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
  "ocaml"
  "base" {build & < "v0.15"}
  "configurator" {build & < "v0.15"}
  "conf-r" {build}
  "conf-r-mathlib" {build}
  "jbuilder"
  "stdio" {build & < "v0.15"}
]
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."""
url {
  src: "https://github.com/pveber/OCaml-R/archive/v0.1.0.tar.gz"
  checksum: "md5=a85363294955d5ef925676d88b3c81a3"
}
