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 "base-threads" 18 "core" {>= "v0.9.1" & < "v0.13"} 19 "lacaml" {>= "11.0.0"} 20 "gsl" 21 "dune" {>= "1.1.0"} 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.4.0/gpr-1.4.0.tbz" 29 checksum: [ 30 "sha256=3d5601058dcb941e8c340bd306f532b228816b399f81dba3a13d997cdb187bed" 31 "md5=cfccc0b7f3ee1caf83e25fa0fb4b1a0a" 32 ] 33}