[package] name = "cblas-sys" version = "0.1.4" license = "Apache-2.0/MIT" authors = ["Ivan Ukhov "] description = "The package provides bindings to CBLAS (C)." documentation = "https://docs.rs/cblas-sys" homepage = "https://github.com/blas-lapack-rs/cblas-sys" repository = "https://github.com/blas-lapack-rs/cblas-sys" readme = "README.md" categories = ["external-ffi-bindings", "science"] keywords = ["linear-algebra"] [dependencies] libc = "0.2"