this repo has no description
1opam-version: "2.0"
2maintainer: "Markus Mottl <markus.mottl@gmail.com>"
3authors: [ "Markus Mottl <markus.mottl@gmail.com>" ]
4license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
5homepage: "https://mmottl.github.io/gpr"
6doc: "https://mmottl.github.io/gpr/api"
7dev-repo: "git+https://github.com/mmottl/gpr.git"
8bug-reports: "https://github.com/mmottl/gpr/issues"
9
10build: [
11 ["dune" "subst"] {dev}
12 ["dune" "build" "-p" name "-j" jobs]
13]
14
15depends: [
16 "ocaml" {>= "4.04"}
17 "dune" {>= "1.4.0"}
18 "base-threads"
19 "core" {>= "v0.9.1" & < "v0.13"}
20 "lacaml" {>= "11.0.0"}
21 "gsl" {>= "1.24.0"}
22]
23
24synopsis: "GPR - Library and Application for Gaussian Process Regression"
25
26description: """
27Gaussian process regression is a modern Bayesian approach to machine learning,
28and GPR implements some of the latest advances in this field."""
29url {
30 src: "https://github.com/mmottl/gpr/releases/download/1.4.1/gpr-1.4.1.tbz"
31 checksum: [
32 "sha256=cd25bb74a22fa5c49165c8bacdc9c1eab1d201137ed797a24847c9ff85894564"
33 "md5=76ebf11f6f68f3717b5a6f19fce76212"
34 ]
35}