-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProject.toml
More file actions
26 lines (24 loc) · 817 Bytes
/
Project.toml
File metadata and controls
26 lines (24 loc) · 817 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
name = "BPFnative"
uuid = "b6338580-32ea-11e9-1791-33a79977d8c4"
authors = ["Julian P Samaroo <jpsamaroo@jpsamaroo.me>"]
version = "0.2.0"
[deps]
CBinding = "d43a6710-96b8-4a2d-833c-c424785e5374"
GPUCompiler = "61eb1bfa-7361-4325-ad38-22787b887f55"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
LLVM = "929cbde3-209d-540e-8aea-75f648917ca0"
Libbpf_jll = "02f9a84d-9555-5f1a-8c3c-42027521038d"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
ObjectFile = "d8793406-e978-5875-9003-1fc021f44a92"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
VMLinuxBindings = "3d5d7239-16b4-4651-96ed-9e800c796499"
[compat]
CBinding = "1"
GPUCompiler = "0.13"
LLVM = "4"
Libbpf_jll = "0.3"
ObjectFile = "0.3"
Preferences = "1"
VMLinuxBindings = "0.1.2"
julia = "1.7"