Skip to content

Commit

Permalink
Adding REVLib
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondaming committed Nov 5, 2024
1 parent e72cebf commit 94d3b49
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 2025.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,13 @@
"uuid": "65592ce1-2251-4a31-8e4b-2df20dacebe4",
"description": "Simpler logging for FRC",
"website": "https://doglog.dev/"
},
{
"path": "2025/REVLib-2025.0.0-beta-1.json",
"name": "REVLib",
"version": "2025.0.0-beta-1",
"uuid": "3f48eb8c-50fe-43a6-9cb7-44c86353c4cb",
"description": "Library for all REV devices including SPARK Flex, SPARK MAX, and Color Sensor V3",
"website": "https://docs.revrobotics.com/brushless/revlib/revlib-overview"
}
]
74 changes: 74 additions & 0 deletions 2025/REVLib-2025.0.0-beta-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{
"fileName": "REVLib-2025.0.0-beta-1.json",
"name": "REVLib",
"version": "2025.0.0-beta-1",
"frcYear": "2025",
"uuid": "3f48eb8c-50fe-43a6-9cb7-44c86353c4cb",
"mavenUrls": [
"https://maven.revrobotics.com/"
],
"jsonUrl": "https://software-metadata.revrobotics.com/REVLib-2025.json",
"javaDependencies": [
{
"groupId": "com.revrobotics.frc",
"artifactId": "REVLib-java",
"version": "2025.0.0-beta-1"
}
],
"jniDependencies": [
{
"groupId": "com.revrobotics.frc",
"artifactId": "REVLib-driver",
"version": "2025.0.0-beta-1",
"skipInvalidPlatforms": true,
"isJar": false,
"validPlatforms": [
"windowsx86-64",
"windowsx86",
"linuxarm64",
"linuxx86-64",
"linuxathena",
"linuxarm32",
"osxuniversal"
]
}
],
"cppDependencies": [
{
"groupId": "com.revrobotics.frc",
"artifactId": "REVLib-cpp",
"version": "2025.0.0-beta-1",
"libName": "REVLib",
"headerClassifier": "headers",
"sharedLibrary": false,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"windowsx86-64",
"windowsx86",
"linuxarm64",
"linuxx86-64",
"linuxathena",
"linuxarm32",
"osxuniversal"
]
},
{
"groupId": "com.revrobotics.frc",
"artifactId": "REVLib-driver",
"version": "2025.0.0-beta-1",
"libName": "REVLibDriver",
"headerClassifier": "headers",
"sharedLibrary": false,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"windowsx86-64",
"windowsx86",
"linuxarm64",
"linuxx86-64",
"linuxathena",
"linuxarm32",
"osxuniversal"
]
}
]
}

0 comments on commit 94d3b49

Please sign in to comment.