this repo has no description

Merge pull request #23798 from mmottl/release-lacaml-11.0.10

[new release] lacaml (11.0.10)

Changed files
+63
packages
lacaml
lacaml.11.0.10
+63
packages/lacaml/lacaml.11.0.10/opam
···
+
opam-version: "2.0"
+
synopsis: "Lacaml - OCaml-bindings to BLAS and LAPACK"
+
description: """
+
Lacaml interfaces the BLAS-library (Basic Linear Algebra Subroutines) and
+
LAPACK-library (Linear Algebra routines). It also contains many additional
+
convenience functions for vectors and matrices."""
+
maintainer: [
+
"Markus Mottl <markus.mottl@gmail.com>"
+
"Christophe Troestler <Christophe.Troestler@umons.ac.be>"
+
]
+
authors: [
+
"Egbert Ammicht <eammicht@lucent.com>"
+
"Patrick Cousot <Patrick.Cousot@ens.fr>"
+
"Sam Ehrlichman <sehrlichman@janestreet.com>"
+
"Florent Hoareau <h.florent@gmail.com>"
+
"Markus Mottl <markus.mottl@gmail.com>"
+
"Liam Stewart <liam@cs.toronto.edu>"
+
"Christophe Troestler <Christophe.Troestler@umons.ac.be>"
+
"Oleg Trott <ot14@columbia.edu>"
+
"Martin Willensdorfer <ma.wi@gmx.at>"
+
]
+
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
+
tags: ["clib:lapack" "clib:blas"]
+
homepage: "https://mmottl.github.io/lacaml"
+
doc: "https://mmottl.github.io/lacaml/api"
+
bug-reports: "https://github.com/mmottl/lacaml/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"ocaml" {>= "4.08"}
+
"dune-configurator"
+
"conf-blas" {build}
+
"conf-lapack" {build}
+
"base-bytes"
+
"base-bigarray"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
conflicts: [
+
"ocaml-option-bytecode-only"
+
]
+
dev-repo: "git+https://github.com/mmottl/lacaml.git"
+
url {
+
src:
+
"https://github.com/mmottl/lacaml/releases/download/11.0.10/lacaml-11.0.10.tbz"
+
checksum: [
+
"sha256=560e87977d6ed5bbe1d217d653d7aaa08f29199b78621a4645fdee97787e4899"
+
"sha512=bda36434ca85590921761ce230fb5fcde2ee2dc5ffa0fe1e5fa26e1457fee98fbc905d008dc759e4182c9d3fffef5a28e27239074ba1f36b6e18edf997e45db2"
+
]
+
}
+
x-commit-hash: "8cfabf76de647c3e1004dd8c924be1bce5a132a3"