Skip to content

Commit 8c82588

Browse files
authored
Add ReduxLib 2027.0.0-alpha-2 (#150)
1 parent 93a0bc6 commit 8c82588

File tree

2 files changed

+70
-1
lines changed

2 files changed

+70
-1
lines changed
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"fileName": "ReduxLib-2027.0.0-alpha-2.json",
3+
"name": "ReduxLib",
4+
"version": "2027.0.0-alpha-2",
5+
"frcYear": "2027_alpha1",
6+
"uuid": "151ecca8-670b-4026-8160-cdd2679ef2bd",
7+
"mavenUrls": [
8+
"https://maven.reduxrobotics.com/"
9+
],
10+
"jsonUrl": "https://frcsdk.reduxrobotics.com/ReduxLib_2027.json",
11+
"javaDependencies": [
12+
{
13+
"groupId": "com.reduxrobotics.frc",
14+
"artifactId": "ReduxLib-java",
15+
"version": "2027.0.0-alpha-2"
16+
}
17+
],
18+
"jniDependencies": [
19+
{
20+
"groupId": "com.reduxrobotics.frc",
21+
"artifactId": "ReduxLib-fifo",
22+
"version": "2027.0.0-alpha-2",
23+
"isJar": false,
24+
"skipInvalidPlatforms": true,
25+
"validPlatforms": [
26+
"linuxsystemcore",
27+
"linuxx86-64",
28+
"linuxarm64",
29+
"osxuniversal",
30+
"windowsx86-64"
31+
]
32+
}
33+
],
34+
"cppDependencies": [
35+
{
36+
"groupId": "com.reduxrobotics.frc",
37+
"artifactId": "ReduxLib-cpp",
38+
"version": "2027.0.0-alpha-2",
39+
"libName": "ReduxLib",
40+
"headerClassifier": "headers",
41+
"sourcesClassifier": "sources",
42+
"sharedLibrary": true,
43+
"skipInvalidPlatforms": true,
44+
"binaryPlatforms": [
45+
"linuxsystemcore",
46+
"linuxx86-64",
47+
"linuxarm64",
48+
"osxuniversal",
49+
"windowsx86-64"
50+
]
51+
},
52+
{
53+
"groupId": "com.reduxrobotics.frc",
54+
"artifactId": "ReduxLib-fifo",
55+
"version": "2027.0.0-alpha-2",
56+
"libName": "reduxfifo",
57+
"headerClassifier": "headers",
58+
"sharedLibrary": true,
59+
"skipInvalidPlatforms": true,
60+
"binaryPlatforms": [
61+
"linuxsystemcore",
62+
"linuxx86-64",
63+
"linuxarm64",
64+
"osxuniversal",
65+
"windowsx86-64"
66+
]
67+
}
68+
]
69+
}

2027_alpha1_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
{
6464
"uuid": "151ecca8-670b-4026-8160-cdd2679ef2bd",
6565
"name": "ReduxLib",
66-
"description": "Redux Robotics 2025",
66+
"description": "Redux Robotics 2027",
6767
"website": "https://docs.reduxrobotics.com/reduxlib"
6868
},
6969
{

0 commit comments

Comments
 (0)