Skip to content

Commit 3aabc99

Browse files
Removed submodules
1 parent f47789b commit 3aabc99

File tree

5 files changed

+285
-38095
lines changed

5 files changed

+285
-38095
lines changed

prototype/Manifest.toml

Lines changed: 202 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,202 @@
1+
# This file is machine-generated - editing it directly is not advised
2+
3+
julia_version = "1.11.3"
4+
manifest_format = "2.0"
5+
project_hash = "8c26830979c0991cb8b26757ae3f563605490360"
6+
7+
[[deps.ArgTools]]
8+
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
9+
version = "1.1.2"
10+
11+
[[deps.Artifacts]]
12+
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
13+
version = "1.11.0"
14+
15+
[[deps.Base64]]
16+
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
17+
version = "1.11.0"
18+
19+
[[deps.Dates]]
20+
deps = ["Printf"]
21+
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
22+
version = "1.11.0"
23+
24+
[[deps.Downloads]]
25+
deps = ["ArgTools", "FileWatching", "LibCURL", "NetworkOptions"]
26+
uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
27+
version = "1.6.0"
28+
29+
[[deps.FileIO]]
30+
deps = ["Pkg", "Requires", "UUIDs"]
31+
git-tree-sha1 = "b66970a70db13f45b7e57fbda1736e1cf72174ea"
32+
uuid = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
33+
version = "1.17.0"
34+
35+
[deps.FileIO.extensions]
36+
HTTPExt = "HTTP"
37+
38+
[deps.FileIO.weakdeps]
39+
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
40+
41+
[[deps.FileWatching]]
42+
uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
43+
version = "1.11.0"
44+
45+
[[deps.JLD2]]
46+
deps = ["FileIO", "MacroTools", "Mmap", "OrderedCollections", "PrecompileTools", "TranscodingStreams"]
47+
git-tree-sha1 = "8e071648610caa2d3a5351aba03a936a0c37ec61"
48+
uuid = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
49+
version = "0.5.13"
50+
51+
[deps.JLD2.extensions]
52+
UnPackExt = "UnPack"
53+
54+
[deps.JLD2.weakdeps]
55+
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
56+
57+
[[deps.LibCURL]]
58+
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
59+
uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21"
60+
version = "0.6.4"
61+
62+
[[deps.LibCURL_jll]]
63+
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"]
64+
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
65+
version = "8.6.0+0"
66+
67+
[[deps.LibGit2]]
68+
deps = ["Base64", "LibGit2_jll", "NetworkOptions", "Printf", "SHA"]
69+
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
70+
version = "1.11.0"
71+
72+
[[deps.LibGit2_jll]]
73+
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll"]
74+
uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5"
75+
version = "1.7.2+0"
76+
77+
[[deps.LibSSH2_jll]]
78+
deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
79+
uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
80+
version = "1.11.0+1"
81+
82+
[[deps.Libdl]]
83+
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
84+
version = "1.11.0"
85+
86+
[[deps.Logging]]
87+
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
88+
version = "1.11.0"
89+
90+
[[deps.MacroTools]]
91+
git-tree-sha1 = "1e0228a030642014fe5cfe68c2c0a818f9e3f522"
92+
uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
93+
version = "0.5.16"
94+
95+
[[deps.Markdown]]
96+
deps = ["Base64"]
97+
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
98+
version = "1.11.0"
99+
100+
[[deps.MbedTLS_jll]]
101+
deps = ["Artifacts", "Libdl"]
102+
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
103+
version = "2.28.6+0"
104+
105+
[[deps.Mmap]]
106+
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
107+
version = "1.11.0"
108+
109+
[[deps.MozillaCACerts_jll]]
110+
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
111+
version = "2023.12.12"
112+
113+
[[deps.NetworkOptions]]
114+
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
115+
version = "1.2.0"
116+
117+
[[deps.OrderedCollections]]
118+
git-tree-sha1 = "cc4054e898b852042d7b503313f7ad03de99c3dd"
119+
uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
120+
version = "1.8.0"
121+
122+
[[deps.Pkg]]
123+
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "Random", "SHA", "TOML", "Tar", "UUIDs", "p7zip_jll"]
124+
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
125+
version = "1.11.0"
126+
127+
[deps.Pkg.extensions]
128+
REPLExt = "REPL"
129+
130+
[deps.Pkg.weakdeps]
131+
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
132+
133+
[[deps.PrecompileTools]]
134+
deps = ["Preferences"]
135+
git-tree-sha1 = "5aa36f7049a63a1528fe8f7c3f2113413ffd4e1f"
136+
uuid = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
137+
version = "1.2.1"
138+
139+
[[deps.Preferences]]
140+
deps = ["TOML"]
141+
git-tree-sha1 = "9306f6085165d270f7e3db02af26a400d580f5c6"
142+
uuid = "21216c6a-2e73-6563-6e65-726566657250"
143+
version = "1.4.3"
144+
145+
[[deps.Printf]]
146+
deps = ["Unicode"]
147+
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
148+
version = "1.11.0"
149+
150+
[[deps.Random]]
151+
deps = ["SHA"]
152+
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
153+
version = "1.11.0"
154+
155+
[[deps.Requires]]
156+
deps = ["UUIDs"]
157+
git-tree-sha1 = "62389eeff14780bfe55195b7204c0d8738436d64"
158+
uuid = "ae029012-a4dd-5104-9daa-d747884805df"
159+
version = "1.3.1"
160+
161+
[[deps.SHA]]
162+
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
163+
version = "0.7.0"
164+
165+
[[deps.TOML]]
166+
deps = ["Dates"]
167+
uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
168+
version = "1.0.3"
169+
170+
[[deps.Tar]]
171+
deps = ["ArgTools", "SHA"]
172+
uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
173+
version = "1.10.0"
174+
175+
[[deps.TranscodingStreams]]
176+
git-tree-sha1 = "0c45878dcfdcfa8480052b6ab162cdd138781742"
177+
uuid = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
178+
version = "0.11.3"
179+
180+
[[deps.UUIDs]]
181+
deps = ["Random", "SHA"]
182+
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
183+
version = "1.11.0"
184+
185+
[[deps.Unicode]]
186+
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
187+
version = "1.11.0"
188+
189+
[[deps.Zlib_jll]]
190+
deps = ["Libdl"]
191+
uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
192+
version = "1.2.13+1"
193+
194+
[[deps.nghttp2_jll]]
195+
deps = ["Artifacts", "Libdl"]
196+
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
197+
version = "1.59.0+0"
198+
199+
[[deps.p7zip_jll]]
200+
deps = ["Artifacts", "Libdl"]
201+
uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0"
202+
version = "17.4.0+2"

prototype/Project.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
[deps]
2+
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
3+
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
4+
15
[extras]
26
PromptingTools = "670122d1-24a8-4d70-bfce-740807c42192"

0 commit comments

Comments
 (0)