From 4a3a10a573ce55406965b3a7f330a972d2b0a5c8 Mon Sep 17 00:00:00 2001 From: eeshwarkrishnan Date: Wed, 13 Nov 2024 22:10:07 -0500 Subject: [PATCH] Add ReduxLib2025 --- 2025.json | 8 ++++++ 2025/ReduxLib_2025.json | 55 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 2025/ReduxLib_2025.json diff --git a/2025.json b/2025.json index 4099344..d2e9ba0 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/ReduxLib_2025.json", + "name": "ReduxLib", + "version": "2025.0.0-beta0", + "uuid": "151ecca8-670b-4026-8160-cdd2679ef2bd", + "description": "Redux Robotics 2025 Beta", + "website": "https://docs.reduxrobotics.com/reduxlib" } ] \ No newline at end of file diff --git a/2025/ReduxLib_2025.json b/2025/ReduxLib_2025.json new file mode 100644 index 0000000..86024ff --- /dev/null +++ b/2025/ReduxLib_2025.json @@ -0,0 +1,55 @@ +{ + "fileName": "ReduxLib_2025.json", + "name": "ReduxLib", + "version": "2025.0.0-beta0", + "frcYear": "2025", + "uuid": "151ecca8-670b-4026-8160-cdd2679ef2bd", + "mavenUrls": [ + "https://maven.reduxrobotics.com/" + ], + "jsonUrl": "https://frcsdk.reduxrobotics.com/ReduxLib_2025.json", + "javaDependencies": [ + { + "groupId": "com.reduxrobotics.frc", + "artifactId": "ReduxLib-java", + "version": "2025.0.0-beta0" + } + ], + "jniDependencies": [ + { + "groupId": "com.reduxrobotics.frc", + "artifactId": "ReduxLib-driver", + "version": "2025.0.0-beta0", + "isJar": false, + "skipInvalidPlatforms": true, + "validPlatforms": [ + "linuxathena", + "linuxx86-64", + "linuxarm32", + "linuxarm64", + "osxuniversal", + "windowsx86-64" + ] + } + ], + "cppDependencies": [ + { + "groupId": "com.reduxrobotics.frc", + "artifactId": "ReduxLib-cpp", + "version": "2025.0.0-beta0", + "libName": "ReduxLib", + "headerClassifier": "headers", + "sourcesClassifier": "sources", + "sharedLibrary": true, + "skipInvalidPlatforms": true, + "binaryPlatforms": [ + "linuxathena", + "linuxx86-64", + "linuxarm32", + "linuxarm64", + "osxuniversal", + "windowsx86-64" + ] + } + ] +}