-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcpmfile.json
More file actions
34 lines (34 loc) · 1.2 KB
/
cpmfile.json
File metadata and controls
34 lines (34 loc) · 1.2 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
{
"ntcore": {
"repo": "wpilibsuite/allwpilib",
"hash": "7055b38800aa00cf7d44b2ed38367c3b6f1f8c6e5022b7ba34c7088a7710d187358ec2bdfea919524cdd5daba28c875cd8d18d3feec55295881afe79f909d0ad",
"tag": "v%VERSION%",
"git_version": "2026.2.1",
"version": "2025.1.1",
"patches": [
"0001-wpiutil-windows-7-compat.patch",
"0002-libuv-remove-precise-time-call.patch"
]
},
"carboxyl": {
"package": "Carboxyl",
"repo": "crueter/Carboxyl",
"git_host": "git.crueter.xyz",
"sha": "62ac6937c3",
"hash": "d8a4e86ff2374156bc1705942ed55230115f68935132ec225210fcbd3af245324f3864828ab6d2118d37524cdb05dc4a4123f2b54abd3021304d48a05f6bbdc7",
"bundled": "true"
},
"zlib": {
"repo": "madler/zlib",
"package": "ZLIB",
"min_version": "1.2",
"version": "1.2",
"hash": "8c9642495bafd6fad4ab9fb67f09b268c69ff9af0f4f20cf15dfc18852ff1f312bd8ca41de761b3f8d8e90e77d79f2ccacd3d4c5b19e475ecf09d021fdfe9088",
"options": [
"ZLIB_BUILD_SHARED OFF",
"ZLIB_INSTALL OFF"
],
"git_version": "1.3.1",
"tag": "v%VERSION%"
}
}