-
Notifications
You must be signed in to change notification settings - Fork 0
/
MODULE.bazel.lock
10334 lines (10334 loc) · 654 KB
/
MODULE.bazel.lock
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"lockFileVersion": 11,
"registryFileHashes": {
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/bazel_registry.json": "8a28e4aff06ee60aed2a8c281907fb8bcbf3b753c91fb5a5c57da3215d5b3497",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/abseil-cpp/20210324.2/MODULE.bazel": "7cd0312e064fde87c8d1cd79ba06c876bd23630c83466e9500321be55c96ace2",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/abseil-cpp/20211102.0/MODULE.bazel": "70390338f7a5106231d20620712f7cccb659cd0e9d073d1991c038eb9fc57589",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/abseil-cpp/20211102.0/source.json": "7e3a9adf473e9af076ae485ed649d5641ad50ec5c11718103f34de03170d94ad",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/apple_support/1.5.0/MODULE.bazel": "50341a62efbc483e8a2a6aec30994a58749bd7b885e18dd96aa8c33031e558ef",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/apple_support/1.5.0/source.json": "eb98a7627c0bc486b57f598ad8da50f6625d974c8f723e9ea71bd39f709c9862",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/bazel_features/1.11.0/MODULE.bazel": "f9382337dd5a474c3b7d334c2f83e50b6eaedc284253334cf823044a26de03e8",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/bazel_features/1.11.0/source.json": "c9320aa53cd1c441d24bd6b716da087ad7e4ff0d9742a9884587596edfe53015",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/bazel_skylib/1.0.3/MODULE.bazel": "bcb0fd896384802d1ad283b4e4eb4d718eebd8cb820b0a2c3a347fb971afd9d8",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/bazel_skylib/1.2.0/MODULE.bazel": "44fe84260e454ed94ad326352a698422dbe372b21a1ac9f3eab76eb531223686",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/bazel_skylib/1.2.1/MODULE.bazel": "f35baf9da0efe45fa3da1696ae906eea3d615ad41e2e3def4aeb4e8bc0ef9a7a",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/bazel_skylib/1.3.0/MODULE.bazel": "20228b92868bf5cfc41bda7afc8a8ba2a543201851de39d990ec957b513579c5",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/bazel_skylib/1.4.1/MODULE.bazel": "a0dcb779424be33100dcae821e9e27e4f2901d9dfd5333efe5ac6a8d7ab75e1d",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/bazel_skylib/1.4.2/MODULE.bazel": "3bd40978e7a1fac911d5989e6b09d8f64921865a45822d8b09e815eaa726a651",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/bazel_skylib/1.6.1/MODULE.bazel": "8fdee2dbaace6c252131c00e1de4b165dc65af02ea278476187765e1a617b917",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/bazel_skylib/1.6.1/source.json": "082ed5f9837901fada8c68c2f3ddc958bb22b6d654f71dd73f3df30d45d4b749",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/buildozer/7.1.2/MODULE.bazel": "2e8dd40ede9c454042645fd8d8d0cd1527966aa5c919de86661e62953cd73d84",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/buildozer/7.1.2/source.json": "c9028a501d2db85793a6996205c8de120944f50a0d570438fcae0457a5f9d1f8",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/bzlmodrio-allwpilib/2025.1.1-beta-1/MODULE.bazel": "c6369bd470edee013e89f371a9df5e122999a40f8603399830a4bd15cfd50fa8",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/bzlmodrio-allwpilib/2025.1.1-beta-1/source.json": "de7c21b8ebe7c8e5ed0bd3a073dea9b39b054dbb2321bcf27470d71068c48d1a",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/bzlmodrio-navx/2025.1.1-beta-1/MODULE.bazel": "c7e7dd13af4ec1b5465ec966436d11524fb945cf2d5398b6987f55d86ebfc5d0",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/bzlmodrio-navx/2025.1.1-beta-1/source.json": "985db1c373dc80aac8efc7765b304b351b62d36c755eecc8bbc5a1b3d45ce904",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/bzlmodrio-ni/2025.0.0/MODULE.bazel": "a32b92d4435358e2497161822a22f688ab2087eb24676728ef60ef56a366a103",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/bzlmodrio-ni/2025.0.0/source.json": "c27e1571d3ad44b1aa51037b67626a97d607f942190aba397e56c77c25d15d16",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/bzlmodrio-opencv/2024.4.8.0-4.bcr1/MODULE.bazel": "3806bdb1616481bd28a59e3c1ef0e145c88075409e610dda074fce45814f468d",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/bzlmodrio-opencv/2024.4.8.0-4.bcr1/source.json": "c4ccec4d3254baff1671b26f42dc0523b250c188eb6d9c426c04fd2186090e5e",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/bzlmodrio-phoenix/5.34.0-beta-2/MODULE.bazel": "33be34cd33750d600a3b6ca094264068d2e1e3d5a72587274c3d97fc25e7a00e",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/bzlmodrio-phoenix/5.34.0-beta-2/source.json": "1bf561b3f147edae57608db767aaef6d30b3d077276d0226008f29455667a934",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/bzlmodrio-phoenix6/25.0.0-beta-2/MODULE.bazel": "ddc79e4f4514c9a307063956e2d9b0b5c931c5b161e8e7a81c02643391204f33",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/bzlmodrio-phoenix6/25.0.0-beta-2/source.json": "95157fdb9e1437cca92099ce9aa08757d89793e2f78a004816090f6fda27ec67",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/bzlmodrio-revlib/2025.0.0-beta-2/MODULE.bazel": "c920b1d35d6649773758670c56aa84bce72980b212d3c9f82b41e55deb098bba",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/bzlmodrio-revlib/2025.0.0-beta-2/source.json": "c0ca5e52361e8fa13eb45de5204a4074f2732087ea1d16325e32cffc6a766fd9",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/googletest/1.11.0/MODULE.bazel": "3a83f095183f66345ca86aa13c58b59f9f94a2f81999c093d4eeaa2d262d12f4",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/googletest/1.11.0/source.json": "c73d9ef4268c91bd0c1cd88f1f9dfa08e814b1dbe89b5f594a9f08ba0244d206",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/platforms/0.0.4/MODULE.bazel": "9b328e31ee156f53f3c416a64f8491f7eb731742655a47c9eec4703a71644aee",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/platforms/0.0.5/MODULE.bazel": "5733b54ea419d5eaf7997054bb55f6a1d0b5ff8aedf0176fef9eea44f3acda37",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/platforms/0.0.6/MODULE.bazel": "ad6eeef431dc52aefd2d77ed20a4b353f8ebf0f4ecdd26a807d2da5aa8cd0615",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/platforms/0.0.7/MODULE.bazel": "72fd4a0ede9ee5c021f6a8dd92b503e089f46c227ba2813ff183b71616034814",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/platforms/0.0.8/MODULE.bazel": "9f142c03e348f6d263719f5074b21ef3adf0b139ee4c5133e2aa35664da9eb2d",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/platforms/0.0.9/MODULE.bazel": "4a87a60c927b56ddd67db50c89acaa62f4ce2a1d2149ccb63ffd871d5ce29ebc",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/platforms/0.0.9/source.json": "cd74d854bf16a9e002fb2ca7b1a421f4403cda29f824a765acd3a8c56f8d43e6",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/protobuf/21.7/MODULE.bazel": "a5a29bb89544f9b97edce05642fac225a808b5b7be74038ea3640fae2f8e66a7",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/protobuf/21.7/source.json": "bbe500720421e582ff2d18b0802464205138c06056f443184de39fbb8187b09b",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/protobuf/3.19.0/MODULE.bazel": "6b5fbb433f760a99a22b18b6850ed5784ef0e9928a72668b66e4d7ccd47db9b0",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/protobuf/3.19.6/MODULE.bazel": "9233edc5e1f2ee276a60de3eaa47ac4132302ef9643238f23128fea53ea12858",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_android/0.1.1/MODULE.bazel": "48809ab0091b07ad0182defb787c4c5328bd3a278938415c00a7b69b50c4d3a8",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_android/0.1.1/source.json": "e6986b41626ee10bdc864937ffb6d6bf275bb5b9c65120e6137d56e6331f089e",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_bazelrio/0.0.14/MODULE.bazel": "e4004326cab72e5b27b697a01b03139276ac04c6e7c177ddb9424afc8709e51b",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_bazelrio/0.0.14/source.json": "7da669bc69d497942a9ac21b8f76c05f4a91b4212e3a697a1e27d9358576e995",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_bzlmodrio_toolchains/2024-1.bcr1/MODULE.bazel": "c9eb05f0f01e748a5d923d56e6f846f01c630e823f01d79d40f2b04638cc43f7",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_bzlmodrio_toolchains/2024-1.bcr1/source.json": "ede33537e659d196e38226a94a3d8543b739f38f7ced571745cb469f6adebd02",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_cc/0.0.1/MODULE.bazel": "cb2aa0747f84c6c3a78dad4e2049c154f08ab9d166b1273835a8174940365647",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_cc/0.0.2/MODULE.bazel": "6915987c90970493ab97393024c156ea8fb9f3bea953b2f3ec05c34f19b5695c",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_cc/0.0.8/MODULE.bazel": "964c85c82cfeb6f3855e6a07054fdb159aced38e99a5eecf7bce9d53990afa3e",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_cc/0.0.9/MODULE.bazel": "836e76439f354b89afe6a911a7adf59a6b2518fafb174483ad78a2a2fde7b1c5",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_cc/0.0.9/source.json": "1f1ba6fea244b616de4a554a0f4983c91a9301640c8fe0dd1d410254115c8430",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_java/4.0.0/MODULE.bazel": "5a78a7ae82cd1a33cef56dc578c7d2a46ed0dca12643ee45edbb8417899e6f74",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_java/6.0.0/MODULE.bazel": "8a43b7df601a7ec1af61d79345c17b31ea1fedc6711fd4abfd013ea612978e39",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_java/6.4.0/MODULE.bazel": "e986a9fe25aeaa84ac17ca093ef13a4637f6107375f64667a15999f77db6c8f6",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_java/7.3.2/MODULE.bazel": "50dece891cfdf1741ea230d001aa9c14398062f2b7c066470accace78e412bc2",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_java/7.6.1/MODULE.bazel": "2f14b7e8a1aa2f67ae92bc69d1ec0fa8d9f827c4e17ff5e5f02e91caa3b2d0fe",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_java/7.6.5/MODULE.bazel": "481164be5e02e4cab6e77a36927683263be56b7e36fef918b458d7a8a1ebadb1",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_java/7.6.5/source.json": "a805b889531d1690e3c72a7a7e47a870d00323186a9904b36af83aa3d053ee8d",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_jvm_external/4.4.2/MODULE.bazel": "a56b85e418c83eb1839819f0b515c431010160383306d13ec21959ac412d2fe7",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_jvm_external/5.3/MODULE.bazel": "bf93870767689637164657731849fb887ad086739bd5d360d90007a581d5527d",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_jvm_external/6.1/MODULE.bazel": "75b5fec090dbd46cf9b7d8ea08cf84a0472d92ba3585b476f44c326eda8059c4",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_jvm_external/6.1/source.json": "a09b21cd4478cdeec7153220fdc3b0c7118445beb6881ee8b17cb6aa9acd8947",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_kotlin/1.9.0/MODULE.bazel": "ef85697305025e5a61f395d4eaede272a5393cee479ace6686dba707de804d59",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_kotlin/1.9.0/source.json": "e4e8566acbfc02cc701c169d756ee99bca1c395a0d1dc69293a21a5ef14cac43",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_license/0.0.3/MODULE.bazel": "627e9ab0247f7d1e05736b59dbb1b6871373de5ad31c3011880b4133cafd4bd0",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_license/0.0.7/MODULE.bazel": "088fbeb0b6a419005b89cf93fe62d9517c0a2b8bb56af3244af65ecfe37e7d5d",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_license/0.0.7/source.json": "355cc5737a0f294e560d52b1b7a6492d4fff2caf0bef1a315df5a298fca2d34a",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_pkg/0.7.0/MODULE.bazel": "df99f03fc7934a4737122518bb87e667e62d780b610910f0447665a7e2be62dc",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_pkg/0.7.0/source.json": "c2557066e0c0342223ba592510ad3d812d4963b9024831f7f66fd0584dd8c66c",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_pmd/7.2.0/MODULE.bazel": "9dd3e315f3b3a7112236b64a0988955fda6bbc47d9b8c44c6f42c4853eb90920",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_pmd/7.2.0/source.json": "6cf082f0ea608d1e8674ca3853ab10ab94da5c87734ab59d12726d1dc092a572",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_proto/4.0.0/MODULE.bazel": "a7a7b6ce9bee418c1a760b3d84f83a299ad6952f9903c67f19e4edd964894e06",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_proto/5.3.0-21.7/MODULE.bazel": "e8dff86b0971688790ae75528fe1813f71809b5afd57facb44dad9e8eca631b7",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_proto/5.3.0-21.7/source.json": "d57902c052424dfda0e71646cb12668d39c4620ee0544294d9d941e7d12bc3a9",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_python/0.10.2/MODULE.bazel": "cc82bc96f2997baa545ab3ce73f196d040ffb8756fd2d66125a530031cd90e5f",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_python/0.22.1/MODULE.bazel": "26114f0c0b5e93018c0c066d6673f1a2c3737c7e90af95eff30cfee38d0bbac7",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_python/0.23.1/MODULE.bazel": "49ffccf0511cb8414de28321f5fcf2a31312b47c40cc21577144b7447f2bf300",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_python/0.23.1/source.json": "a6d9965700e3bd75df4e19140c0e651851bb720d8b9eb280ecd1ee44b92d7646",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/rules_python/0.4.0/MODULE.bazel": "9208ee05fd48bf09ac60ed269791cf17fb343db56c8226a720fbb1cdf467166c",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/stardoc/0.5.1/MODULE.bazel": "1a05d92974d0c122f5ccf09291442580317cdd859f07a8655f1db9a60374f9f8",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/stardoc/0.5.3/MODULE.bazel": "c7f6948dae6999bf0db32c1858ae345f112cacf98f174c7a8bb707e41b974f1c",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/stardoc/0.5.6/MODULE.bazel": "c43dabc564990eeab55e25ed61c07a1aadafe9ece96a4efabb3f8bf9063b71ef",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/stardoc/0.5.6/source.json": "956954c9c45ef492ea4001ce579dc40431fbd75090151e8f9eadf9ed6377a108",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/upb/0.0.0-20220923-a547704/MODULE.bazel": "7298990c00040a0e2f121f6c32544bab27d4452f80d9ce51349b1a28f3005c43",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/upb/0.0.0-20220923-a547704/source.json": "f1ef7d3f9e0e26d4b23d1c39b5f5de71f584dd7d1b4ef83d9bbba6ec7a6a6459",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/zlib/1.2.11/MODULE.bazel": "07b389abc85fdbca459b69e2ec656ae5622873af3f845e1c9d80fe179f3effa0",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/zlib/1.2.12/MODULE.bazel": "3b1a8834ada2a883674be8cbd36ede1b6ec481477ada359cd2d3ddc562340b27",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/zlib/1.3/MODULE.bazel": "6a9c02f19a24dcedb05572b2381446e27c272cd383aed11d41d99da9e3167a72",
"https://raw.githubusercontent.com/pjreiniger/bazel-central-registry/bzlmodrio/modules/zlib/1.3/source.json": "b6b43d0737af846022636e6e255fd4a96fee0d34f08f3830e6e0bac51465c37c"
},
"selectedYankedVersions": {},
"moduleExtensions": {
"@@apple_support~//crosstool:setup.bzl%apple_cc_configure_extension": {
"general": {
"bzlTransitiveDigest": "PjIds3feoYE8SGbbIq2SFTZy3zmxeO2tQevJZNDo7iY=",
"usagesDigest": "aLmqbvowmHkkBPve05yyDNGN7oh7QE9kBADr3QIZTZs=",
"recordedFileInputs": {},
"recordedDirentsInputs": {},
"envVariables": {},
"generatedRepoSpecs": {
"local_config_apple_cc": {
"bzlFile": "@@apple_support~//crosstool:setup.bzl",
"ruleClassName": "_apple_cc_autoconf",
"attributes": {}
},
"local_config_apple_cc_toolchains": {
"bzlFile": "@@apple_support~//crosstool:setup.bzl",
"ruleClassName": "_apple_cc_autoconf_toolchains",
"attributes": {}
}
},
"recordedRepoMappingEntries": [
[
"apple_support~",
"bazel_tools",
"bazel_tools"
]
]
}
},
"@@bzlmodrio-allwpilib~//:maven_cpp_deps.bzl%setup_bzlmodrio_allwpilib_cpp_dependencies": {
"general": {
"bzlTransitiveDigest": "If/P/aWXJMjhnL2lqw9zOKKemm/sBBvBSX3vcGHjMYQ=",
"usagesDigest": "BN6lrGj6qHQ/sVevTx4gynEs0kspHQd2wmgkEC/m/RA=",
"recordedFileInputs": {},
"recordedDirentsInputs": {},
"envVariables": {},
"generatedRepoSpecs": {
"bazelrio_edu_wpi_first_cameraserver_cameraserver-cpp_linuxathenadebug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/cameraserver/cameraserver-cpp/2025.1.1-beta-1/cameraserver-cpp-2025.1.1-beta-1-linuxathenadebug.zip",
"sha256": "b8fb2e6d5d784a95f9e29f37bc00d34061a1532e08d821052870a364ec2836bf",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/cameraserver:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_cameraserver_cameraserver-cpp_linuxarm32staticdebug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/cameraserver/cameraserver-cpp/2025.1.1-beta-1/cameraserver-cpp-2025.1.1-beta-1-linuxarm32staticdebug.zip",
"sha256": "9b8d8fe90412736e25e249f3c3a05503c10a9e8185a331497ee89f2117ffb35d",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/cameraserver:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_halsim_halsim_ws_server_windowsarm64staticdebug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/halsim/halsim_ws_server/2025.1.1-beta-1/halsim_ws_server-2025.1.1-beta-1-windowsarm64staticdebug.zip",
"sha256": "593fd978e332dc4c0185ae7ff1cc619c259cf225c326ce5b31e59d1b101bf69b",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/halsim_ws_server:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_hal_hal-cpp_linuxx86-64debug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/hal/hal-cpp/2025.1.1-beta-1/hal-cpp-2025.1.1-beta-1-linuxx86-64debug.zip",
"sha256": "5cefdf3204929d2c4de8917899413e64eb3915779e8ddbf22ab48bd345284783",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/hal:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_halsim_halsim_ds_socket_linuxx86-64debug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/halsim/halsim_ds_socket/2025.1.1-beta-1/halsim_ds_socket-2025.1.1-beta-1-linuxx86-64debug.zip",
"sha256": "50eab375b514569c85425deb8bb8c77c7bfdfe1dd6aad1ae1de15d49f212fcc8",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/halsim_ds_socket:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_tools_shuffleboard_macx64": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_jar",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/tools/Shuffleboard/2025.1.1-beta-1/Shuffleboard-2025.1.1-beta-1-macx64.jar",
"sha256": "47ca18cb2ac62fbb564d2da47482f9c3e468e4d48d8ffad2e7145645d25f5e54"
}
},
"bazelrio_edu_wpi_first_wpilibnewcommands_wpilibnewcommands-cpp_sources": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/wpilibNewCommands/wpilibNewCommands-cpp/2025.1.1-beta-1/wpilibNewCommands-cpp-2025.1.1-beta-1-sources.zip",
"sha256": "890388e540450fa12e325b26d7aff2d8b2bd20535c9eca0427d3ed1f0bb57440",
"build_file_content": "filegroup(\n name = \"sources\",\n srcs = glob([\"**\"]),\n visibility = [\"//visibility:public\"],\n )\n "
}
},
"bazelrio_edu_wpi_first_wpinet_wpinet-cpp_linuxathenastaticdebug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/wpinet/wpinet-cpp/2025.1.1-beta-1/wpinet-cpp-2025.1.1-beta-1-linuxathenastaticdebug.zip",
"sha256": "e04e0375165b67f8c354235bd87689cb755ed1e703431acc1fd575a714cd8923",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/wpinet:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_cscore_cscore-cpp_linuxathenastatic": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/cscore/cscore-cpp/2025.1.1-beta-1/cscore-cpp-2025.1.1-beta-1-linuxathenastatic.zip",
"sha256": "2a1f46a79250ab78e0d2e2d68b2f9d6cf1ba444903a50198d447410b89b46ba2",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/cscore:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_halsim_halsim_ws_client_linuxx86-64": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/halsim/halsim_ws_client/2025.1.1-beta-1/halsim_ws_client-2025.1.1-beta-1-linuxx86-64.zip",
"sha256": "c4c6da18f996673ca020f7a490d508fa03da43f01b5dc1de75768658e549f942",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/halsim_ws_client:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_apriltag_apriltag-cpp_osxuniversaldebug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/apriltag/apriltag-cpp/2025.1.1-beta-1/apriltag-cpp-2025.1.1-beta-1-osxuniversaldebug.zip",
"sha256": "45891fcbf565cf3112f113a0cab1b9e3602eb7ea500746aad72aed3a7daf205c",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/apriltag:shared.BUILD.bazel",
"patch_cmds": [
"install_name_tool -id @rpath/libapriltag.dylib osx/universal/shared/libapriltag.dylib",
"install_name_tool -change libwpimath.dylib @rpath/libwpimath.dylib osx/universal/shared/libapriltag.dylib",
"install_name_tool -change libwpiutil.dylib @rpath/libwpiutil.dylib osx/universal/shared/libapriltag.dylib"
]
}
},
"bazelrio_edu_wpi_first_halsim_halsim_gui_osxuniversalstatic": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/halsim/halsim_gui/2025.1.1-beta-1/halsim_gui-2025.1.1-beta-1-osxuniversalstatic.zip",
"sha256": "3e6102607e3f2543a91797a1a9e986e81acb943a1928421e8551dde9fa64a2b3",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/halsim_gui:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_wpinet_wpinet-cpp_windowsarm64staticdebug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/wpinet/wpinet-cpp/2025.1.1-beta-1/wpinet-cpp-2025.1.1-beta-1-windowsarm64staticdebug.zip",
"sha256": "f9c78192ca306bba01bc43584c7dedc74e79911e7ae1169aebd66486ed31746f",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/wpinet:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_wpilibc_wpilibc-cpp_windowsarm64debug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/wpilibc/wpilibc-cpp/2025.1.1-beta-1/wpilibc-cpp-2025.1.1-beta-1-windowsarm64debug.zip",
"sha256": "1e7a0998d78f3a4ed7f017688bc3bf7ed80b53f01665f8b6c0e79542f15b0173",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/wpilibc:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_tools_smartdashboard_winx64": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_jar",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/tools/SmartDashboard/2025.1.1-beta-1/SmartDashboard-2025.1.1-beta-1-winx64.jar",
"sha256": "6dba9aac73c24989a62865b76d1c71f00d3b7d32de1851c52eddbc3c4ba5d313"
}
},
"bazelrio_edu_wpi_first_tools_roborioteamnumbersetter_windowsx86-64": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/tools/roboRIOTeamNumberSetter/2025.1.1-beta-1/roboRIOTeamNumberSetter-2025.1.1-beta-1-windowsx86-64.zip",
"sha256": "6f24f944b1a587da98916c2b97d3b9186f4f07148d3957155a745c8febc6359a",
"build_file_content": "filegroup(name='all', srcs=glob(['**']), visibility=['//visibility:public'])"
}
},
"bazelrio_edu_wpi_first_halsim_halsim_gui_linuxarm32": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/halsim/halsim_gui/2025.1.1-beta-1/halsim_gui-2025.1.1-beta-1-linuxarm32.zip",
"sha256": "87ff4d9d2003daab61e6834cfd91fea1cff5d2c7b1664bd4985b06fbff5a084c",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/halsim_gui:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_wpilibc_wpilibc-cpp_osxuniversaldebug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/wpilibc/wpilibc-cpp/2025.1.1-beta-1/wpilibc-cpp-2025.1.1-beta-1-osxuniversaldebug.zip",
"sha256": "bd30573cf73f61e94e1a76b2fa1e3c0b6b82653ef9fdedba48ed1eb4b5815678",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/wpilibc:shared.BUILD.bazel",
"patch_cmds": [
"install_name_tool -id @rpath/libwpilibc.dylib osx/universal/shared/libwpilibc.dylib",
"install_name_tool -change libcameraserver.dylib @rpath/libcameraserver.dylib osx/universal/shared/libwpilibc.dylib",
"install_name_tool -change libcscore.dylib @rpath/libcscore.dylib osx/universal/shared/libwpilibc.dylib",
"install_name_tool -change libntcore.dylib @rpath/libntcore.dylib osx/universal/shared/libwpilibc.dylib",
"install_name_tool -change libwpiHal.dylib @rpath/libwpiHal.dylib osx/universal/shared/libwpilibc.dylib",
"install_name_tool -change libwpimath.dylib @rpath/libwpimath.dylib osx/universal/shared/libwpilibc.dylib",
"install_name_tool -change libwpinet.dylib @rpath/libwpinet.dylib osx/universal/shared/libwpilibc.dylib",
"install_name_tool -change libwpiutil.dylib @rpath/libwpiutil.dylib osx/universal/shared/libwpilibc.dylib"
]
}
},
"bazelrio_edu_wpi_first_halsim_halsim_ws_client_windowsx86-64debug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/halsim/halsim_ws_client/2025.1.1-beta-1/halsim_ws_client-2025.1.1-beta-1-windowsx86-64debug.zip",
"sha256": "4d4fbfb050d4b95e510ede76dfeeead1ee67fd5b2b1386ce2eb28ec466b199aa",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/halsim_ws_client:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_halsim_halsim_ds_socket_osxuniversal": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/halsim/halsim_ds_socket/2025.1.1-beta-1/halsim_ds_socket-2025.1.1-beta-1-osxuniversal.zip",
"sha256": "c9a8b5f2a4f49ee669f25af275994aad30235d999ab4c26189ea4666205ec550",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/halsim_ds_socket:shared.BUILD.bazel",
"patch_cmds": [
"install_name_tool -id @rpath/libhalsim_ds_socket.dylib osx/universal/shared/libhalsim_ds_socket.dylib",
"install_name_tool -change libwpiHal.dylib @rpath/libwpiHal.dylib osx/universal/shared/libhalsim_ds_socket.dylib",
"install_name_tool -change libwpinet.dylib @rpath/libwpinet.dylib osx/universal/shared/libhalsim_ds_socket.dylib",
"install_name_tool -change libwpiutil.dylib @rpath/libwpiutil.dylib osx/universal/shared/libhalsim_ds_socket.dylib"
]
}
},
"bazelrio_edu_wpi_first_wpimath_wpimath-cpp_windowsarm64": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/wpimath/wpimath-cpp/2025.1.1-beta-1/wpimath-cpp-2025.1.1-beta-1-windowsarm64.zip",
"sha256": "1eda1515cf4dcaac23852fe42d789e1993c61ab722a838c4bdd63e83e19972ec",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/wpimath:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_halsim_halsim_gui_linuxx86-64staticdebug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/halsim/halsim_gui/2025.1.1-beta-1/halsim_gui-2025.1.1-beta-1-linuxx86-64staticdebug.zip",
"sha256": "f97a03fe53573c5114a60382a0d8c7d28a9219d5f54ddd7c63e9d6715f20f10c",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/halsim_gui:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_wpimath_wpimath-cpp_linuxarm64": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/wpimath/wpimath-cpp/2025.1.1-beta-1/wpimath-cpp-2025.1.1-beta-1-linuxarm64.zip",
"sha256": "9d9fc9bc12e5870608d5530d950541f1aa7af9e70e7781dc96bc7906cc8aae2d",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/wpimath:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_wpilibnewcommands_wpilibnewcommands-cpp_windowsarm64static": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/wpilibNewCommands/wpilibNewCommands-cpp/2025.1.1-beta-1/wpilibNewCommands-cpp-2025.1.1-beta-1-windowsarm64static.zip",
"sha256": "10eddc5da2b32fbe0f40e1a7c14e331fff375f6019899811a71625fe024b9979",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/wpilibNewCommands:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_halsim_halsim_ds_socket_linuxarm64static": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/halsim/halsim_ds_socket/2025.1.1-beta-1/halsim_ds_socket-2025.1.1-beta-1-linuxarm64static.zip",
"sha256": "e8fb542a3092c1192a4edc6858293afb19c8a0eedeb41ed4de62c4e1e82e0f8d",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/halsim_ds_socket:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_hal_hal-cpp_linuxarm64static": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/hal/hal-cpp/2025.1.1-beta-1/hal-cpp-2025.1.1-beta-1-linuxarm64static.zip",
"sha256": "320896d3775700bcf4c2f0450b573f54c3f872e1ab56ea5142530983a3201e73",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/hal:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_hal_hal-cpp_linuxarm32staticdebug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/hal/hal-cpp/2025.1.1-beta-1/hal-cpp-2025.1.1-beta-1-linuxarm32staticdebug.zip",
"sha256": "abac2574f9eb43d4b30a2dc9b757c7538e6c039b2177090a78fa47fdf0a059e7",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/hal:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_tools_pathweaver_winx64": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_jar",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/tools/PathWeaver/2025.1.1-beta-1/PathWeaver-2025.1.1-beta-1-winx64.jar",
"sha256": "da9e0a2c94bd9bcc98993db2d18140907efeb763bf53aa04f4df10135bc702b2"
}
},
"bazelrio_edu_wpi_first_hal_hal-cpp_windowsarm64debug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/hal/hal-cpp/2025.1.1-beta-1/hal-cpp-2025.1.1-beta-1-windowsarm64debug.zip",
"sha256": "37aab0d07b5ef54cee9999c3bb272b2fbf875d5c50956e6382c7a44777081071",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/hal:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_apriltag_apriltag-cpp_linuxarm64debug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/apriltag/apriltag-cpp/2025.1.1-beta-1/apriltag-cpp-2025.1.1-beta-1-linuxarm64debug.zip",
"sha256": "fd0ec8398b0ee15c2a7b63162821764b4613aed30ac41bb10ec2f8ba8383cecf",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/apriltag:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_tools_shuffleboard_linuxx64": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_jar",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/tools/Shuffleboard/2025.1.1-beta-1/Shuffleboard-2025.1.1-beta-1-linuxx64.jar",
"sha256": "c99d45c813e903174d53697e57bb56e2b0f9877ad4cb5dbc71735e382baee23c"
}
},
"bazelrio_edu_wpi_first_halsim_halsim_ds_socket_windowsx86-64staticdebug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/halsim/halsim_ds_socket/2025.1.1-beta-1/halsim_ds_socket-2025.1.1-beta-1-windowsx86-64staticdebug.zip",
"sha256": "9ba8020686ad223179ee954016488bdc775639ace23114396b16dc07957e1b2c",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/halsim_ds_socket:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_halsim_halsim_ws_server_windowsarm64static": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/halsim/halsim_ws_server/2025.1.1-beta-1/halsim_ws_server-2025.1.1-beta-1-windowsarm64static.zip",
"sha256": "8fe1dffc9afd689b007c05b6fe1e98a590ce40e7fc96788e728db9a2ff4634de",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/halsim_ws_server:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_wpilibc_wpilibc-cpp_linuxarm64": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/wpilibc/wpilibc-cpp/2025.1.1-beta-1/wpilibc-cpp-2025.1.1-beta-1-linuxarm64.zip",
"sha256": "1e0843523d7d4a7b2071ea247284fd7594d7b5e7850ebff969123ca1e95f0118",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/wpilibc:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_tools_sysid_osxuniversal": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/tools/SysId/2025.1.1-beta-1/SysId-2025.1.1-beta-1-osxuniversal.zip",
"sha256": "3fc8358ce5360aca49bbc103f7340ac2e67426dfb97d346b1b979d198c7f54b8",
"build_file_content": "filegroup(name='all', srcs=glob(['**']), visibility=['//visibility:public'])"
}
},
"bazelrio_edu_wpi_first_apriltag_apriltag-cpp_linuxarm32static": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/apriltag/apriltag-cpp/2025.1.1-beta-1/apriltag-cpp-2025.1.1-beta-1-linuxarm32static.zip",
"sha256": "3dd42ec9ef5ac2d6a0f2eb0e7a3e5d1ff772cb1bd889aa79456e5ff2ba552173",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/apriltag:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_apriltag_apriltag-cpp_windowsarm64debug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/apriltag/apriltag-cpp/2025.1.1-beta-1/apriltag-cpp-2025.1.1-beta-1-windowsarm64debug.zip",
"sha256": "fd5a6f64fbd4365e6332840781ca5aa7207f3585cafa8a4ef4b14ad6fb7125a9",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/apriltag:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_cscore_cscore-cpp_linuxarm32staticdebug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/cscore/cscore-cpp/2025.1.1-beta-1/cscore-cpp-2025.1.1-beta-1-linuxarm32staticdebug.zip",
"sha256": "bd7977a911066e2e56ba67cdaa694f3607c79d1a6fa9fa024968db4a596daaa6",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/cscore:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_halsim_halsim_ds_socket_windowsarm64": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/halsim/halsim_ds_socket/2025.1.1-beta-1/halsim_ds_socket-2025.1.1-beta-1-windowsarm64.zip",
"sha256": "e11628d21b3b3207ba93661b687a7605eedd3533e7ed7f5ca14b5787a2879184",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/halsim_ds_socket:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_halsim_halsim_ws_server_linuxx86-64debug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/halsim/halsim_ws_server/2025.1.1-beta-1/halsim_ws_server-2025.1.1-beta-1-linuxx86-64debug.zip",
"sha256": "f91cb8e18aec1c05f6b1bdcc96a1fdc59459eb3645c2d7b99b01645e95799c74",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/halsim_ws_server:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_wpilibc_wpilibc-cpp_osxuniversalstaticdebug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/wpilibc/wpilibc-cpp/2025.1.1-beta-1/wpilibc-cpp-2025.1.1-beta-1-osxuniversalstaticdebug.zip",
"sha256": "157c49f32ed4b6ddbbbea899cf4b2d28442ffbe0c7ce7aa9c942c37b856b58b0",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/wpilibc:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_ntcore_ntcore-cpp_windowsx86-64debug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/ntcore/ntcore-cpp/2025.1.1-beta-1/ntcore-cpp-2025.1.1-beta-1-windowsx86-64debug.zip",
"sha256": "c6fc7aa72d3b8bface08d550b0d94a6e0d6f4df2e9eb3da608947f0e9def157d",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/ntcore:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_wpimath_wpimath-cpp_windowsx86-64debug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/wpimath/wpimath-cpp/2025.1.1-beta-1/wpimath-cpp-2025.1.1-beta-1-windowsx86-64debug.zip",
"sha256": "c9de30e26fa8093f5a93cb7a54e55a7712318341b6567ffee255fe3578aa6df2",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/wpimath:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_cameraserver_cameraserver-cpp_windowsx86-64": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/cameraserver/cameraserver-cpp/2025.1.1-beta-1/cameraserver-cpp-2025.1.1-beta-1-windowsx86-64.zip",
"sha256": "a815f233243b9114c9c4b7d2a1761b97b1507d255e098a9318de9075a8af271f",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/cameraserver:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_wpilibnewcommands_wpilibnewcommands-cpp_windowsx86-64static": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/wpilibNewCommands/wpilibNewCommands-cpp/2025.1.1-beta-1/wpilibNewCommands-cpp-2025.1.1-beta-1-windowsx86-64static.zip",
"sha256": "1b77b9172cb4c72f8f9d6035ac4bc890700a1a17ab5971fdb77341f7ffcad694",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/wpilibNewCommands:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_wpiutil_wpiutil-cpp_sources": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/wpiutil/wpiutil-cpp/2025.1.1-beta-1/wpiutil-cpp-2025.1.1-beta-1-sources.zip",
"sha256": "56d3020045e8ec4a97e7ef4dc6da77921d1fb419454af9442e9d4f4defcd18e0",
"build_file_content": "filegroup(\n name = \"sources\",\n srcs = glob([\"**\"]),\n visibility = [\"//visibility:public\"],\n )\n "
}
},
"bazelrio_edu_wpi_first_wpilibnewcommands_wpilibnewcommands-cpp_linuxarm32debug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/wpilibNewCommands/wpilibNewCommands-cpp/2025.1.1-beta-1/wpilibNewCommands-cpp-2025.1.1-beta-1-linuxarm32debug.zip",
"sha256": "18f51508b1548be8e30dc322cee033de07f6c88005a0b17315424151c73f2603",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/wpilibNewCommands:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_halsim_halsim_ds_socket_linuxarm32debug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/halsim/halsim_ds_socket/2025.1.1-beta-1/halsim_ds_socket-2025.1.1-beta-1-linuxarm32debug.zip",
"sha256": "184fae552ac9aa85a70b3ef4c8d18c0313bdd68ae9d1ba0247b969f33541bab7",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/halsim_ds_socket:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_wpilibc_wpilibc-cpp_linuxx86-64static": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/wpilibc/wpilibc-cpp/2025.1.1-beta-1/wpilibc-cpp-2025.1.1-beta-1-linuxx86-64static.zip",
"sha256": "d93a3a29a1ce588f1ffc70216abd5f9daf0722853b93e42061030e37a17465a4",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/wpilibc:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_wpilibnewcommands_wpilibnewcommands-cpp_windowsx86-64debug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/wpilibNewCommands/wpilibNewCommands-cpp/2025.1.1-beta-1/wpilibNewCommands-cpp-2025.1.1-beta-1-windowsx86-64debug.zip",
"sha256": "eaced076588c71fa03dbe87fd46177dc79f9b9a6c0c4304608edcb31b1a4b60e",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/wpilibNewCommands:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_ntcore_ntcore-cpp_osxuniversalstaticdebug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/ntcore/ntcore-cpp/2025.1.1-beta-1/ntcore-cpp-2025.1.1-beta-1-osxuniversalstaticdebug.zip",
"sha256": "ba959deed7a01d2d497c64dc0d78e16f1e3373924cb942b39ae1dee2e9734538",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/ntcore:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_halsim_halsim_ws_server_linuxarm64static": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/halsim/halsim_ws_server/2025.1.1-beta-1/halsim_ws_server-2025.1.1-beta-1-linuxarm64static.zip",
"sha256": "9d3c54fce16d9f44ed163afec7b52163b04e933ce85ee8873307390059ab24ea",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/halsim_ws_server:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_halsim_halsim_gui_linuxarm64": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/halsim/halsim_gui/2025.1.1-beta-1/halsim_gui-2025.1.1-beta-1-linuxarm64.zip",
"sha256": "1688ac458902577a3b2ab74bdb8bec6484c52cb1ddf2eed8f2b73377ac156b17",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/halsim_gui:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_wpinet_wpinet-cpp_windowsx86-64": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/wpinet/wpinet-cpp/2025.1.1-beta-1/wpinet-cpp-2025.1.1-beta-1-windowsx86-64.zip",
"sha256": "ab473d13b972cfe0fac3c51a1ca2a2ee9e635a7be237603204d312bb3586c1fc",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/wpinet:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_tools_datalogtool_windowsarm64": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/tools/DataLogTool/2025.1.1-beta-1/DataLogTool-2025.1.1-beta-1-windowsarm64.zip",
"sha256": "dedd1e3c20b9601b87e028bcca8b7ef492a8270a0191178618929b0890744c4b",
"build_file_content": "filegroup(name='all', srcs=glob(['**']), visibility=['//visibility:public'])"
}
},
"bazelrio_edu_wpi_first_wpinet_wpinet-cpp_linuxx86-64debug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/wpinet/wpinet-cpp/2025.1.1-beta-1/wpinet-cpp-2025.1.1-beta-1-linuxx86-64debug.zip",
"sha256": "1f2261b7a542975fd795e6a7c6388db227f7372f6c49292a3311588e55b85012",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/wpinet:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_wpiutil_wpiutil-cpp_linuxathenadebug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/wpiutil/wpiutil-cpp/2025.1.1-beta-1/wpiutil-cpp-2025.1.1-beta-1-linuxathenadebug.zip",
"sha256": "ddead6bf08c9beb339fc723ebc3091e5d9912f907faa69e1f35a24c4da8c1753",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/wpiutil:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_wpimath_wpimath-cpp_linuxarm32": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/wpimath/wpimath-cpp/2025.1.1-beta-1/wpimath-cpp-2025.1.1-beta-1-linuxarm32.zip",
"sha256": "0ca47d0970842b9cd11ed8060c77598428bffa50b2e95c165f3780b2ec516796",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/wpimath:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_wpinet_wpinet-cpp_linuxathenastatic": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/wpinet/wpinet-cpp/2025.1.1-beta-1/wpinet-cpp-2025.1.1-beta-1-linuxathenastatic.zip",
"sha256": "140d9a735b23c6fc59b169e3fb590cd6db61368341a7924243ca3be85521b7a5",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/wpinet:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_cscore_cscore-cpp_linuxarm64": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/cscore/cscore-cpp/2025.1.1-beta-1/cscore-cpp-2025.1.1-beta-1-linuxarm64.zip",
"sha256": "be46ac3a898df7db39dbafdd554fc7faf3eb83ab639bcde227c30f96de60febc",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/cscore:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_halsim_halsim_ds_socket_linuxarm32staticdebug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/halsim/halsim_ds_socket/2025.1.1-beta-1/halsim_ds_socket-2025.1.1-beta-1-linuxarm32staticdebug.zip",
"sha256": "7e90d56d9c95153109ef6650907dece937a53737a0df68d56a9814614862121d",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/halsim_ds_socket:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_hal_hal-cpp_windowsarm64staticdebug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/hal/hal-cpp/2025.1.1-beta-1/hal-cpp-2025.1.1-beta-1-windowsarm64staticdebug.zip",
"sha256": "ae70d9ccc1c0794b68403961b63c891928750d6ee71ba39586f428e87540fcca",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/hal:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_tools_datalogtool_linuxx86-64": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/tools/DataLogTool/2025.1.1-beta-1/DataLogTool-2025.1.1-beta-1-linuxx86-64.zip",
"sha256": "55bfe553c83b4ea77dad1b136848380f51cde31e7fe340e480154767da34b8bb",
"build_file_content": "filegroup(name='all', srcs=glob(['**']), visibility=['//visibility:public'])"
}
},
"bazelrio_edu_wpi_first_halsim_halsim_ws_server_windowsx86-64debug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/halsim/halsim_ws_server/2025.1.1-beta-1/halsim_ws_server-2025.1.1-beta-1-windowsx86-64debug.zip",
"sha256": "e58da247a464dc53b19a1950f4e282d661cffa22911f49f1acb985251fa8dbd5",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/halsim_ws_server:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_wpiutil_wpiutil-cpp_headers": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/wpiutil/wpiutil-cpp/2025.1.1-beta-1/wpiutil-cpp-2025.1.1-beta-1-headers.zip",
"sha256": "25ec13e1109839a559668d92fa9fa7067b5706ebdb107600c29c71cfbf77fa5c",
"build_file_content": "cc_library(\n name = \"headers\",\n hdrs = glob([\"**\"]),\n includes = [\".\"],\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"header_files\",\n srcs = glob([\"**\"]),\n visibility = [\"//visibility:public\"],\n)\n"
}
},
"bazelrio_edu_wpi_first_halsim_halsim_ws_client_linuxarm64static": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/halsim/halsim_ws_client/2025.1.1-beta-1/halsim_ws_client-2025.1.1-beta-1-linuxarm64static.zip",
"sha256": "1038a0bcfadb6674ca19fd3ffe79e8b7c352ac1993c749116db4827761928ccf",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/halsim_ws_client:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_halsim_halsim_ws_client_linuxarm32staticdebug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/halsim/halsim_ws_client/2025.1.1-beta-1/halsim_ws_client-2025.1.1-beta-1-linuxarm32staticdebug.zip",
"sha256": "94249fbc38f7c13ec22b14c39c222dbb5964eaffb42751a5f17210fc2547d5d0",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/halsim_ws_client:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_wpilibnewcommands_wpilibnewcommands-cpp_linuxathenastaticdebug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/wpilibNewCommands/wpilibNewCommands-cpp/2025.1.1-beta-1/wpilibNewCommands-cpp-2025.1.1-beta-1-linuxathenastaticdebug.zip",
"sha256": "1350d63e9531a8bf1317529139cdc20920e4d9e57977abc4fd10a113438fecfe",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/wpilibNewCommands:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_halsim_halsim_gui_linuxarm32staticdebug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/halsim/halsim_gui/2025.1.1-beta-1/halsim_gui-2025.1.1-beta-1-linuxarm32staticdebug.zip",
"sha256": "5f7b13e94254067371e39550ab7d80ad6447071b52faeb8f5090f396d8095da5",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/halsim_gui:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_cscore_cscore-cpp_linuxathena": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/cscore/cscore-cpp/2025.1.1-beta-1/cscore-cpp-2025.1.1-beta-1-linuxathena.zip",
"sha256": "ab2a38538de5cbd362fd95122fef4f3e038774b3e8fc5fca84e59cb2c8f14870",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/cscore:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_wpinet_wpinet-cpp_windowsx86-64static": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/wpinet/wpinet-cpp/2025.1.1-beta-1/wpinet-cpp-2025.1.1-beta-1-windowsx86-64static.zip",
"sha256": "8ab080d9a76fa2291a0e31e18608f996f9dccfec5ea759aa15382a70ba533a8c",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/wpinet:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_cscore_cscore-cpp_linuxarm32": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/cscore/cscore-cpp/2025.1.1-beta-1/cscore-cpp-2025.1.1-beta-1-linuxarm32.zip",
"sha256": "9f2e4998f8e7bec6ebba98bec0db56bebe31ef405ee7ed7fb7e5c66767011bb2",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/cscore:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_cameraserver_cameraserver-cpp_windowsarm64": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/cameraserver/cameraserver-cpp/2025.1.1-beta-1/cameraserver-cpp-2025.1.1-beta-1-windowsarm64.zip",
"sha256": "aeee412a91ae90953461b665b2976471040b00cafca32d226f003af2c591bafd",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/cameraserver:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_halsim_halsim_ws_client_windowsarm64static": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/halsim/halsim_ws_client/2025.1.1-beta-1/halsim_ws_client-2025.1.1-beta-1-windowsarm64static.zip",
"sha256": "4ab29c2b5491d41b3c1a8816498d4f97be8834b47632a45a11991b7292a10561",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/halsim_ws_client:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_wpilibnewcommands_wpilibnewcommands-cpp_headers": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/wpilibNewCommands/wpilibNewCommands-cpp/2025.1.1-beta-1/wpilibNewCommands-cpp-2025.1.1-beta-1-headers.zip",
"sha256": "e93652eff37da105e06e2ed0d854b0b3658969ecfa711f30ed6e1ac392565df7",
"build_file_content": "cc_library(\n name = \"headers\",\n hdrs = glob([\"**\"]),\n includes = [\".\"],\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"header_files\",\n srcs = glob([\"**\"]),\n visibility = [\"//visibility:public\"],\n)\n"
}
},
"bazelrio_edu_wpi_first_cameraserver_cameraserver-cpp_osxuniversal": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/cameraserver/cameraserver-cpp/2025.1.1-beta-1/cameraserver-cpp-2025.1.1-beta-1-osxuniversal.zip",
"sha256": "267aecdeec449c9f4157bea51a6959931680a53610a3ce5e2288a0897b1ac480",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/cameraserver:shared.BUILD.bazel",
"patch_cmds": [
"install_name_tool -id @rpath/libcameraserver.dylib osx/universal/shared/libcameraserver.dylib",
"install_name_tool -change libcscore.dylib @rpath/libcscore.dylib osx/universal/shared/libcameraserver.dylib",
"install_name_tool -change libntcore.dylib @rpath/libntcore.dylib osx/universal/shared/libcameraserver.dylib",
"install_name_tool -change libwpinet.dylib @rpath/libwpinet.dylib osx/universal/shared/libcameraserver.dylib",
"install_name_tool -change libwpiutil.dylib @rpath/libwpiutil.dylib osx/universal/shared/libcameraserver.dylib"
]
}
},
"bazelrio_edu_wpi_first_ntcore_ntcore-cpp_linuxx86-64debug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/ntcore/ntcore-cpp/2025.1.1-beta-1/ntcore-cpp-2025.1.1-beta-1-linuxx86-64debug.zip",
"sha256": "a5505a2660932cee3515e352d744f1b591175a695058fca10e38909e3c0930c2",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/ntcore:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_cscore_cscore-cpp_linuxx86-64": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/cscore/cscore-cpp/2025.1.1-beta-1/cscore-cpp-2025.1.1-beta-1-linuxx86-64.zip",
"sha256": "f50491efb6df1d6ab025b2ef2de8bcd4d5b764ca39515d53044fb17e06354a40",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/cscore:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_wpilibc_wpilibc-cpp_windowsx86-64debug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/wpilibc/wpilibc-cpp/2025.1.1-beta-1/wpilibc-cpp-2025.1.1-beta-1-windowsx86-64debug.zip",
"sha256": "f49f9633ef1f890ee392a5164b70fb61340cca67212548d86d427624d24a4d09",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/wpilibc:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_wpiutil_wpiutil-cpp_linuxx86-64static": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/wpiutil/wpiutil-cpp/2025.1.1-beta-1/wpiutil-cpp-2025.1.1-beta-1-linuxx86-64static.zip",
"sha256": "7037f140e348fa45ea55435270c03b42264233bd42d9a91d22992de51758b1f7",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/wpiutil:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_hal_hal-cpp_osxuniversalstaticdebug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/hal/hal-cpp/2025.1.1-beta-1/hal-cpp-2025.1.1-beta-1-osxuniversalstaticdebug.zip",
"sha256": "433f5cd80a164cca35ec24dfc2b686005bdcf9e396c0eeee6c56d60707f98576",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/hal:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_tools_smartdashboard_linuxx64": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_jar",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/tools/SmartDashboard/2025.1.1-beta-1/SmartDashboard-2025.1.1-beta-1-linuxx64.jar",
"sha256": "eb7a9ad7c7212f9473ca150422c6b45b2e864b5dd26148e9dfef784d4387b071"
}
},
"bazelrio_edu_wpi_first_wpilibnewcommands_wpilibnewcommands-cpp_linuxarm64staticdebug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/wpilibNewCommands/wpilibNewCommands-cpp/2025.1.1-beta-1/wpilibNewCommands-cpp-2025.1.1-beta-1-linuxarm64staticdebug.zip",
"sha256": "4ca55553e26fb98a0e528689af828a2189cd2950f4b3f23667d98762abebd9fb",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/wpilibNewCommands:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_wpinet_wpinet-cpp_linuxarm64debug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/wpinet/wpinet-cpp/2025.1.1-beta-1/wpinet-cpp-2025.1.1-beta-1-linuxarm64debug.zip",
"sha256": "de7b1ffd47d42b340e6d4748fc4510fe7e2c140388aef509fe1959aee699fffb",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/wpinet:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_wpinet_wpinet-cpp_linuxarm64static": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/wpinet/wpinet-cpp/2025.1.1-beta-1/wpinet-cpp-2025.1.1-beta-1-linuxarm64static.zip",
"sha256": "9a8697ac6caf5d32ae9662fbd46fe48347440bd8248f3b40acbd78ace1d97060",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/wpinet:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_tools_smartdashboard_macx64": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_jar",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/tools/SmartDashboard/2025.1.1-beta-1/SmartDashboard-2025.1.1-beta-1-macx64.jar",
"sha256": "63b73b60ac20c7ea1e1fef7eced3e8eaedc0e39d5c75c64b8ce499f481ca78e8"
}
},
"bazelrio_edu_wpi_first_tools_datalogtool_osxuniversal": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/tools/DataLogTool/2025.1.1-beta-1/DataLogTool-2025.1.1-beta-1-osxuniversal.zip",
"sha256": "c831f3bd9510db7584f581c9a767d291802b797c673bb06beb18fc6888bb36b5",
"build_file_content": "filegroup(name='all', srcs=glob(['**']), visibility=['//visibility:public'])"
}
},
"bazelrio_edu_wpi_first_cscore_cscore-cpp_linuxathenadebug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/cscore/cscore-cpp/2025.1.1-beta-1/cscore-cpp-2025.1.1-beta-1-linuxathenadebug.zip",
"sha256": "790b7628722ba3aa3b4639a064a9e52a1e31acea1dae69eef536c7de04b03511",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/cscore:shared.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_cameraserver_cameraserver-cpp_linuxathenastaticdebug": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/cameraserver/cameraserver-cpp/2025.1.1-beta-1/cameraserver-cpp-2025.1.1-beta-1-linuxathenastaticdebug.zip",
"sha256": "456150211fa3c172e97a2aea288d8a6393dfa3a23d3fa7e72cadfd8067e968e4",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/cameraserver:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_halsim_halsim_gui_sources": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/halsim/halsim_gui/2025.1.1-beta-1/halsim_gui-2025.1.1-beta-1-sources.zip",
"sha256": "2f516e4479572d32279668c75981a0b4ade1cd99e79be751d891a04d0431dba5",
"build_file_content": "filegroup(\n name = \"sources\",\n srcs = glob([\"**\"]),\n visibility = [\"//visibility:public\"],\n )\n "
}
},
"bazelrio_edu_wpi_first_apriltag_apriltag-cpp_osxuniversalstatic": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/apriltag/apriltag-cpp/2025.1.1-beta-1/apriltag-cpp-2025.1.1-beta-1-osxuniversalstatic.zip",
"sha256": "2b5cbd7f3d3ac49670eb36e9b36b1f8d9927989a48b146120cd9696f8e1613e2",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/apriltag:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_cameraserver_cameraserver-cpp_linuxathenastatic": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/cameraserver/cameraserver-cpp/2025.1.1-beta-1/cameraserver-cpp-2025.1.1-beta-1-linuxathenastatic.zip",
"sha256": "b993a5636602ae6edd34ef8f77692d6650ccc559fb012689ed022ce7bd57da05",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/cameraserver:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_halsim_halsim_ds_socket_linuxarm32static": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/halsim/halsim_ds_socket/2025.1.1-beta-1/halsim_ds_socket-2025.1.1-beta-1-linuxarm32static.zip",
"sha256": "f3c31eeaf61a7169dc0b5ee2cdc4d0dfbd28f6acb457c9d9f730041c2ba2823c",
"build_file": "@@bzlmodrio-allwpilib~//private/cpp/halsim_ds_socket:static.BUILD.bazel"
}
},
"bazelrio_edu_wpi_first_hal_hal-cpp_linuxarm32static": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
"url": "https://frcmaven.wpi.edu/release/edu/wpi/first/hal/hal-cpp/2025.1.1-beta-1/hal-cpp-2025.1.1-beta-1-linuxarm32static.zip",