this repo has no description
1opam-version: "2.0"
2synopsis: "Objective Caml bindings for the R interpreter"
3description: """
4OCaml-R is a library that can be used to construct R values in memory,
5convert them to OCaml values, and build clean wrappers to R
6functions. It provide a simple means to develop bindings to any R
7package."""
8maintainer: "philippe.veber@gmail.com"
9authors: [
10 "Guillaume Yzyquel"
11 "Maxence Guesdon"
12 "Philippe Veber"
13]
14license: "GPL-1.0-or-later"
15homepage: "https://github.com/pveber/ocaml-r"
16bug-reports: "https://github.com/pveber/ocaml-r/issues"
17dev-repo: "git+https://github.com/pveber/ocaml-r.git"
18doc: "https://pveber.github.io/ocaml-r/api"
19depends: [
20 "ocaml"
21 "base" {build & < "v0.17"}
22 "configurator" {build}
23 "conf-r" {build}
24 "conf-r-mathlib" {build}
25 "dune"
26 "stdio" {build}
27]
28build: ["dune" "build" "-p" name "-j" jobs]
29url {
30 src: "https://github.com/pveber/ocaml-r/archive/v0.2.0.tar.gz"
31 checksum: [
32 "md5=a0605927731cfd45be00a8e493bc3718"
33 "sha512=4395f6bb6261c350fcc34761c1e092b253624931a724c99651a6bf8c82ea8d4c9c5317cecc9ad3de95a366f0cff42b16a57170136df05cca1cbfff96d56a0d8d"
34 ]
35}