Skip to content

Commit

Permalink
Add ReduxLib2025
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeshwar-Krishnan committed Nov 14, 2024
1 parent e72cebf commit 4a3a10a
Show file tree
Hide file tree
Showing 2 changed files with 63 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/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"
}
]
55 changes: 55 additions & 0 deletions 2025/ReduxLib_2025.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
]
}

0 comments on commit 4a3a10a

Please sign in to comment.