Skip to content

Commit

Permalink
Merge pull request ocaml#27057 from mmottl/release-lacaml-11.1.1
Browse files Browse the repository at this point in the history
[new release] lacaml (11.1.1)
  • Loading branch information
mseri authored Dec 11, 2024
2 parents 8f132fe + d76a463 commit 1b832c5
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions packages/lacaml/lacaml.11.1.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
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 <[email protected]>"
"Christophe Troestler <[email protected]>"
]
authors: [
"Egbert Ammicht <[email protected]>"
"Patrick Cousot <[email protected]>"
"Sam Ehrlichman <[email protected]>"
"Florent Hoareau <[email protected]>"
"Markus Mottl <[email protected]>"
"Liam Stewart <[email protected]>"
"Christophe Troestler <[email protected]>"
"Oleg Trott <[email protected]>"
"Martin Willensdorfer <[email protected]>"
]
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}
"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/lacaml.git"
url {
src:
"https://github.com/mmottl/lacaml/releases/download/11.1.1/lacaml-11.1.1.tbz"
checksum: [
"sha256=344b3b03f95f03ef0013a935f443d6d367b5a6c78313b1e86c6481fd9c0b7287"
"sha512=7d02861c256350e776296b2eb540edfac7f37cad414057283f9f7f9cef987593d371de3b45e37a5ed9f8adea69d872819ca43666327c53c1afab408e88bfac9b"
]
}
x-commit-hash: "9e9f115a1ec2d8f5671d53f5dec8e469843c1250"

0 comments on commit 1b832c5

Please sign in to comment.