this repo has no description
1opam-version: "2.0"
2synopsis: "Objective Caml bindings for the R interpreter"
3description: """
4
5OCaml-R is a library that can be used to construct R values in memory,
6convert them to OCaml values, and build clean wrappers to R
7functions. It provide a simple means to develop bindings to any R
8package."""
9maintainer: ["philippe.veber@gmail.com"]
10authors: ["Guillaume Yzyquel" "Maxence Guesdon" "Philippe Veber"]
11license: "GPL-3.0-only"
12tags: ["R" "statistics"]
13homepage: "https://github.com/pveber/ocaml-r/"
14doc: "https://pveber.github.io/ocaml-r/ocaml-r/index.html"
15bug-reports: "https://github.com/pveber/ocaml-r/issues"
16depends: [
17 "alcotest" {with-test}
18 "base" {build & >= "v0.14" & < "v0.17"}
19 "conf-r" {build}
20 "conf-r-mathlib" {build}
21 "dune" {>= "2.5"}
22 "ocaml" {>= "4.08"}
23 "stdio" {>= "v0.14" & build}
24]
25build: [
26 ["dune" "subst"] {dev}
27 [
28 "dune"
29 "build"
30 "-p"
31 name
32 "-j"
33 jobs
34 "@install"
35 "@runtest" {with-test}
36 "@doc" {with-doc}
37 ]
38]
39dev-repo: "git+https://github.com/pveber/ocaml-r.git"
40url {
41 src:
42 "https://github.com/pveber/ocaml-r/releases/download/v0.5.0/ocaml-r-0.5.0.tbz"
43 checksum: [
44 "sha256=35fc05e7852e18309df75caaeb61d466d2eeaeee13bc31e509576da040b3606e"
45 "sha512=5b4ad4e76fe2239acc50edd8b6a3636434111af78d2279fa1f818c8127ebe72262d421d8488adfd15466d1893d9e5a05a5aa754bcbe68a32ecd8b0e4a4b2c19a"
46 ]
47}
48x-commit-hash: "d9c80f09f6f029398bff6164dfb541a6acdc8c49"