opam-version: "2.0"
maintainer: "Markus Mottl <markus.mottl@gmail.com>"
authors: [ "Markus Mottl <markus.mottl@gmail.com>" ]
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]{pinned}
  ["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.0/gpr-1.3.0.tbz"
  checksum: "md5=2e0f581f098adcca18ede12fbddb7acf"
}
