Skip to content

Commit f0c727c

Browse files
committed
rev beta 2
1 parent d9cee0e commit f0c727c

File tree

2 files changed

+82
-0
lines changed

2 files changed

+82
-0
lines changed

2025.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,13 @@
102102
"uuid": "3f48eb8c-50fe-43a6-9cb7-44c86353c4cb",
103103
"description": "Library for all REV devices including SPARK Flex, SPARK MAX, and Color Sensor V3",
104104
"website": "https://docs.revrobotics.com/brushless/revlib/revlib-overview"
105+
},
106+
{
107+
"path": "2025/REVLib-2025.0.0-beta-2.json",
108+
"name": "REVLib",
109+
"version": "2025.0.0-beta-2",
110+
"uuid": "3f48eb8c-50fe-43a6-9cb7-44c86353c4cb",
111+
"description": "Library for all REV devices including SPARK Flex, SPARK MAX, and Color Sensor V3",
112+
"website": "https://docs.revrobotics.com/brushless/revlib/revlib-overview"
105113
}
106114
]

2025/REVLib-2025.0.0-beta-2.json

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
{
2+
"fileName": "REVLib-2025.0.0-beta-2.json",
3+
"name": "REVLib",
4+
"version": "2025.0.0-beta-2",
5+
"frcYear": "2025",
6+
"uuid": "3f48eb8c-50fe-43a6-9cb7-44c86353c4cb",
7+
"mavenUrls": [
8+
"https://maven.revrobotics.com/"
9+
],
10+
"jsonUrl": "https://software-metadata.revrobotics.com/REVLib-2025.json",
11+
"javaDependencies": [
12+
{
13+
"groupId": "com.revrobotics.frc",
14+
"artifactId": "REVLib-java",
15+
"version": "2025.0.0-beta-2"
16+
}
17+
],
18+
"jniDependencies": [
19+
{
20+
"groupId": "com.revrobotics.frc",
21+
"artifactId": "REVLib-driver",
22+
"version": "2025.0.0-beta-2",
23+
"skipInvalidPlatforms": true,
24+
"isJar": false,
25+
"validPlatforms": [
26+
"windowsx86-64",
27+
"windowsx86",
28+
"linuxarm64",
29+
"linuxx86-64",
30+
"linuxathena",
31+
"linuxarm32",
32+
"osxuniversal"
33+
]
34+
}
35+
],
36+
"cppDependencies": [
37+
{
38+
"groupId": "com.revrobotics.frc",
39+
"artifactId": "REVLib-cpp",
40+
"version": "2025.0.0-beta-2",
41+
"libName": "REVLib",
42+
"headerClassifier": "headers",
43+
"sharedLibrary": false,
44+
"skipInvalidPlatforms": true,
45+
"binaryPlatforms": [
46+
"windowsx86-64",
47+
"windowsx86",
48+
"linuxarm64",
49+
"linuxx86-64",
50+
"linuxathena",
51+
"linuxarm32",
52+
"osxuniversal"
53+
]
54+
},
55+
{
56+
"groupId": "com.revrobotics.frc",
57+
"artifactId": "REVLib-driver",
58+
"version": "2025.0.0-beta-2",
59+
"libName": "REVLibDriver",
60+
"headerClassifier": "headers",
61+
"sharedLibrary": false,
62+
"skipInvalidPlatforms": true,
63+
"binaryPlatforms": [
64+
"windowsx86-64",
65+
"windowsx86",
66+
"linuxarm64",
67+
"linuxx86-64",
68+
"linuxathena",
69+
"linuxarm32",
70+
"osxuniversal"
71+
]
72+
}
73+
]
74+
}

0 commit comments

Comments
 (0)