File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ description = "The package provides an interface to the Linear Algebra PACKage."
10
10
documentation = " https://docs.rs/lapack"
11
11
homepage = " https://github.com/stainless-steel/lapack"
12
12
repository = " https://github.com/stainless-steel/lapack"
13
+ readme = " README.md"
13
14
categories = [" api-bindings" , " science" ]
14
15
keywords = [" linear-algebra" ]
15
16
exclude = [" bin/*" ]
Original file line number Diff line number Diff line change @@ -73,14 +73,14 @@ Your contribution is highly appreciated. Do not hesitate to open an issue or a
73
73
pull request. Note that any contribution submitted for inclusion in the project
74
74
will be licensed according to the terms given in [ LICENSE.md] ( LICENSE.md ) .
75
75
76
+ [ accelerate ] : https://developer.apple.com/reference/accelerate
77
+ [ lapack ] : https://en.wikipedia.org/wiki/LAPACK
78
+ [ netlib ] : http://www.netlib.org/lapack
79
+ [ openblas ] : http://www.openblas.net
80
+
76
81
[ build-img ] : https://travis-ci.org/stainless-steel/lapack.svg?branch=master
77
82
[ build-url ] : https://travis-ci.org/stainless-steel/lapack
78
83
[ documentation-img ] : https://docs.rs/lapack/badge.svg
79
84
[ documentation-url ] : https://docs.rs/lapack
80
85
[ package-img ] : https://img.shields.io/crates/v/lapack.svg
81
86
[ package-url ] : https://crates.io/crates/lapack
82
-
83
- [ accelerate ] : https://developer.apple.com/reference/accelerate
84
- [ lapack ] : https://en.wikipedia.org/wiki/LAPACK
85
- [ netlib ] : http://www.netlib.org/lapack
86
- [ openblas ] : http://www.openblas.net
You can’t perform that action at this time.
0 commit comments