-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
29 lines (25 loc) · 830 Bytes
/
Project.toml
File metadata and controls
29 lines (25 loc) · 830 Bytes
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
name = "GeneratorsX"
uuid = "b9fe75cc-d44c-4b67-9646-1eca8ff4e0d0"
authors = ["Takafumi Arakaki <aka.tkf@gmail.com>"]
version = "0.1.0"
[deps]
AbstractYieldMacros = "71802903-5811-4e1f-b8e7-37bd234b68eb"
ContextualMacros = "18b01625-79e3-4c41-8668-c88bdfdd3c6f"
FGenerators = "4fd0377b-cfdc-4941-97f4-8d7ddbb8981e"
IRTools = "7869d1d1-7146-5819-86e3-90919afe41df"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999"
[compat]
AbstractYieldMacros = "0.1"
ContextualMacros = "0.1"
FGenerators = "0.1.3"
IRTools = "0.3, 0.4"
MacroTools = "0.5"
Transducers = "0.4"
julia = "1"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Documenter", "Test"]