-
Notifications
You must be signed in to change notification settings - Fork 343
Expand file tree
/
Copy pathcgmanifest.json
More file actions
107 lines (107 loc) · 2.94 KB
/
cgmanifest.json
File metadata and controls
107 lines (107 loc) · 2.94 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
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
{
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
"Registrations": [
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/catchorg/Catch2",
"CommitHash": "62fd660583d3ae7a7886930b413c3c570e89786c"
}
},
"DevelopmentDependency": true,
"DependencyRoots": []
},
{
"Component": {
"Type": "other",
"other": {
"name": "fmt",
"version": "11.2.0",
"downloadUrl": "https://github.com/fmtlib/fmt/archive/refs/tags/11.2.0.tar.gz",
"hash": "sha1:bfa4fa35bb24f4ef239067173c373b211f2d8e84"
}
},
"DevelopmentDependency": false,
"DependencyRoots": []
},
{
"Component": {
"Type": "other",
"other": {
"name": "CMakeRC",
"version": "2.0.1",
"downloadUrl": "https://github.com/vector-of-bool/cmrc/archive/refs/tags/2.0.1.tar.gz",
"hash": "sha1:0684b3ab79f4b0c5546c287103c48824bf296980"
}
},
"DevelopmentDependency": false,
"DependencyRoots": []
},
{
"Component": {
"Type": "other",
"other": {
"name": "zstd",
"version": "1.5.7",
"downloadUrl": "https://github.com/facebook/zstd/archive/v1.5.7.tar.gz",
"hash": "sha1:06b861746bfd5f4351c26bbe59e7a35841fe8471"
}
},
"DevelopmentDependency": false,
"DependencyRoots": []
},
{
"Component": {
"Type": "other",
"other": {
"name": "nghttp2",
"version": "1.68.0",
"downloadUrl": "https://github.com/nghttp2/nghttp2/archive/v1.68.0.tar.gz",
"hash": "sha1:ef55774c8811b7eb35aa2a45389eba9a05f5bef1"
}
},
"DevelopmentDependency": false,
"DependencyRoots": []
},
{
"Component": {
"Type": "other",
"other": {
"name": "zlib",
"version": "1.3.1",
"downloadUrl": "https://github.com/madler/zlib/archive/v1.3.1.tar.gz",
"hash": "sha1:a7991aa4cf4911817f50b7d0ad4e50dcc9867041"
}
},
"DevelopmentDependency": false,
"DependencyRoots": []
},
{
"Component": {
"Type": "other",
"other": {
"name": "brotli",
"version": "1.2.0",
"downloadUrl": "https://github.com/google/brotli/archive/v1.2.0.tar.gz",
"hash": "sha1:fb74102a641ecce8ebcb13d2a992975a9f165de5"
}
},
"DevelopmentDependency": false,
"DependencyRoots": []
},
{
"Component": {
"Type": "other",
"other": {
"name": "curl",
"version": "8.18.0",
"downloadUrl": "https://github.com/curl/curl/archive/curl-8_18_0.tar.gz",
"hash": "sha1:2db03c0bd94deed3338b746e656e105b159a49bb"
}
},
"DevelopmentDependency": false,
"DependencyRoots": []
}
]
}