|
1 |
| -desc = "extended precision floating point types using value pairs" |
2 |
| -keywords = ["floating-point", "doubledouble", "extended-precision", "accuracy", "precision"] |
3 | 1 | name = "DoubleFloats"
|
4 | 2 | uuid = "497a8b3b-efae-58df-a0af-a86822472b78"
|
5 |
| -repo = "https://github.com/JuliaMath/DoubleFloats.jl.git" |
| 3 | +keywords = ["floating-point", "doubledouble", "extended-precision", "accuracy", "precision"] |
6 | 4 | license = "MIT"
|
| 5 | +desc = "extended precision floating point types using value pairs" |
| 6 | +repo = "https://github.com/JuliaMath/DoubleFloats.jl.git" |
7 | 7 | version = "1.1.2"
|
8 | 8 |
|
9 | 9 | [deps]
|
10 |
| -Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" |
11 |
| -LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" |
12 |
| -Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" |
13 | 10 | GenericSVD = "01680d73-4ee2-5a08-a1aa-533608c188bb"
|
14 | 11 | GenericSchur = "c145ed77-6b09-5dd9-b285-bf645a82121e"
|
| 12 | +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" |
15 | 13 | Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
|
| 14 | +Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" |
16 | 15 | Quadmath = "be4d8f0f-7fa4-5f49-b795-2f01399ab2dd"
|
17 |
| -SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" |
| 16 | +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" |
18 | 17 | Requires = "ae029012-a4dd-5104-9daa-d747884805df"
|
19 |
| - |
20 |
| -[extras] |
21 | 18 | SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
|
22 |
| -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" |
23 |
| - |
24 |
| -[targets] |
25 |
| -test = ["Test", "SpecialFunctions"] |
26 | 19 |
|
27 | 20 | [compat]
|
28 | 21 | GenericSVD = "0"
|
29 | 22 | GenericSchur = "0"
|
30 | 23 | Polynomials = "0"
|
31 |
| -SpecialFunctions = "0" |
32 | 24 | Quadmath = "0"
|
33 |
| -Requires = "0" |
| 25 | +Requires = "0, 1.0" |
| 26 | +SpecialFunctions = "0" |
34 | 27 | julia = "1"
|
| 28 | + |
| 29 | +[extras] |
| 30 | +SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" |
| 31 | +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" |
| 32 | + |
| 33 | +[targets] |
| 34 | +test = ["Test", "SpecialFunctions"] |
0 commit comments