Skip to content

Commit ba2eaa2

Browse files
Add vendor file for REVRobotics.
Not sure what this is for. Assuming it's used for the SparkMax libraries. - Justin C
1 parent fbe410f commit ba2eaa2

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

vendordeps/REVRobotics.json

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"fileName": "REVRobotics.json",
3+
"name": "REVRobotics",
4+
"version": "1.1.9",
5+
"uuid": "3f48eb8c-50fe-43a6-9cb7-44c86353c4cb",
6+
"mavenUrls": [
7+
"http://www.revrobotics.com/content/sw/max/sdk/maven/"
8+
],
9+
"jsonUrl": "http://www.revrobotics.com/content/sw/max/sdk/REVRobotics.json",
10+
"javaDependencies": [
11+
{
12+
"groupId": "com.revrobotics.frc",
13+
"artifactId": "SparkMax-java",
14+
"version": "1.1.9"
15+
}
16+
],
17+
"jniDependencies": [
18+
{
19+
"groupId": "com.revrobotics.frc",
20+
"artifactId": "SparkMax-driver",
21+
"version": "1.1.9",
22+
"skipInvalidPlatforms": true,
23+
"isJar": false,
24+
"validPlatforms": [
25+
"linuxathena"
26+
]
27+
}
28+
],
29+
"cppDependencies": [
30+
{
31+
"groupId": "com.revrobotics.frc",
32+
"artifactId": "SparkMax-cpp",
33+
"version": "1.1.9",
34+
"libName": "libSparkMax",
35+
"headerClassifier": "headers",
36+
"sharedLibrary": false,
37+
"skipInvalidPlatforms": true,
38+
"binaryPlatforms": [
39+
"linuxathena"
40+
]
41+
},
42+
{
43+
"groupId": "com.revrobotics.frc",
44+
"artifactId": "SparkMax-driver",
45+
"version": "1.1.9",
46+
"libName": "libSparkMaxDriver",
47+
"headerClassifier": "headers",
48+
"sharedLibrary": false,
49+
"skipInvalidPlatforms": true,
50+
"binaryPlatforms": [
51+
"linuxathena"
52+
]
53+
}
54+
]
55+
}

0 commit comments

Comments
 (0)