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.05"} 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/11.0.1/lacaml-11.0.1.tbz" 49 checksum: [ 50 "sha256=9c29fd5d86444f970c0f5f8635a3b226f83d1f35f938c6e79d655f3d28f31e7f" 51 "md5=7a1b5c4d4340a9f6fdee720dacef1a5f" 52 ] 53}