opam-version: "2.0" maintainer: "Markus Mottl " authors: [ "Markus Mottl " ] license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" homepage: "https://mmottl.github.io/gpr" doc: "https://mmottl.github.io/gpr/api" dev-repo: "git+https://github.com/mmottl/gpr.git" bug-reports: "https://github.com/mmottl/gpr/issues" build: [ ["jbuilder" "subst" "-p" name] {dev} ["jbuilder" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.04"} "base-threads" "core" {>= "v0.9.1" & < "v0.13"} "lacaml" {>= "9.3.2" & < "10.0.0"} "gsl" "jbuilder" {>= "1.0+beta10"} ] synopsis: "GPR - Library and Application for Gaussian Process Regression" description: """ Gaussian process regression is a modern Bayesian approach to machine learning, and GPR implements some of the latest advances in this field.""" url { src: "https://github.com/mmottl/gpr/releases/download/1.3.1/gpr-1.3.1.tbz" checksum: [ "sha256=28678f583a08b6470bda5f4ddf907b6492e0b73e3f58aa561af35beff344accb" "md5=c1e0ce19e20c8a9718f237e028e56d36" ] }