-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
32 lines (28 loc) · 1.06 KB
/
Project.toml
File metadata and controls
32 lines (28 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name = "CompressedSparseBlocks"
uuid = "c9633620-f88e-4e67-b3af-074911471b78"
authors = ["Dimitris Floros <fcdimitr@ece.auth.gr>", "Nikos Pitsianis <pitsiani@ece.auth.gr>", "Xiaobai Sun <xiaobai@cs.duke.edu>"]
version = "0.1.1"
[deps]
CSB_jll = "a883dece-cb75-578c-a4af-c9463aa1e20e"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[compat]
CSB_jll = "1"
DocStringExtensions = "0.8, 0.9"
Documenter = "1.2"
julia = "1"
Libdl = "1"
LinearAlgebra = "1"
SparseArrays = "1"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Documenter", "JET", "JuliaFormatter", "Pkg", "Test", "Random"]