this repo has no description
1opam-version: "2.0"
2maintainer: [
3 "Markus Mottl <markus.mottl@gmail.com>"
4 "Christophe Troestler <Christophe.Troestler@umons.ac.be>"
5]
6authors: [
7 "Egbert Ammicht <eammicht@lucent.com>"
8 "Patrick Cousot <Patrick.Cousot@ens.fr>"
9 "Sam Ehrlichman <sehrlichman@janestreet.com>"
10 "Florent Hoareau <h.florent@gmail.com>"
11 "Markus Mottl <markus.mottl@gmail.com>"
12 "Liam Stewart <liam@cs.toronto.edu>"
13 "Christophe Troestler <Christophe.Troestler@umons.ac.be>"
14 "Oleg Trott <ot14@columbia.edu>"
15 "Martin Willensdorfer <ma.wi@gmx.at>"
16]
17license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
18homepage: "http://mmottl.github.io/lacaml"
19doc: "https://mmottl.github.io/lacaml/api"
20dev-repo: "git+https://github.com/mmottl/lacaml.git"
21bug-reports: "https://github.com/mmottl/lacaml/issues"
22tags: [ "clib:lapack" "clib:blas" ]
23
24build: [
25 ["jbuilder" "subst" "-p" name] {dev}
26 ["jbuilder" "build" "-p" name "-j" jobs]
27]
28
29depends: [
30 "ocaml" {>= "4.04"}
31 "conf-blas" {build}
32 "conf-lapack" {build}
33 "base" {build & < "v0.17"}
34 "stdio" {build}
35 "configurator" {build}
36 "jbuilder" {>= "1.0+beta13"}
37 "base-bytes"
38 "base-bigarray"
39]
40available: arch = "x86_32" | arch = "x86_64"
41synopsis: "Lacaml - OCaml-bindings to BLAS and LAPACK"
42description: """
43Lacaml interfaces the BLAS-library (Basic Linear Algebra Subroutines) and
44LAPACK-library (Linear Algebra routines). It also contains many additional
45convenience functions for vectors and matrices."""
46url {
47 src:
48 "https://github.com/mmottl/lacaml/releases/download/10.0.1/lacaml-10.0.1.tbz"
49 checksum: [
50 "sha256=e3c8cc2f7c9f6343aef383250faf131b4de840eba2061bc79a7dca3bcb161788"
51 "md5=c4833993a409bd4ea4391630b03f65ad"
52 ]
53}