-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathProject.toml
More file actions
32 lines (27 loc) · 809 Bytes
/
Project.toml
File metadata and controls
32 lines (27 loc) · 809 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
30
31
32
name = "LLVM"
uuid = "929cbde3-209d-540e-8aea-75f648917ca0"
version = "9.7.1"
[workspace]
projects = ["test", "docs", "examples", "deps", "res"]
[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
LLVMExtra_jll = "dad2f222-ce93-54a1-a47d-0025e8a3acab"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
[weakdeps]
BFloat16s = "ab4f0b2a-ad5b-11e8-123f-65d77653426b"
[extensions]
BFloat16sExt = "BFloat16s"
[compat]
BFloat16s = "0.4, 0.5, 0.6"
CEnum = "0.2, 0.3, 0.4, 0.5"
LLVMExtra_jll = "=0.0.42"
Libdl = "1.8"
PrecompileTools = "1"
Preferences = "1.4"
Printf = "1.8"
Unicode = "1.8"
julia = "1.10"