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" {>= "5.0.0"}
18 "cpm"
19 "parany" {>= "5.0.0" & < "11.0.0"}
20]
21synopsis: "OCaml wrapper for the R 'pls' package"
22description: """
23Some OCaml functions to drive the Partial Least Squares regressor
24from the R 'pls' package.
25This package really fires up and talks to an R interpreter.
26
27Bibliography:
28=============
29Wehrens, R., & Mevik, B. H. (2007).
30The pls package: principal component and partial least squares regression in R.
31https://www.jstatsoft.org/index.php/jss/article/view/v018i02/v18i02.pdf
32"""
33url {
34 src: "https://github.com/UnixJunkie/oplsr/archive/v5.0.1.tar.gz"
35 checksum: [
36 "sha256=70774bbe08902b12f8f011ba0a449432fa3b45791ae336c8576f7f5c574205df"
37 "md5=7e7789e5b7ba6088d088185e6b428112"
38 ]
39}