this repo has no description

[new release] gpr (1.5.2)

CHANGES:

- Removed obsolete `base-threads` dependency

Changed files
+43
packages
gpr
gpr.1.5.2
+43
packages/gpr/gpr.1.5.2/opam
···
+
opam-version: "2.0"
+
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."""
+
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"
+
bug-reports: "https://github.com/mmottl/gpr/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"ocaml" {>= "4.08"}
+
"core" {>= "v0.13"}
+
"core_unix" {>= "v0.13"}
+
"lacaml" {>= "11.0.0"}
+
"gsl" {>= "1.24.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/mmottl/gpr.git"
+
url {
+
src: "https://github.com/mmottl/gpr/releases/download/1.5.2/gpr-1.5.2.tbz"
+
checksum: [
+
"sha256=0886ef0e74d1980fc138ad0acbead229ae902f8ab244fd0717c7ff0cc698705b"
+
"sha512=d2fb5ba194f6ee9fcfb16a54f7f2f1018e09ea1d8ace359a1f2b92a102a78dfb019cd243a1c7caff51e3dc62453316624f7f2635c6a241508dcd3f48f0550e92"
+
]
+
}
+
x-commit-hash: "68705b80c3eae57b818cb7a392eddf8b46f9b389"