opam-version: "2.0"
maintainer: "philippe.veber@gmail.com"
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"
authors: [
  "Guillaume Yzyquel"
  "Maxence Guesdon"
  "Philippe Veber"
]
build: [
  [make]
]
install: [
  [make "install"]
]
remove: [
  ["ocamlfind" "remove" "R"]
]
depends: [
  "ocaml" {< "4.06.0"}
  "camlp4" {build}
  "ocamlfind"
  "calendar" {>= "2.00"}
  "oasis" {>= "0.4.0"}
  "menhir"
]
depexts: [
  ["r-mathlib"] {os-family = "debian"}
  ["R"] {os-distribution = "alpine"}
  ["epel-release" "R"] {os-distribution = "centos"}
]
synopsis: "Objective Caml bindings for the R interpreter"
description:
  "OCaml-R is still in development, is usable, but still has some syntactic idiosyncrasies and some performance bottlenecks."
flags: light-uninstall
url {
  src: "https://github.com/pveber/OCaml-R/archive/pre-nyc-refactoring.tar.gz"
  checksum: "md5=956f057af8871eb9f782ae75d45c2fda"
}
