comparison Manifest.toml @ 333:01b851161018 refactor/combine_to_one_package

Start converting to one package by moving all the files to their correct location
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 25 Sep 2020 13:06:02 +0200
parents 75c61d927153
children d93099b1882e
comparison
equal deleted inserted replaced
332:535f1bff4bcc 333:01b851161018
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
6 [[DiffOps]]
7 deps = ["Grids", "LazyTensors", "RegionIndices", "SbpOperators", "TiledIteration"]
8 path = "DiffOps"
9 uuid = "39474f48-97ec-11e9-01fc-6ddcbe5918df"
10 version = "0.1.0"
11
12 [[Distributed]]
13 deps = ["Random", "Serialization", "Sockets"]
14 uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
15
16 [[Grids]]
17 deps = ["RegionIndices"]
18 path = "Grids"
19 uuid = "960fdf28-97ed-11e9-2a74-bd90bf2fab5a"
20 version = "0.1.0"
21
22 [[InteractiveUtils]]
23 deps = ["Markdown"]
24 uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
25
26 [[LazyTensors]]
27 deps = ["RegionIndices"]
28 path = "LazyTensors"
29 uuid = "62fbed2c-918d-11e9-279b-eb3a325b37d3"
30 version = "0.1.0"
31
32 [[Logging]]
33 uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
34
35 [[Markdown]]
36 deps = ["Base64"]
37 uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
38
39 [[OffsetArrays]]
40 git-tree-sha1 = "87d0a91efe29352d5caaa271ae3927083c096e33"
41 uuid = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
42 version = "0.11.4"
43
44 [[Random]]
45 deps = ["Serialization"]
46 uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
47
48 [[RegionIndices]]
49 path = "RegionIndices"
50 uuid = "5d527584-97f1-11e9-084c-4540c7ecf219"
51 version = "0.1.0"
52
53 [[SbpOperators]]
54 deps = ["LazyTensors", "RegionIndices"]
55 path = "SbpOperators"
56 uuid = "204357d8-97fd-11e9-05e7-010897a14cd0"
57 version = "0.1.0"
58
59 [[Serialization]]
60 uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
61
62 [[Sockets]]
63 uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
64
65 [[Test]]
66 deps = ["Distributed", "InteractiveUtils", "Logging", "Random"]
67 uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
68
69 [[TiledIteration]]
70 deps = ["OffsetArrays", "Test"]
71 git-tree-sha1 = "58f6f07d3b54a363ec283a8f5fc9fb4ecebde656"
72 uuid = "06e1c1a7-607b-532d-9fad-de7d9aa2abac"
73 version = "0.2.3"