superlu-sys 0.1.1

The package provides bindings to SuperLU.
[package]
name = "superlu-sys"
version = "0.1.1"
authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>"]
license = "MIT"
repository = "https://github.com/stainless-steel/superlu-sys"
homepage = "https://github.com/stainless-steel/superlu-sys"
documentation = "https://stainless-steel.github.io/superlu-sys"
description = "The package provides bindings to SuperLU."
build = "build.rs"
links = "superlu"

[dependencies]
libc = "*"
blas-sys = "*"