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.17"} "configurator" {build} "conf-r" {build} "conf-r-mathlib" {build} "jbuilder" {>= "1.0+beta7"} "stdio" {build} ] 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: [ "sha256=bc83f0c717fbd0ab2a689dfd5e64ffda130104c476fe02a77c6d4f77380c0bfe" "md5=a85363294955d5ef925676d88b3c81a3" ] }