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