this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] lacaml (11.1.1)

CHANGES:

- Removed obsolete `base-bytes` and `base-bigarray` dependencies

+58
+58
packages/lacaml/lacaml.11.1.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Lacaml - OCaml-bindings to BLAS and LAPACK" 3 + description: """ 4 + Lacaml interfaces the BLAS-library (Basic Linear Algebra Subroutines) and 5 + LAPACK-library (Linear Algebra routines). It also contains many additional 6 + convenience functions for vectors and matrices.""" 7 + maintainer: [ 8 + "Markus Mottl <markus.mottl@gmail.com>" 9 + "Christophe Troestler <Christophe.Troestler@umons.ac.be>" 10 + ] 11 + authors: [ 12 + "Egbert Ammicht <eammicht@lucent.com>" 13 + "Patrick Cousot <Patrick.Cousot@ens.fr>" 14 + "Sam Ehrlichman <sehrlichman@janestreet.com>" 15 + "Florent Hoareau <h.florent@gmail.com>" 16 + "Markus Mottl <markus.mottl@gmail.com>" 17 + "Liam Stewart <liam@cs.toronto.edu>" 18 + "Christophe Troestler <Christophe.Troestler@umons.ac.be>" 19 + "Oleg Trott <ot14@columbia.edu>" 20 + "Martin Willensdorfer <ma.wi@gmx.at>" 21 + ] 22 + license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 23 + tags: ["clib:lapack" "clib:blas"] 24 + homepage: "https://mmottl.github.io/lacaml" 25 + doc: "https://mmottl.github.io/lacaml/api" 26 + bug-reports: "https://github.com/mmottl/lacaml/issues" 27 + depends: [ 28 + "dune" {>= "2.7"} 29 + "ocaml" {>= "4.08"} 30 + "dune-configurator" 31 + "conf-blas" {build} 32 + "conf-lapack" {build} 33 + "odoc" {with-doc} 34 + ] 35 + build: [ 36 + ["dune" "subst"] {dev} 37 + [ 38 + "dune" 39 + "build" 40 + "-p" 41 + name 42 + "-j" 43 + jobs 44 + "@install" 45 + "@runtest" {with-test} 46 + "@doc" {with-doc} 47 + ] 48 + ] 49 + dev-repo: "git+https://github.com/mmottl/lacaml.git" 50 + url { 51 + src: 52 + "https://github.com/mmottl/lacaml/releases/download/11.1.1/lacaml-11.1.1.tbz" 53 + checksum: [ 54 + "sha256=344b3b03f95f03ef0013a935f443d6d367b5a6c78313b1e86c6481fd9c0b7287" 55 + "sha512=7d02861c256350e776296b2eb540edfac7f37cad414057283f9f7f9cef987593d371de3b45e37a5ed9f8adea69d872819ca43666327c53c1afab408e88bfac9b" 56 + ] 57 + } 58 + x-commit-hash: "9e9f115a1ec2d8f5671d53f5dec8e469843c1250"