this repo has no description
1opam-version: "2.0"
2maintainer: "unixjunkie@sdf.org"
3authors: ["Francois Berenger"]
4homepage: "https://github.com/UnixJunkie/oplsr"
5bug-reports: "https://github.com/UnixJunkie/oplsr/issues"
6dev-repo: "git+https://github.com/UnixJunkie/oplsr.git"
7license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
8build: [
9 ["dune" "build" "-p" name "-j" jobs]
10]
11depends: [
12 "ocaml"
13 "conf-r"
14 "dune" {>= "1.0.0"}
15 "dolog" {>= "4.0.0" & < "5.0.0"}
16 "batteries"
17 "minicli" {with-test & >= "5.0.0"}
18 "cpm" {with-test}
19]
20synopsis: "OCaml wrapper for the R 'pls' package"
21description: """
22Some OCaml functions to drive the Partial Least Squares regressor
23from the R 'pls' package.
24This package really fires up and talks to an R interpreter.
25
26Bibliography:
27=============
28Wehrens, R., & Mevik, B. H. (2007).
29The pls package: principal component and partial least squares regression in R.
30https://www.jstatsoft.org/index.php/jss/article/view/v018i02/v18i02.pdf
31"""
32url {
33 src: "https://github.com/UnixJunkie/oplsr/archive/v2.0.0.tar.gz"
34 checksum: [
35 "sha256=f01ee68a16b6cd80b55ed957d0834ffc4c5af07436828a68f75db1fe2e04ac14"
36 "md5=d9bbb444bbc4fa78b42987bed43bdb4d"
37 ]
38}