-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStormKit.json
38 lines (38 loc) · 1.04 KB
/
StormKit.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"fileName": "StormKit.json",
"name": "StormKit",
"version": "${version}",
"frcYear": "2025",
"uuid": "cb000aa1-c6a9-4527-87e8-6258a83b4a4e",
"mavenUrls": [
"https://frc-509.github.io/stormkit/repo"
],
"jsonUrl": "https://frc-509.github.io/stormkit/StormKit.json",
"javaDependencies": [
{
"groupId": "${groupId}",
"artifactId": "${artifactId}-java",
"version": "${version}"
}
],
"jniDependencies": [],
"cppDependencies": [
{
"groupId": "${groupId}",
"artifactId": "${artifactId}-cpp",
"version": "${version}",
"libName": "StormKit",
"headerClassifier": "headers",
"sharedLibrary": false,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"windowsx86-64",
"linuxarm64",
"linuxx86-64",
"linuxathena",
"linuxarm32",
"osxuniversal"
]
}
]
}