-
Notifications
You must be signed in to change notification settings - Fork 27
/
cgmanifest.json
117 lines (117 loc) · 3.96 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
{
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
"Registrations": [
{
"Component": {
"type": "git",
"git": {
"CommitHash": "b0277869d9806f6fab8e1bc11c4a4987c9a79ded",
"RepositoryUrl": "https://github.com/eclipse/mosquitto.git"
}
},
"DevelopmentDependency": false
},
{
"Component": {
"type": "git",
"git": {
"CommitHash": "a1f879b29c9aafe6a2bc0ba885701f8f4f19f772",
"RepositoryUrl": "https://github.com/ninja-build/ninja.git"
}
},
"DevelopmentDependency": true
},
{
"Component": {
"type": "git",
"git": {
"CommitHash": "aa6a33fe54918967f6ffcad30773e01664e8a2b2",
"RepositoryUrl": "https://github.com/Kitware/CMake.git"
}
},
"DevelopmentDependency": true
},
{
"Component": {
"type": "git",
"git": {
"CommitHash": "1bf649b5998ac98511203f54ce954eccfaf75467",
"RepositoryUrl": "https://github.com/openssl/openssl.git"
}
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://gitlab.com/cmocka/cmocka",
"CommitHash": "f5e2cd77c88d9f792562888d2b70c5a396bfbf7a"
}
},
"DevelopmentDependency": true
},
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/json-c/json-c.git",
"CommitHash": "9021cdcdd01fc9dbcbe1f06391848c2ac915212f"
}
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/protobuf-c/protobuf-c.git",
"CommitHash": "f20a3fa131c275a0e795d99a28f94b4dbbb5af26"
}
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "linux",
"linux": {
"Name": "clang-format-9",
"Version": "1:9.0.1-12",
"Distribution": "Ubuntu",
"Release": "20.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": "g++-multilib",
"Version": "4:11.2.0-1ubuntu1",
"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": "uuid-dev",
"Version": "2.31.1-0.4ubuntu3.7",
"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": false
}
]
}