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 ["jbuilder" "subst" "-p" name] {dev}
12 ["jbuilder" "build" "-p" name "-j" jobs]
13]
14
15depends: [
16 "ocaml" {>= "4.04"}
17 "base-threads"
18 "core" {>= "v0.9.1" & < "v0.13"}
19 "lacaml" {>= "9.3.2" & < "10.0.0"}
20 "gsl"
21 "jbuilder" {>= "1.0+beta10"}
22]
23synopsis: "GPR - Library and Application for Gaussian Process Regression"
24description: """
25Gaussian process regression is a modern Bayesian approach to machine learning,
26and GPR implements some of the latest advances in this field."""
27url {
28 src: "https://github.com/mmottl/gpr/releases/download/1.3.1/gpr-1.3.1.tbz"
29 checksum: [
30 "sha256=28678f583a08b6470bda5f4ddf907b6492e0b73e3f58aa561af35beff344accb"
31 "md5=c1e0ce19e20c8a9718f237e028e56d36"
32 ]
33}