From f14f1c1abfac6403a65ba14206567663c8249c4d Mon Sep 17 00:00:00 2001 From: Jason Daming Date: Mon, 4 Nov 2024 19:39:39 -0600 Subject: [PATCH] Adding REVLib (#28) --- 2025.json | 8 ++++ 2025/REVLib-2025.0.0-beta-1.json | 74 ++++++++++++++++++++++++++++++++ 2 files changed, 82 insertions(+) create mode 100644 2025/REVLib-2025.0.0-beta-1.json diff --git a/2025.json b/2025.json index 4099344..92aa67e 100644 --- a/2025.json +++ b/2025.json @@ -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" } ] \ No newline at end of file diff --git a/2025/REVLib-2025.0.0-beta-1.json b/2025/REVLib-2025.0.0-beta-1.json new file mode 100644 index 0000000..fd0aadc --- /dev/null +++ b/2025/REVLib-2025.0.0-beta-1.json @@ -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" + ] + } + ] +}