-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathProject.toml
More file actions
32 lines (26 loc) · 780 Bytes
/
Project.toml
File metadata and controls
32 lines (26 loc) · 780 Bytes
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 = "Quadmath"
uuid = "be4d8f0f-7fa4-5f49-b795-2f01399ab2dd"
version = "1.0.1"
[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
[weakdeps]
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
[extensions]
QuadmathSpecialFunctionsExt = ["SpecialFunctions"]
[compat]
Aqua = "0.6"
Compat = "4.4"
Printf = "<0.0.1, 1"
Random = "<0.0.1, 1"
SpecialFunctions = "2.0"
Test = "<0.0.1, 1"
julia = "1.6"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Test", "SpecialFunctions"]