[package] name = "lapack-sys" version = "0.14.0" license = "Apache-2.0/MIT" authors = [ "Andrew Straw ", "Corey Richardson ", "Ivan Ukhov ", "Toshiki Teramura ", ] description = "The package provides bindings to LAPACK (Fortran)." documentation = "https://docs.rs/lapack-sys" homepage = "https://github.com/blas-lapack-rs/lapack-sys" repository = "https://github.com/blas-lapack-rs/lapack-sys" readme = "README.md" categories = ["external-ffi-bindings", "science"] keywords = ["linear-algebra"] [dependencies] libc = "0.2"