|
1 | 1 | name = "StaticArrayInterface" |
2 | 2 | uuid = "0d7ed370-da01-4f52-bd93-41d350b8b718" |
3 | | -version = "1.5.1" |
| 3 | +version = "1.5.2" |
4 | 4 |
|
5 | 5 | [deps] |
6 | 6 | ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" |
7 | 7 | Compat = "34da2185-b29b-5c13-b0c7-acf172513d20" |
8 | 8 | IfElse = "615f187c-cbe4-4ef1-ba3b-2fcf58d6d173" |
9 | 9 | LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" |
10 | | -Requires = "ae029012-a4dd-5104-9daa-d747884805df" |
11 | 10 | PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a" |
12 | | -SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" |
| 11 | +Requires = "ae029012-a4dd-5104-9daa-d747884805df" |
13 | 12 | Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3" |
14 | | -SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9" |
| 13 | + |
| 14 | +[weakdeps] |
| 15 | +OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881" |
| 16 | +StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" |
| 17 | + |
| 18 | +[extensions] |
| 19 | +StaticArrayInterfaceOffsetArraysExt = "OffsetArrays" |
| 20 | +StaticArrayInterfaceStaticArraysExt = "StaticArrays" |
15 | 21 |
|
16 | 22 | [compat] |
17 | 23 | ArrayInterface = "7" |
18 | 24 | Compat = "4" |
19 | 25 | IfElse = "0.1" |
20 | 26 | PrecompileTools = "1" |
21 | | -Static = "0.8, 1" |
22 | 27 | Requires = "1" |
| 28 | +Static = "0.8, 1" |
23 | 29 | julia = "1.6" |
24 | 30 |
|
25 | | -[extensions] |
26 | | -StaticArrayInterfaceOffsetArraysExt = "OffsetArrays" |
27 | | -StaticArrayInterfaceStaticArraysExt = "StaticArrays" |
28 | | - |
29 | 31 | [extras] |
30 | | -Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" |
31 | 32 | OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881" |
| 33 | +Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" |
32 | 34 | SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" |
33 | 35 | StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" |
34 | 36 | Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" |
35 | 37 |
|
36 | 38 | [targets] |
37 | 39 | test = ["SafeTestsets", "Pkg", "Test", "OffsetArrays", "StaticArrays"] |
38 | | - |
39 | | -[weakdeps] |
40 | | -OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881" |
41 | | -StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" |
0 commit comments