comparison Manifest.toml @ 219:69a6049e14d9 package_refactor

Create package SbpOperators
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 26 Jun 2019 13:12:38 +0200
parents 08b07c6eeec7
children 235f0a771c8f
comparison
equal deleted inserted replaced
218:03375aa30edd 219:69a6049e14d9
1 # This file is machine-generated - editing it directly is not advised 1 # This file is machine-generated - editing it directly is not advised
2 2
3 [[Base64]]
4 uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
5
3 [[DiffOps]] 6 [[DiffOps]]
7 deps = ["RegionIndices", "TiledIteration"]
4 path = "DiffOps" 8 path = "DiffOps"
5 uuid = "39474f48-97ec-11e9-01fc-6ddcbe5918df" 9 uuid = "39474f48-97ec-11e9-01fc-6ddcbe5918df"
6 version = "0.1.0" 10 version = "0.1.0"
7 11
12 [[Distributed]]
13 deps = ["Random", "Serialization", "Sockets"]
14 uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
15
8 [[Grids]] 16 [[Grids]]
17 deps = ["RegionIndices"]
9 path = "Grids" 18 path = "Grids"
10 uuid = "960fdf28-97ed-11e9-2a74-bd90bf2fab5a" 19 uuid = "960fdf28-97ed-11e9-2a74-bd90bf2fab5a"
11 version = "0.1.0" 20 version = "0.1.0"
21
22 [[InteractiveUtils]]
23 deps = ["Markdown"]
24 uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
12 25
13 [[LazyTensors]] 26 [[LazyTensors]]
14 path = "LazyTensors" 27 path = "LazyTensors"
15 uuid = "62fbed2c-918d-11e9-279b-eb3a325b37d3" 28 uuid = "62fbed2c-918d-11e9-279b-eb3a325b37d3"
16 version = "0.1.0" 29 version = "0.1.0"
17 30
31 [[Logging]]
32 uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
33
34 [[Markdown]]
35 deps = ["Base64"]
36 uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
37
38 [[OffsetArrays]]
39 git-tree-sha1 = "1af2f79c7eaac3e019a0de41ef63335ff26a0a57"
40 uuid = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
41 version = "0.11.1"
42
43 [[Random]]
44 deps = ["Serialization"]
45 uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
46
18 [[RegionIndices]] 47 [[RegionIndices]]
19 path = "RegionIndices" 48 path = "RegionIndices"
20 uuid = "5d527584-97f1-11e9-084c-4540c7ecf219" 49 uuid = "5d527584-97f1-11e9-084c-4540c7ecf219"
21 version = "0.1.0" 50 version = "0.1.0"
51
52 [[SbpOperators]]
53 path = "SbpOperators"
54 uuid = "204357d8-97fd-11e9-05e7-010897a14cd0"
55 version = "0.1.0"
56
57 [[Serialization]]
58 uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
59
60 [[Sockets]]
61 uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
62
63 [[Test]]
64 deps = ["Distributed", "InteractiveUtils", "Logging", "Random"]
65 uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
66
67 [[TiledIteration]]
68 deps = ["OffsetArrays", "Test"]
69 git-tree-sha1 = "58f6f07d3b54a363ec283a8f5fc9fb4ecebde656"
70 uuid = "06e1c1a7-607b-532d-9fad-de7d9aa2abac"
71 version = "0.2.3"