forked from microsoft/ProcMon-for-Linux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cgmanifest.json
37 lines (35 loc) · 1.04 KB
/
cgmanifest.json
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
{
"Registrations":[
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/iovisor/bcc.git",
"CommitHash": "ebf0e4b2fd7190e747638f68a4421a8b653bc0a2"
}
},
"DevelopmentDependency" : true
},
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/amrayn/easyloggingpp",
"CommitHash": "163a8e538e4f9878f86d1b4c8887f5135d119d30"
}
},
"DevelopmentDependency" : true
},
{
"Component": {
"Type": "other",
"Other": {
"Name": "sqlite",
"Version": "3.27.2",
"DownloadUrl": "https://www.sqlite.org/2019/sqlite-autoconf-3270200.tar.gz"
}
},
"DevelopmentDependency" : true
}
]
}