-
Notifications
You must be signed in to change notification settings - Fork 120
/
cgmanifest.json
122 lines (122 loc) · 3.26 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
"Registrations": [
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/bilke/cmake-modules",
"CommitHash": "66fa2579d36f30cdab93d1dbd4c3d682a25ae5f3"
}
},
"DevelopmentDependency": true
},
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/xbmc/libssh",
"CommitHash": "3cb0a1bf023cce7209290f998b8dc3029ed3df77"
}
},
"DevelopmentDependency": true
},
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://gitlab.com/cmocka/cmocka",
"CommitHash": "f5e2cd77c88d9f792562888d2b70c5a396bfbf7a"
}
},
"DevelopmentDependency": true
},
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/eclipse/paho.mqtt.c",
"CommitHash": "d34c51214f4172f2e12bb17532c9f44f72a57dd4"
}
},
"DevelopmentDependency": true
},
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/curl/curl",
"CommitHash": "2cfac302fbeec68f1727cba3d1705e16f02220ad"
}
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "linux",
"linux": {
"Name": "gcc-arm-none-eabi",
"Version": "6.3.1+svn253039-1build1",
"Distribution": "Ubuntu",
"Release": "18.04",
"Pool-URL": "http://archive.ubuntu.com/ubuntu",
"Key-URL": "http://archive.ubuntu.com/ubuntu/project/ubuntu-archive-keyring.gpg"
}
},
"DevelopmentDependency": true
},
{
"Component": {
"Type": "linux",
"linux": {
"Name": "gcovr",
"Version": "3.4-1",
"Distribution": "Ubuntu",
"Release": "18.04",
"Pool-URL": "http://archive.ubuntu.com/ubuntu",
"Key-URL": "http://archive.ubuntu.com/ubuntu/project/ubuntu-archive-keyring.gpg"
}
},
"DevelopmentDependency": true
},
{
"Component": {
"Type": "linux",
"linux": {
"Name": "lcov",
"Version": "1.13-3",
"Distribution": "Ubuntu",
"Release": "18.04",
"Pool-URL": "http://archive.ubuntu.com/ubuntu",
"Key-URL": "http://archive.ubuntu.com/ubuntu/project/ubuntu-archive-keyring.gpg"
}
},
"DevelopmentDependency": true
},
{
"Component": {
"Type": "linux",
"linux": {
"Name": "clang-format",
"Version": "9.0.0-2",
"Distribution": "Ubuntu",
"Release": "18.04",
"Pool-URL": "http://archive.ubuntu.com/ubuntu",
"Key-URL": "http://archive.ubuntu.com/ubuntu/project/ubuntu-archive-keyring.gpg"
}
},
"DevelopmentDependency": true
},
{
"Component": {
"Type": "other",
"Other": {
"Name": "doxygen",
"Version": "1.8.20",
"DownloadUrl": "http://doxygen.nl/files/doxygen-1.8.20-setup.exe"
}
},
"DevelopmentDependency": true
}
]
}