Skip to content

Commit f14f1c1

Browse files
authored
Adding REVLib (#28)
1 parent e72cebf commit f14f1c1

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
@@ -86,5 +86,13 @@
8686
"uuid": "65592ce1-2251-4a31-8e4b-2df20dacebe4",
8787
"description": "Simpler logging for FRC",
8888
"website": "https://doglog.dev/"
89+
},
90+
{
91+
"path": "2025/REVLib-2025.0.0-beta-1.json",
92+
"name": "REVLib",
93+
"version": "2025.0.0-beta-1",
94+
"uuid": "3f48eb8c-50fe-43a6-9cb7-44c86353c4cb",
95+
"description": "Library for all REV devices including SPARK Flex, SPARK MAX, and Color Sensor V3",
96+
"website": "https://docs.revrobotics.com/brushless/revlib/revlib-overview"
8997
}
9098
]

2025/REVLib-2025.0.0-beta-1.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-1.json",
3+
"name": "REVLib",
4+
"version": "2025.0.0-beta-1",
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-1"
16+
}
17+
],
18+
"jniDependencies": [
19+
{
20+
"groupId": "com.revrobotics.frc",
21+
"artifactId": "REVLib-driver",
22+
"version": "2025.0.0-beta-1",
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-1",
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-1",
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)