-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathProject.toml
More file actions
57 lines (50 loc) · 1.81 KB
/
Project.toml
File metadata and controls
57 lines (50 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
name = "Cthulhu"
uuid = "f68482b8-f384-11e8-15f7-abe071a5a75f"
version = "3.0.2"
authors = ["Valentin Churavy <v.churavy@gmail.com> and contributors"]
[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
CodeTracking = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"
FoldingTrees = "1eca21be-9b9b-4ed8-839a-6d8ae26b1781"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
JuliaSyntax = "70703baa-626e-46a2-a12c-08ffd08c73b4"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
TypedSyntax = "d265eb64-f81a-44ad-a842-4247ee1503de"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
WidthLimitedIO = "b8c1c048-cf81-46c6-9da0-18c1d99e41f2"
[weakdeps]
Compiler = "807dbc54-b67e-4c79-8afb-eafe4df6f2e1"
[sources]
TypedSyntax = {path = "TypedSyntax"}
[extensions]
CthulhuCompilerExt = "Compiler"
[compat]
Accessors = "0.1.42"
CodeTracking = "0.5, 1, 2, 3"
Compiler = "0.1"
FoldingTrees = "1"
InteractiveUtils = "1.9"
JuliaSyntax = "1"
PrecompileTools = "1"
Preferences = "1"
REPL = "1.9"
TypedSyntax = "1.3.0"
UUIDs = "1.9"
Unicode = "1.9"
WidthLimitedIO = "1"
julia = "1.12"
[extras]
CthulhuCompilerExt = "a0401a94-d28a-5d0d-bd4d-a83640b62d95"
DeepDiffs = "ab62b9b5-e342-54a8-a765-a90f495de1a6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
PerformanceTestTools = "dc46b164-d16f-48ec-a853-60448fc869fe"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Compiler", "DeepDiffs", "LinearAlgebra", "Logging", "PerformanceTestTools", "Random", "Revise", "StaticArrays"]