-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathcgmanifest.json
More file actions
77 lines (77 loc) · 2.72 KB
/
cgmanifest.json
File metadata and controls
77 lines (77 loc) · 2.72 KB
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
{
"version": 1,
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
"registrations": [
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/llvm/llvm-project",
"commitHash": "d32170dbd5b0d54436537b6b75beaf44324e0c28"
}
}
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/libarchive/libarchive",
"commitHash": "b439d586f53911c84be5e380445a8a259e19114c"
}
}
},
{
"component": {
"type": "other",
"other": {
"name": "libarchive",
"version": "3.7.7",
"downloadUrl": "https://github.com/libarchive/libarchive/releases/download/v3.7.7/libarchive-3.7.7.tar.gz",
"hash": "sha1:918692098b11db61aff23684ab04f375e4a68f69"
}
}
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/boostorg/boost",
"commitHash": "1bed2b0712b2119f20d66c5053def9173c8462a5"
}
}
},
{
"component": {
"type": "other",
"other": {
"name": "boost",
"version": "1.90.0",
"downloadUrl": "https://archives.boost.io/release/1.90.0/source/boost_1_90_0.tar.gz",
"hash": "sha256:5e93d582aff26868d581a52ae78c7d8edf3f3064742c6e77901a1f18a437eea9"
}
}
},
{
"component": {
"type": "other",
"other": {
"name": "GSL",
"version": "4.0.0",
"downloadUrl": "https://github.com/microsoft/GSL/archive/refs/tags/v4.0.0.tar.gz",
"hash": "sha256:f0e32cb10654fea91ad56bde89170d78cfbf4363ee0b01d8f097de2ba49f6ce9"
}
}
},
{
"component": {
"type": "other",
"other": {
"name": "nlohmann::json",
"version": "3.12.0",
"downloadUrl": "https://github.com/nlohmann/json/releases/download/v3.12.0/json.tar.xz",
"hash": "sha256:42f6e95cad6ec532fd372391373363b62a14af6d771056dbfc86160e6dfff7aa"
}
}
}
]
}