Skip to content

Commit

Permalink
Add Lumyn Labs vendordep (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
nobody5050 authored Jan 8, 2025
1 parent b3bba8d commit cc15da2
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 0 deletions.
71 changes: 71 additions & 0 deletions 2025/LumynLabs-2025.0.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
{
"fileName": "LumynLabs-2025.0.0.json",
"name": "LumynLabs",
"version": "2025.0.0",
"frcYear": "2025",
"uuid": "eebd34fc-a6d3-48a2-a286-ac1cec59ab89",
"mavenUrls": [
"https://packages.lumynlabs.com/repo"
],
"jsonUrl": "https://packages.lumynlabs.com/LumynLabs.json",
"javaDependencies": [
{
"groupId": "com.lumynlabs.frc",
"artifactId": "LumynLabs-java",
"version": "2025.0.0"
}
],
"jniDependencies": [
{
"groupId": "com.lumynlabs.frc",
"artifactId": "LumynLabs-driver",
"version": "2025.0.0",
"skipInvalidPlatforms": true,
"isJar": false,
"validPlatforms": [
"windowsx86-64",
"linuxarm64",
"linuxx86-64",
"linuxathena",
"linuxarm32",
"osxuniversal"
]
}
],
"cppDependencies": [
{
"groupId": "com.lumynlabs.frc",
"artifactId": "LumynLabs-cpp",
"version": "2025.0.0",
"libName": "Lumyn",
"headerClassifier": "headers",
"sharedLibrary": false,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"windowsx86-64",
"linuxarm64",
"linuxx86-64",
"linuxathena",
"linuxarm32",
"osxuniversal"
]
},
{
"groupId": "com.lumynlabs.frc",
"artifactId": "LumynLabs-driver",
"version": "2025.0.0",
"libName": "LumynDriver",
"headerClassifier": "headers",
"sharedLibrary": false,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"windowsx86-64",
"linuxarm64",
"linuxx86-64",
"linuxathena",
"linuxarm32",
"osxuniversal"
]
}
]
}
6 changes: 6 additions & 0 deletions 2025_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,11 @@
"name": "ChoreoLib",
"description": "Library for Choreo trajectory following",
"website": "https://github.com/SleipnirGroup/Choreo"
},
{
"uuid": "eebd34fc-a6d3-48a2-a286-ac1cec59ab89",
"name": "LumynLabs",
"description": "Vendor library for interfacing with ConnectorX and ConnectorX Animate",
"website": "https://docs.lumynlabs.com/"
}
]

0 comments on commit cc15da2

Please sign in to comment.