Introduction
Introduction Statistics Contact Development Disclaimer Help
tManifest.toml - Granular.jl - Julia package for granular dynamics simulation
git clone git://src.adamsgaard.dk/Granular.jl
Log
Files
Refs
README
LICENSE
---
tManifest.toml (9746B)
---
1 # This file is machine-generated - editing it directly is not advised
2
3 [[ArgTools]]
4 uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
5 version = "1.1.1"
6
7 [[Artifacts]]
8 uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
9
10 [[Base64]]
11 uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
12
13 [[CodecZlib]]
14 deps = ["TranscodingStreams", "Zlib_jll"]
15 git-tree-sha1 = "59939d8a997469ee05c4b4944560a820f9ba0d73"
16 uuid = "944b1d66-785c-5afd-91f1-9de20f533193"
17 version = "0.7.4"
18
19 [[ColorTypes]]
20 deps = ["FixedPointNumbers", "Random"]
21 git-tree-sha1 = "b10d0b65641d57b8b4d5e234446582de5047050d"
22 uuid = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
23 version = "0.11.5"
24
25 [[Colors]]
26 deps = ["ColorTypes", "FixedPointNumbers", "Reexport"]
27 git-tree-sha1 = "fc08e5930ee9a4e03f84bfb5211cb54e7769758a"
28 uuid = "5ae59095-9a9b-59fe-a467-6f913c188581"
29 version = "0.12.10"
30
31 [[CompilerSupportLibraries_jll]]
32 deps = ["Artifacts", "Libdl"]
33 uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
34 version = "1.1.1+0"
35
36 [[Conda]]
37 deps = ["Downloads", "JSON", "VersionParsing"]
38 git-tree-sha1 = "51cab8e982c5b598eea9c8ceaced4b58d9dd37c9"
39 uuid = "8f4d0f93-b110-5947-807f-2305c1781a2d"
40 version = "1.10.0"
41
42 [[Dates]]
43 deps = ["Printf"]
44 uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
45
46 [[DelimitedFiles]]
47 deps = ["Mmap"]
48 git-tree-sha1 = "9e2f36d3c96a820c678f2f1f1782582fcf685bae"
49 uuid = "8bb1440f-4735-579b-a4ab-409b98df4dab"
50 version = "1.9.1"
51
52 [[Downloads]]
53 deps = ["ArgTools", "FileWatching", "LibCURL", "NetworkOptions"]
54 uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
55 version = "1.6.0"
56
57 [[FileIO]]
58 deps = ["Pkg", "Requires", "UUIDs"]
59 git-tree-sha1 = "82d8afa92ecf4b52d78d869f038ebfb881267322"
60 uuid = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
61 version = "1.16.3"
62
63 [[FileWatching]]
64 uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
65
66 [[FillArrays]]
67 deps = ["LinearAlgebra"]
68 git-tree-sha1 = "0653c0a2396a6da5bc4766c43041ef5fd3efbe57"
69 uuid = "1a297f60-69ca-5386-bcde-b61e274b549b"
70 version = "1.11.0"
71
72 [FillArrays.extensions]
73 FillArraysPDMatsExt = "PDMats"
74 FillArraysSparseArraysExt = "SparseArrays"
75 FillArraysStatisticsExt = "Statistics"
76
77 [FillArrays.weakdeps]
78 PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
79 SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
80 Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
81
82 [[FixedPointNumbers]]
83 deps = ["Statistics"]
84 git-tree-sha1 = "335bfdceacc84c5cdf16aadc768aa5ddfc5383cc"
85 uuid = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
86 version = "0.8.4"
87
88 [[InteractiveUtils]]
89 deps = ["Markdown"]
90 uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
91
92 [[JLD2]]
93 deps = ["FileIO", "MacroTools", "Mmap", "OrderedCollections", "Pkg", "Pr…
94 git-tree-sha1 = "5ea6acdd53a51d897672edb694e3cc2912f3f8a7"
95 uuid = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
96 version = "0.4.46"
97
98 [[JLLWrappers]]
99 deps = ["Artifacts", "Preferences"]
100 git-tree-sha1 = "7e5d6779a1e09a36db2a7b6cff50942a0a7d0fca"
101 uuid = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
102 version = "1.5.0"
103
104 [[JSON]]
105 deps = ["Dates", "Mmap", "Parsers", "Unicode"]
106 git-tree-sha1 = "31e996f0a15c7b280ba9f76636b3ff9e2ae58c9a"
107 uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
108 version = "0.21.4"
109
110 [[LaTeXStrings]]
111 git-tree-sha1 = "50901ebc375ed41dbf8058da26f9de442febbbec"
112 uuid = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
113 version = "1.3.1"
114
115 [[LibCURL]]
116 deps = ["LibCURL_jll", "MozillaCACerts_jll"]
117 uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21"
118 version = "0.6.4"
119
120 [[LibCURL_jll]]
121 deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", …
122 uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
123 version = "8.4.0+0"
124
125 [[LibGit2]]
126 deps = ["Base64", "LibGit2_jll", "NetworkOptions", "Printf", "SHA"]
127 uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
128
129 [[LibGit2_jll]]
130 deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll"]
131 uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5"
132 version = "1.6.4+0"
133
134 [[LibSSH2_jll]]
135 deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
136 uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
137 version = "1.11.0+1"
138
139 [[Libdl]]
140 uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
141
142 [[Libiconv_jll]]
143 deps = ["Artifacts", "JLLWrappers", "Libdl"]
144 git-tree-sha1 = "f9557a255370125b405568f9767d6d195822a175"
145 uuid = "94ce4f54-9a6c-5748-9c1c-f9c7231a4531"
146 version = "1.17.0+0"
147
148 [[LightXML]]
149 deps = ["Libdl", "XML2_jll"]
150 git-tree-sha1 = "3a994404d3f6709610701c7dabfc03fed87a81f8"
151 uuid = "9c8b4983-aa76-5018-a973-4c85ecc9e179"
152 version = "0.9.1"
153
154 [[LinearAlgebra]]
155 deps = ["Libdl", "OpenBLAS_jll", "libblastrampoline_jll"]
156 uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
157
158 [[Logging]]
159 uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
160
161 [[MacroTools]]
162 deps = ["Markdown", "Random"]
163 git-tree-sha1 = "2fa9ee3e63fd3a4f7a9a4f4744a52f4856de82df"
164 uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
165 version = "0.5.13"
166
167 [[Markdown]]
168 deps = ["Base64"]
169 uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
170
171 [[MbedTLS_jll]]
172 deps = ["Artifacts", "Libdl"]
173 uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
174 version = "2.28.2+1"
175
176 [[Mmap]]
177 uuid = "a63ad114-7e13-5084-954f-fe012c677804"
178
179 [[MozillaCACerts_jll]]
180 uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
181 version = "2023.1.10"
182
183 [[NetworkOptions]]
184 uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
185 version = "1.2.0"
186
187 [[OpenBLAS_jll]]
188 deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
189 uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
190 version = "0.3.23+4"
191
192 [[OrderedCollections]]
193 git-tree-sha1 = "dfdf5519f235516220579f949664f1bf44e741c5"
194 uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
195 version = "1.6.3"
196
197 [[Parsers]]
198 deps = ["Dates", "PrecompileTools", "UUIDs"]
199 git-tree-sha1 = "8489905bcdbcfac64d1daa51ca07c0d8f0283821"
200 uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
201 version = "2.8.1"
202
203 [[Pkg]]
204 deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "L…
205 uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
206 version = "1.10.0"
207
208 [[PrecompileTools]]
209 deps = ["Preferences"]
210 git-tree-sha1 = "5aa36f7049a63a1528fe8f7c3f2113413ffd4e1f"
211 uuid = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
212 version = "1.2.1"
213
214 [[Preferences]]
215 deps = ["TOML"]
216 git-tree-sha1 = "9306f6085165d270f7e3db02af26a400d580f5c6"
217 uuid = "21216c6a-2e73-6563-6e65-726566657250"
218 version = "1.4.3"
219
220 [[Printf]]
221 deps = ["Unicode"]
222 uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
223
224 [[PyCall]]
225 deps = ["Conda", "Dates", "Libdl", "LinearAlgebra", "MacroTools", "Seria…
226 git-tree-sha1 = "9816a3826b0ebf49ab4926e2b18842ad8b5c8f04"
227 uuid = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
228 version = "1.96.4"
229
230 [[PyPlot]]
231 deps = ["Colors", "LaTeXStrings", "PyCall", "Sockets", "Test", "VersionP…
232 git-tree-sha1 = "9220a9dae0369f431168d60adab635f88aca7857"
233 uuid = "d330b81b-6aea-500a-939a-2ce795aea3ee"
234 version = "2.11.2"
235
236 [[REPL]]
237 deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
238 uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
239
240 [[Random]]
241 deps = ["SHA"]
242 uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
243
244 [[Reexport]]
245 git-tree-sha1 = "45e428421666073eab6f2da5c9d310d99bb12f9b"
246 uuid = "189a3867-3050-52da-a836-e630ba90ab69"
247 version = "1.2.2"
248
249 [[Requires]]
250 deps = ["UUIDs"]
251 git-tree-sha1 = "838a3a4188e2ded87a4f9f184b4b0d78a1e91cb7"
252 uuid = "ae029012-a4dd-5104-9daa-d747884805df"
253 version = "1.3.0"
254
255 [[SHA]]
256 uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
257 version = "0.7.0"
258
259 [[Serialization]]
260 uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
261
262 [[Sockets]]
263 uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
264
265 [[SparseArrays]]
266 deps = ["Libdl", "LinearAlgebra", "Random", "Serialization", "SuiteSpars…
267 uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
268 version = "1.10.0"
269
270 [[Statistics]]
271 deps = ["LinearAlgebra", "SparseArrays"]
272 uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
273 version = "1.10.0"
274
275 [[SuiteSparse_jll]]
276 deps = ["Artifacts", "Libdl", "libblastrampoline_jll"]
277 uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c"
278 version = "7.2.1+1"
279
280 [[TOML]]
281 deps = ["Dates"]
282 uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
283 version = "1.0.3"
284
285 [[Tar]]
286 deps = ["ArgTools", "SHA"]
287 uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
288 version = "1.10.0"
289
290 [[Test]]
291 deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
292 uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
293
294 [[TranscodingStreams]]
295 git-tree-sha1 = "71509f04d045ec714c4748c785a59045c3736349"
296 uuid = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
297 version = "0.10.7"
298 weakdeps = ["Random", "Test"]
299
300 [TranscodingStreams.extensions]
301 TestExt = ["Test", "Random"]
302
303 [[UUIDs]]
304 deps = ["Random", "SHA"]
305 uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
306
307 [[Unicode]]
308 uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
309
310 [[VTKBase]]
311 git-tree-sha1 = "c2d0db3ef09f1942d08ea455a9e252594be5f3b6"
312 uuid = "4004b06d-e244-455f-a6ce-a5f9919cc534"
313 version = "1.0.1"
314
315 [[VersionParsing]]
316 git-tree-sha1 = "58d6e80b4ee071f5efd07fda82cb9fbe17200868"
317 uuid = "81def892-9a0e-5fdd-b105-ffc91e053289"
318 version = "1.3.0"
319
320 [[WriteVTK]]
321 deps = ["Base64", "CodecZlib", "FillArrays", "LightXML", "TranscodingStr…
322 git-tree-sha1 = "48b9e8e9c83865e99e57f027d4edfa94e0acddae"
323 uuid = "64499a7a-5c06-52f2-abe2-ccb03c286192"
324 version = "1.19.1"
325
326 [[XML2_jll]]
327 deps = ["Artifacts", "JLLWrappers", "Libdl", "Libiconv_jll", "Zlib_jll"]
328 git-tree-sha1 = "532e22cf7be8462035d092ff21fada7527e2c488"
329 uuid = "02c8fc9c-b97f-50b9-bbe4-9be30ff0a78a"
330 version = "2.12.6+0"
331
332 [[Zlib_jll]]
333 deps = ["Libdl"]
334 uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
335 version = "1.2.13+1"
336
337 [[libblastrampoline_jll]]
338 deps = ["Artifacts", "Libdl"]
339 uuid = "8e850b90-86db-534c-a0d3-1478176c7d93"
340 version = "5.8.0+1"
341
342 [[nghttp2_jll]]
343 deps = ["Artifacts", "Libdl"]
344 uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
345 version = "1.52.0+1"
346
347 [[p7zip_jll]]
348 deps = ["Artifacts", "Libdl"]
349 uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0"
350 version = "17.4.0+2"
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.