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"
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" {>= "1.5"}
26 "stdio" {build}
27]
28build: ["dune" "build" "-p" name "-j" jobs]
29url {
30 src: "https://github.com/pveber/ocaml-r/archive/v0.3.0.tar.gz"
31 checksum: [
32 "md5=3dd2cf635d0f3a2da0ffece743376044"
33 "sha512=234953f934ee14b58708efd404eae78ff924574899990f6d66cedb4091f6b5ecc2ecae275722c9b6b7ca67cc766beb8f708c6860f1cd4080076bc2015a273dba"
34 ]
35}