forked from microsoft/vcpkg-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cgmanifest.json
42 lines (42 loc) · 1.29 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
{
"$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.0.2",
"downloadUrl": "https://github.com/fmtlib/fmt/archive/refs/tags/11.0.2.tar.gz",
"hash": "47ff6d289dcc22681eea6da465b0348172921e7cafff8fd57a1540d3232cc6b53250a4625c954ee0944c87963b17680ecbc3ea123e43c2c822efe0dc6fa6cef3"
}
},
"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": "cb69ff4545065a1a89e3a966e931a58c3f07d468d88ecec8f00da9e6ce3768a41735a46fc71af56e0753926371d3ca5e7a3f2221211b4b1cf634df860c2c997f"
}
},
"DevelopmentDependency": false,
"DependencyRoots": []
}
]
}