File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ name = " NBodySimulator"
2+ uuid = " 0e6f8da7-a7fc-5c8b-a220-74e902c310f9"
3+
4+ [deps ]
5+ DiffEqBase = " 2b5f629d-d688-5b77-993f-72d75c75574e"
6+ DiffEqCallbacks = " 459566f4-90b8-5000-8ac3-15dfb0a30def"
7+ FileIO = " 5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
8+ LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
9+ OrdinaryDiffEq = " 1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
10+ Printf = " de0858da-6303-5e67-8744-51eddeeeb8d7"
11+ Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
12+ RecipesBase = " 3cdcf5f2-1ef4-517c-9805-6587b60abb01"
13+ RecursiveArrayTools = " 731186ca-8d62-57ce-b412-fbd966d074cd"
14+ Reexport = " 189a3867-3050-52da-a836-e630ba90ab69"
15+ StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
16+
17+ [compat ]
18+ DiffEqBase = " 6"
19+ OrdinaryDiffEq = " 5"
20+ julia = " 1"
21+
22+ [extras ]
23+ LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
24+ StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
25+ StochasticDiffEq = " 789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
26+ Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
27+
28+ [targets ]
29+ test = [" StaticArrays" , " StochasticDiffEq" , " LinearAlgebra" , " Test" ]
You can’t perform that action at this time.
0 commit comments