-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpixi.lock
17174 lines (17174 loc) · 530 KB
/
pixi.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
version: 5
environments:
default:
channels:
- url: https://conda.anaconda.org/conda-forge/
- url: https://conda.anaconda.org/robostack-staging/
packages:
linux-64:
- conda: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.4.4-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.11.10-py311h2dc5d0c_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.3.1-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.13-hb9d3cd8_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/argcomplete-3.5.2-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/assimp-5.3.1-hfb0e8fe_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/attr-2.5.1-h166bdaf_1.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/attrs-24.2.0-pyh71513ae_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.22-h96bc93b_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.6.14-h88a6e22_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.19-h4ab18f5_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.18-h83b837d_6.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.4.2-ha47c788_12.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.8.1-h29d6fba_17.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.14.8-h21d4f22_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.10.4-h759edc4_4.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.5.9-h594631b_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.16-h83b837d_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.18-h83b837d_6.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.26.9-he3a8b3b_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.329-hba8bd5f_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils-2.43-h4852527_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.43-h4bf12b8_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.43-h4852527_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.5-hc2324a3_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/boost-1.82.0-h781c19f_6.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb9d3cd8_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hb9d3cd8_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/bullet-3.25-h781c19f_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/bullet-cpp-3.25-h6dcdc2f_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.3-hb9d3cd8_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.8.0-h2b85faf_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.8.30-hbcca054_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.0-h3faef2a_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/catkin_pkg-1.0.0-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.8.30-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py311hf29c0ef_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/clang-format-18-18.1.7-default_h9bb3924_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/clang-format-18.1.7-default_h9bb3924_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/cmake-3.28.3-hcfe8598_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/colcon-argcomplete-0.3.3-pyhd8ed1ab_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/colcon-bash-0.5.0-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/colcon-cd-0.1.1-pyhd8ed1ab_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/colcon-cmake-0.2.28-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/colcon-common-extensions-0.3.0-py311h38be061_2.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/colcon-core-0.18.2-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/colcon-defaults-0.2.8-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/colcon-devtools-0.3.0-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/colcon-library-path-0.2.1-py_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/colcon-metadata-0.2.5-py_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/colcon-output-0.2.13-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/colcon-package-information-0.4.0-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/colcon-package-selection-0.2.10-py_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/colcon-parallel-executor-0.3.0-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/colcon-pkg-config-0.1.0-py_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/colcon-powershell-0.4.0-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/colcon-python-setup-py-0.2.9-pyhff2d567_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/colcon-recursive-crawl-0.2.3-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/colcon-ros-0.5.0-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/colcon-test-result-0.3.8-py_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/colcon-zsh-0.5.0-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_3.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/console_bridge-1.0.2-h924138e_1.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.3.1-py311hd18a35c_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/coverage-7.6.9-py311h2dc5d0c_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/cppcheck-2.16.0-py311h59791a5_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/cryptography-44.0.0-py311hafd3f86_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.8.0-h1a2810e_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.9-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/docutils-0.21.2-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/double-conversion-3.3.0-h59595ed_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/eigen-3.4.0-h00ab1b0_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/empy-3.3.4-pyh9f0ad1d_1.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/expat-2.5.0-hcb278e6_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/ffmpeg-6.1.1-gpl_he44c6f3_112.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/flake8-7.1.1-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/flann-1.9.2-h776a335_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/fmt-10.2.1-h00ab1b0_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.14.2-h14ed4e7_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.55.2-py311h2dc5d0c_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/foonathan-memory-0.7.2-h27087fc_1.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/freeglut-3.2.2-hac7e632_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/freeimage-3.18.0-h4b96d29_20.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/freetype-2.12.1-h267a509_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/fribidi-1.0.10-h36c2ea0_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.5.0-py311h9ecbd09_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc-13.3.0-h9576a4e_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-13.3.0-hfea6d02_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-13.3.0-hc28eda2_7.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gdk-pixbuf-2.42.12-hb9ae30d_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gettext-0.22.5-he02047a_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gettext-tools-0.22.5-he02047a_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-h5888daf_1005.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gl2ps-1.4.2-h0708190_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/glew-2.1.0-h9c3ff4c_2.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/glib-2.80.2-hf974151_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.80.2-hb6ce0ca_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/glog-0.7.1-hbabe93e_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gmock-1.14.0-ha770c72_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gnutls-3.7.9-hb077bed_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.13-h59595ed_1003.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/graphviz-9.0.0-h78e8752_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gst-plugins-base-1.22.9-h8e1006c_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gstreamer-1.22.9-h98fc4e7_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gtest-1.14.0-h434a139_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gtk2-2.24.33-h280cfa0_4.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gts-0.7.6-h977cf35_4.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx-13.3.0-h9576a4e_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-13.3.0-hdbfa832_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-13.3.0-h6834431_7.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-8.5.0-hfac3d4d_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/hdf4-4.2.15-h2a13503_7.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.3-nompi_hdf9ad27_105.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/humanfriendly-10.0-pyhd81877a_7.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/icu-73.2-h59595ed_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/imath-3.1.11-hfc55251_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.5.0-pyha770c72_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.4.5-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/jasper-4.2.4-h536e39c_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/jsoncpp-1.9.5-h4bd325d_1.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-hd590300_3.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-3.10.0-he073ed8_18.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.4.7-py311hd18a35c_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/lame-3.100-h166bdaf_1003.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/lark-parser-0.12.0-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.16-hb7c19ff_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.43-h712a8e2_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/lerc-4.0.0-h27087fc_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240116.2-cxx17_he02047a_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libacl-2.3.2-h0f662aa_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.3-h59595ed_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-16.1.0-hcb6531f_6_cpu.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libasprintf-0.22.5-he8f35ee_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libasprintf-devel-0.22.5-he8f35ee_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libass-0.17.1-h8fe9dca_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-25_linux64_openblas.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libboost-1.82.0-h6fcfa73_6.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libboost-devel-1.82.0-h00ab1b0_6.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libboost-headers-1.82.0-ha770c72_6.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libboost-python-1.82.0-py311h92ebd52_6.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libboost-python-devel-1.82.0-py311h781c19f_6.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hb9d3cd8_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hb9d3cd8_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hb9d3cd8_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libcap-2.71-h39aace5_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-25_linux64_openblas.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-15.0.7-default_h127d8a8_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp18.1-18.1.7-default_h9bb3924_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libclang13-15.0.7-default_h5d6823c_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-h4637d8d_4.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.8.0-hca28451_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.20-hd590300_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libdrm-2.4.124-hb9d3cd8_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20191231-he28a2e2_2.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.5.0-hcb278e6_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/libflac-1.4.3-h59595ed_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-14.2.0-h77fa898_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-13.3.0-h84ea5a7_101.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.2.0-h69a702a_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcrypt-lib-1.11.0-hb9d3cd8_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgd-2.3.3-h119a65a_9.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgettextpo-0.22.5-he02047a_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgettextpo-devel-0.22.5-he02047a_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-14.2.0-h69a702a_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-14.2.0-h69a702a_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.2.0-hd5240d6_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.80.2-hf974151_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libglu-9.0.0-hac7e632_1003.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.2.0-h77fa898_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.24.0-h2736e30_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-storage-2.24.0-h3d9a0c8_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgpg-error-1.51-hbd13f7d_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.62.2-h15f2491_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libhwloc-2.11.2-default_he43201b_1000.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libidn2-2.3.7-hd590300_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libignition-cmake2-2.17.2-hac33072_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libignition-math6-6.15.1-py311he92c4ec_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.0.0-hd590300_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-25_linux64_openblas.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/liblapacke-3.9.0-25_linux64_openblas.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm15-15.0.7-hb3ce162_4.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm18-18.1.7-hb77312f_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.6.3-hb9d3cd8_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-devel-5.6.3-hb9d3cd8_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libnetcdf-4.9.2-nompi_h135f659_114.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.58.0-h47da74e_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libogg-1.3.5-h4ab18f5_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.28-pthreads_h94d23a6_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libopencv-4.9.0-qt5_py311ha9522c6_515.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-2024.1.0-h2da1b83_7.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-auto-batch-plugin-2024.1.0-hb045406_7.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-auto-plugin-2024.1.0-hb045406_7.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-hetero-plugin-2024.1.0-h5c03a75_7.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-intel-cpu-plugin-2024.1.0-h2da1b83_7.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-intel-gpu-plugin-2024.1.0-h2da1b83_7.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-intel-npu-plugin-2024.1.0-he02047a_7.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-ir-frontend-2024.1.0-h5c03a75_7.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-onnx-frontend-2024.1.0-h07e8aee_7.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-paddle-frontend-2024.1.0-h07e8aee_7.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-pytorch-frontend-2024.1.0-he02047a_7.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-tensorflow-frontend-2024.1.0-h39126c6_7.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libopenvino-tensorflow-lite-frontend-2024.1.0-he02047a_7.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libopus-1.3.1-h7f98852_1.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/libpciaccess-0.18-hd590300_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.43-h2797004_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libpq-16.6-h035377e_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-4.25.3-h08a7969_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libraw-0.21.1-h2a13503_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libre2-11-2023.09.01-h5a48ba9_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/librerun-sdk-0.20.3-hf327840_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/librsvg-2.58.1-hadf69e7_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-13.3.0-heb74ff8_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsndfile-1.2.2-hc60ed4a_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.46.0-hde9e2c9_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.0-h0841786_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-14.2.0-hc0a3c3a_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-64-13.3.0-h84ea5a7_101.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-14.2.0-h4852527_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsystemd0-256.9-h2774228_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libtasn1-4.19.0-h166bdaf_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/libtheora-1.1.1-h4ab18f5_1006.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.6.0-h1dd3fc0_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libunistring-0.9.10-h7f98852_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.8.0-hf23e847_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuv-1.49.2-hb9d3cd8_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libva-2.21.0-h4ab18f5_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libvorbis-1.3.7-h9c3ff4c_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/libvpx-1.14.1-hac33072_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libwebp-1.4.0-h2c329e2_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.4.0-hd590300_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.15-h0b41bf4_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.7.0-h662e7e4_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.12.7-hc051c1a_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libxslt-1.1.39-h76b75d6_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libzip-1.10.1-h2629f0a_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-h4ab18f5_6.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/loguru-0.7.2-py311h38be061_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/lxml-5.2.2-py311hc0a218f_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.9.4-hcb278e6_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.9.3-py311h2b939e6_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/mccabe-0.7.0-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/mpg123-1.32.9-hc50e24c_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.1.0-py311hd18a35c_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/multidict-6.1.0-py311h2dc5d0c_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-common-8.0.33-hf1915f5_6.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-8.0.33-hca2cd23_6.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-he02047a_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/netifaces-0.11.0-py311h459d7ec_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/nettle-3.9.1-h7ab15ed_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.12.1-h297d8ca_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.11.3-he02047a_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/nspr-4.36-h5888daf_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/nss-3.100-hca3bf56_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/ocl-icd-2.3.2-hb9d3cd8_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/opencl-headers-2024.10.24-h5888daf_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/opencv-4.9.0-qt5_py311h673e418_515.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/openexr-3.2.2-haf962dd_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/openh264-2.4.1-h59595ed_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.2-h488ebb8_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.4.0-hb9d3cd8_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/orc-2.0.1-h17fec99_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/orocos-kdl-1.5.1-h5888daf_8.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/p11-kit-0.24.1-hc5aa10d_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhd8ed1ab_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pango-1.54.0-h84a9a3c_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pcl-1.13.1-h4836831_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pcre-8.45-h9c3ff4c_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.43-hcad00b1_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pep517-0.13.0-pyhd8ed1ab_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/pillow-10.3.0-py311h18e6fac_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.44.2-h29eaf8c_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pkg-config-0.29.2-h4bc722e_1009.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/proj-9.3.1-h1d62c97_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/propcache-0.2.1-py311h9ecbd09_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/psutil-6.1.0-py311h9ecbd09_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pugixml-1.14-h59595ed_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pulseaudio-client-16.1-hb77b528_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/py-opencv-4.9.0-qt5_py311hf899e8c_515.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pybind11-2.13.6-pyh1ec8472_2.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/pybind11-global-2.13.6-pyh415d2e4_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pybullet-3.25-py311h6dcdc2f_3.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pycairo-1.27.0-py311h124c5f0_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pycodestyle-2.12.1-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pydocstyle-6.3.0-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pydot-3.0.2-py311h38be061_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pyflakes-3.2.0-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.18.0-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.2.0-pyhd8ed1ab_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pyqt-5.15.9-py311hf0fb5b6_5.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pyqt-builder-1.15.4-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pyqt5-sip-12.12.2-py311hb755f60_5.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.4-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pytest-cov-6.0.0-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pytest-repeat-0.9.3-pyhff2d567_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pytest-rerunfailures-15.0-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.11.8-hab00c5b_0_cpython.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhff2d567_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.11-5_cp311.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.2-py311h9ecbd09_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/qt-main-5.15.8-h5810be5_19.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/re2-2023.09.01-h7f4b329_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/rhash-1.4.5-hb9d3cd8_0.conda
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-action-msgs-1.2.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-action-tutorials-cpp-0.20.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-action-tutorials-interfaces-0.20.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-action-tutorials-py-0.20.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-actionlib-msgs-4.2.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-1.3.7-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-auto-1.3.7-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-copyright-0.12.10-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-core-1.3.7-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-cppcheck-0.12.10-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-cpplint-0.12.10-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-export-definitions-1.3.7-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-export-dependencies-1.3.7-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-export-include-directories-1.3.7-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-export-interfaces-1.3.7-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-export-libraries-1.3.7-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-export-link-flags-1.3.7-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-export-targets-1.3.7-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-flake8-0.12.10-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-gen-version-h-1.3.7-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-gmock-1.3.7-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-gtest-1.3.7-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-include-directories-1.3.7-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-libraries-1.3.7-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-lint-cmake-0.12.10-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-pep257-0.12.10-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-pytest-1.3.7-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-python-1.3.7-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-ros-0.10.0-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-target-dependencies-1.3.7-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-test-1.3.7-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-uncrustify-0.12.10-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-version-1.3.7-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-xmllint-0.12.10-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-copyright-0.12.10-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cppcheck-0.12.10-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cpplint-0.12.10-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-flake8-0.12.10-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-index-cpp-1.4.0-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-index-python-1.4.0-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-lint-0.12.10-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-lint-auto-0.12.10-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-lint-cmake-0.12.10-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-lint-common-0.12.10-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-package-0.14.0-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-pep257-0.12.10-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-uncrustify-0.12.10-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-xmllint-0.12.10-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-angles-1.15.0-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-builtin-interfaces-1.2.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-class-loader-2.2.0-py311hb303436_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-common-interfaces-4.2.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-composition-0.20.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-composition-interfaces-1.2.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-console-bridge-vendor-1.4.1-py311hb303436_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-cv-bridge-3.2.1-py311h5fd4792_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-cyclonedds-0.10.4-py311h8eb0f6d_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-demo-nodes-cpp-0.20.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-demo-nodes-cpp-native-0.20.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-demo-nodes-py-0.20.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-depthimage-to-laserscan-2.5.1-py311h5fd4792_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-desktop-0.10.0-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-diagnostic-msgs-4.2.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-domain-coordinator-0.10.0-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-dummy-map-server-0.20.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-dummy-robot-bringup-0.20.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-dummy-sensors-0.20.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-eigen3-cmake-module-0.1.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-example-interfaces-0.9.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-examples-rclcpp-minimal-action-client-0.15.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-examples-rclcpp-minimal-action-server-0.15.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-examples-rclcpp-minimal-client-0.15.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-examples-rclcpp-minimal-composition-0.15.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-examples-rclcpp-minimal-publisher-0.15.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-examples-rclcpp-minimal-service-0.15.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-examples-rclcpp-minimal-subscriber-0.15.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-examples-rclcpp-minimal-timer-0.15.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-examples-rclcpp-multithreaded-executor-0.15.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-examples-rclpy-executors-0.15.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-examples-rclpy-minimal-action-client-0.15.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-examples-rclpy-minimal-action-server-0.15.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-examples-rclpy-minimal-client-0.15.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-examples-rclpy-minimal-publisher-0.15.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-examples-rclpy-minimal-service-0.15.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-examples-rclpy-minimal-subscriber-0.15.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-fastcdr-1.0.24-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-fastrtps-2.6.7-py311h70423f0_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-fastrtps-cmake-module-2.2.2-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-foonathan-memory-vendor-1.2.0-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-geometry-msgs-4.2.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-geometry2-0.25.5-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-gmock-vendor-1.10.9004-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-gtest-vendor-1.10.9004-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-iceoryx-binding-c-2.0.5-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-iceoryx-hoofs-2.0.5-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-iceoryx-posh-2.0.5-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ignition-cmake2-vendor-0.0.2-py311hd50fb47_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ignition-math6-vendor-0.0.2-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-image-geometry-3.2.1-py311h5fd4792_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-image-tools-0.20.3-py311h5fd4792_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-image-transport-3.1.8-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-interactive-markers-2.3.2-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-intra-process-demo-0.20.3-py311h5fd4792_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-joy-3.3.0-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-kdl-parser-2.6.4-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-keyboard-handler-0.0.5-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-laser-geometry-2.4.0-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-launch-1.0.4-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-launch-ros-0.19.7-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-launch-testing-1.0.4-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-launch-testing-ament-cmake-1.0.4-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-launch-testing-ros-0.19.7-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-launch-xml-1.0.4-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-launch-yaml-1.0.4-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-libcurl-vendor-3.1.1-py311hfbeaf8d_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-libstatistics-collector-1.3.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-libyaml-vendor-1.2.2-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-lifecycle-0.20.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-lifecycle-msgs-1.2.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-logging-demo-0.20.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-map-msgs-2.1.0-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-message-filters-4.3.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-nav-msgs-4.2.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-orocos-kdl-vendor-0.2.5-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-osrf-pycommon-2.0.2-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-pcl-conversions-2.4.0-py311hf85fee4_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-pcl-msgs-1.0.0-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-pendulum-control-0.20.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-pendulum-msgs-0.20.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-pluginlib-5.1.0-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-pybind11-vendor-2.4.2-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-python-cmake-module-0.10.0-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-python-qt-binding-1.1.2-py311hf4f0b2d_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-qt-dotgraph-2.2.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-qt-gui-2.2.3-py311hf4f0b2d_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-qt-gui-cpp-2.2.3-py311h27406db_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-qt-gui-py-common-2.2.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-quality-of-service-demo-cpp-0.20.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-quality-of-service-demo-py-0.20.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rcl-5.3.7-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rcl-action-5.3.7-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rcl-interfaces-1.2.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rcl-lifecycle-5.3.7-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rcl-logging-interface-2.3.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rcl-logging-spdlog-2.3.1-py311h9883907_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rcl-yaml-param-parser-5.3.7-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rclcpp-16.0.8-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rclcpp-action-16.0.8-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rclcpp-components-16.0.8-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rclcpp-lifecycle-16.0.8-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rclpy-3.3.11-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rcpputils-2.4.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rcutils-5.1.4-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-resource-retriever-3.1.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rmw-6.1.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rmw-connextdds-0.11.2-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rmw-connextdds-common-0.11.2-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rmw-cyclonedds-cpp-1.3.4-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rmw-dds-common-1.6.0-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rmw-fastrtps-cpp-6.2.6-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rmw-fastrtps-dynamic-cpp-6.2.6-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rmw-fastrtps-shared-cpp-6.2.6-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rmw-implementation-2.8.2-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rmw-implementation-cmake-6.1.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-robot-state-publisher-3.0.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ros-base-0.10.0-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ros-core-0.10.0-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ros-environment-3.2.2-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ros-workspace-1.0.2-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ros2action-0.18.8-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ros2bag-0.15.9-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ros2cli-0.18.8-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ros2cli-common-extensions-0.1.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ros2component-0.18.8-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ros2doctor-0.18.8-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ros2interface-0.18.8-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ros2launch-0.19.7-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ros2lifecycle-0.18.8-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ros2multicast-0.18.8-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ros2node-0.18.8-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ros2param-0.18.8-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ros2pkg-0.18.8-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ros2run-0.18.8-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ros2service-0.18.8-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ros2topic-0.18.8-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rosbag2-0.15.9-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rosbag2-compression-0.15.9-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rosbag2-compression-zstd-0.15.9-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rosbag2-cpp-0.15.9-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rosbag2-interfaces-0.15.9-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rosbag2-py-0.15.9-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rosbag2-storage-0.15.9-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rosbag2-storage-default-plugins-0.15.9-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rosbag2-transport-0.15.9-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rosgraph-msgs-1.2.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rosidl-adapter-3.1.5-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rosidl-cli-3.1.5-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rosidl-cmake-3.1.5-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rosidl-default-generators-1.2.0-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rosidl-default-runtime-1.2.0-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rosidl-generator-c-3.1.5-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rosidl-generator-cpp-3.1.5-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rosidl-generator-py-0.14.4-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rosidl-parser-3.1.5-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rosidl-runtime-c-3.1.5-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rosidl-runtime-cpp-3.1.5-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rosidl-runtime-py-0.9.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rosidl-typesupport-c-2.0.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rosidl-typesupport-cpp-2.0.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rosidl-typesupport-fastrtps-c-2.2.2-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rosidl-typesupport-fastrtps-cpp-2.2.2-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rosidl-typesupport-interface-3.1.5-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rosidl-typesupport-introspection-c-3.1.5-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rosidl-typesupport-introspection-cpp-3.1.5-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rpyutils-0.2.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rqt-action-2.0.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rqt-bag-1.1.4-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rqt-bag-plugins-1.1.4-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rqt-common-plugins-1.2.0-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rqt-console-2.0.2-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rqt-graph-1.3.0-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rqt-gui-1.1.6-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rqt-gui-cpp-1.1.6-py311h27406db_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rqt-gui-py-1.1.6-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rqt-image-view-1.2.0-py311h27406db_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rqt-msg-1.2.0-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rqt-plot-1.1.2-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rqt-publisher-1.5.0-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rqt-py-common-1.1.6-py311h27406db_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rqt-py-console-1.0.2-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rqt-reconfigure-1.1.2-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rqt-service-caller-1.0.5-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rqt-shell-1.0.2-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rqt-srv-1.0.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rqt-topic-1.5.0-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rti-connext-dds-cmake-module-0.11.2-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rttest-0.13.0-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rviz-assimp-vendor-11.2.10-py311h391de45_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rviz-common-11.2.10-py311h27406db_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rviz-default-plugins-11.2.10-py311h27406db_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rviz-ogre-vendor-11.2.10-py311hcb5fb3e_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rviz-rendering-11.2.10-py311hd4beeb7_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-rviz2-11.2.10-py311h27406db_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-sdl2-vendor-3.3.0-py311h5e8cc36_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-sensor-msgs-4.2.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-sensor-msgs-py-4.2.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-shape-msgs-4.2.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-shared-queues-vendor-0.15.9-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-spdlog-vendor-1.3.1-py311h9883907_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-sqlite3-vendor-0.15.9-py311he5a647e_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-sros2-0.10.4-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-sros2-cmake-0.10.4-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-statistics-msgs-1.2.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-std-msgs-4.2.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-std-srvs-4.2.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-stereo-msgs-4.2.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-tango-icons-vendor-0.1.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-teleop-twist-joy-2.4.5-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-teleop-twist-keyboard-2.3.2-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-tf2-0.25.5-py311hb303436_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-tf2-bullet-0.25.5-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-tf2-eigen-0.25.5-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-tf2-eigen-kdl-0.25.5-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-tf2-geometry-msgs-0.25.5-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-tf2-kdl-0.25.5-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-tf2-msgs-0.25.5-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-tf2-py-0.25.5-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-tf2-ros-0.25.5-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-tf2-ros-py-0.25.5-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-tf2-sensor-msgs-0.25.5-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-tf2-tools-0.25.5-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-tinyxml-vendor-0.8.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-tinyxml2-vendor-0.7.6-py311hfc76a15_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-tlsf-0.7.0-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-tlsf-cpp-0.13.0-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-topic-monitor-0.20.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-tracetools-4.1.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-trajectory-msgs-4.2.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-turtlesim-1.4.2-py311h27406db_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-uncrustify-vendor-2.0.2-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-unique-identifier-msgs-2.2.1-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-urdf-2.6.0-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-urdf-parser-plugin-2.6.0-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-urdfdom-3.0.2-py311hb303436_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-urdfdom-headers-1.0.6-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-visualization-msgs-4.2.3-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-yaml-cpp-vendor-8.0.2-py311hb335429_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-zstd-vendor-0.15.9-py311hefdfea7_6.tar.bz2
- conda: https://conda.anaconda.org/robostack-staging/linux-64/ros2-distro-mutex-0.5.0-humble.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/rosdistro-0.9.0-py311h38be061_2.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/rospkg-1.5.1-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.4.15-he19d79f_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/sdl2-2.28.5-h77f46ba_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.6.0-pyhff2d567_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/sip-6.7.12-py311hb755f60_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhd8ed1ab_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-h8bd8927_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/snowballstemmer-2.2.0-pyhd8ed1ab_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/spdlog-1.12.0-hd2e6256_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.46.0-h6d4b2fc_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/svt-av1-2.1.0-hac33072_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.17-h4a8ded7_18.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/tbb-2022.0.0-hceb3a55_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/tbb-devel-2022.0.0-h1f99690_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/tinyxml-2.6.2-h4bd325d_2.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/tinyxml2-10.0.0-h59595ed_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/toml-0.10.2-pyhd8ed1ab_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/uncrustify-0.74.0-h27087fc_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-15.1.0-py311h9ecbd09_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/utfcpp-4.0.6-h005c6e1_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/vtk-9.2.6-qt_py311h1234567_223.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/vtk-base-9.2.6-qt_py311h1234567_223.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/vtk-io-ffmpeg-9.2.6-qt_py311h1234567_223.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/wslink-2.2.1-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/x264-1!164.3095-h166bdaf_2.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.0-hd590300_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-h8ee46fc_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.0-h8ee46fc_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.9-hd590300_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.1-h8ee46fc_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.42-h4ab18f5_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-fixesproto-5.0-hb9d3cd8_1003.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-inputproto-2.3.2-hb9d3cd8_1003.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-kbproto-1.0.7-hb9d3cd8_1003.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.1-hb9d3cd8_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.4-he73a12e_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.9-h8ee46fc_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.11-hb9d3cd8_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxaw-1.0.14-h7f98852_1.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb9d3cd8_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.4-h0b41bf4_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-5.0.3-h7f98852_1004.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.7.10-h4bc722e_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxmu-1.1.3-h4ab18f5_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxpm-3.5.17-hd590300_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrandr-1.5.2-h7f98852_1.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.11-hd590300_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxt-1.3.0-hd590300_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-randrproto-1.5.0-hb9d3cd8_1002.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-renderproto-0.11.1-hb9d3cd8_1003.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-xextproto-7.3.0-hb9d3cd8_1004.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-xf86vidmodeproto-2.3.1-hb9d3cd8_1005.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-xproto-7.0.31-hb9d3cd8_1008.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xz-5.6.3-hbcc6ac9_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xz-gpl-tools-5.6.3-hbcc6ac9_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/xz-tools-5.6.3-hb9d3cd8_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h7f98852_2.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.8.0-h59595ed_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/yarl-1.18.3-py311h9ecbd09_0.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.21.0-pyhd8ed1ab_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.2.13-h4ab18f5_6.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.6-ha6fb4c9_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/zziplib-0.13.69-h27826a3_1.tar.bz2
packages:
- kind: conda
name: _libgcc_mutex
version: '0.1'
build: conda_forge
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726
md5: d7c89558ba9fa0495403155b64376d81
arch: x86_64
platform: linux
license: None
size: 2562
timestamp: 1578324546067
- kind: conda
name: _openmp_mutex
version: '4.5'
build: 2_gnu
build_number: 16
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2
sha256: fbe2c5e56a653bebb982eda4876a9178aedfc2b545f25d0ce9c4c0b508253d22
md5: 73aaf86a425cc6e73fcf236a5a46396d
depends:
- _libgcc_mutex 0.1 conda_forge
- libgomp >=7.5.0
constrains:
- openmp_impl 9999
arch: x86_64
platform: linux
license: BSD-3-Clause
license_family: BSD
size: 23621
timestamp: 1650670423406
- kind: conda
name: aiohappyeyeballs
version: 2.4.4
build: pyhd8ed1ab_1
build_number: 1
subdir: noarch
noarch: python
url: https://conda.anaconda.org/conda-forge/noarch/aiohappyeyeballs-2.4.4-pyhd8ed1ab_1.conda
sha256: 95d4713e49ea92ae50cf42393683ede706b7875af5f7cb14c253438180afa732
md5: 296b403617bafa89df4971567af79013
depends:
- python >=3.9
license: PSF-2.0
license_family: PSF
size: 19351
timestamp: 1733332029649
- kind: conda
name: aiohttp
version: 3.11.10
build: py311h2dc5d0c_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.11.10-py311h2dc5d0c_0.conda
sha256: 387a234321dd956e6b18aa338aae28a42fa804cb121292b5ab767410a92a5dca
md5: 7ddc4f7d7120a103af3e06cf7f7e7fb1
depends:
- __glibc >=2.17,<3.0.a0
- aiohappyeyeballs >=2.3.0
- aiosignal >=1.1.2
- attrs >=17.3.0
- frozenlist >=1.1.1
- libgcc >=13
- multidict >=4.5,<7.0
- propcache >=0.2.0
- python >=3.11,<3.12.0a0
- python_abi 3.11.* *_cp311
- yarl >=1.17.0,<2.0
arch: x86_64
platform: linux
license: MIT AND Apache-2.0
license_family: Apache
size: 921209
timestamp: 1733839979846
- kind: conda
name: aiosignal
version: 1.3.1
build: pyhd8ed1ab_1
build_number: 1
subdir: noarch
noarch: python
url: https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.3.1-pyhd8ed1ab_1.conda
sha256: 9c7b639ea0cc796ef46c57fa104ec1f2ed53cd11c063518869a5a9d7d3b0b2db
md5: d736bd1b8904d7593dce4893e58a7881
depends:
- frozenlist >=1.1.0
- python >=3.9
license: Apache-2.0
license_family: APACHE
size: 13157
timestamp: 1733332198143
- kind: conda
name: alsa-lib
version: 1.2.13
build: hb9d3cd8_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.13-hb9d3cd8_0.conda
sha256: f507b58f77eabc0cc133723cb7fc45c053d551f234df85e70fb3ede082b0cd53
md5: ae1370588aa6a5157c34c73e9bbb36a0
depends:
- __glibc >=2.17,<3.0.a0
- libgcc >=13
arch: x86_64
platform: linux
license: LGPL-2.1-or-later
license_family: GPL
size: 560238
timestamp: 1731489643707
- kind: conda
name: aom
version: 3.9.1
build: hac33072_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda
sha256: b08ef033817b5f9f76ce62dfcac7694e7b6b4006420372de22494503decac855
md5: 346722a0be40f6edc53f12640d301338
depends:
- libgcc-ng >=12
- libstdcxx-ng >=12
arch: x86_64
platform: linux
license: BSD-2-Clause
license_family: BSD
size: 2706396
timestamp: 1718551242397
- kind: conda
name: argcomplete
version: 3.5.2
build: pyhd8ed1ab_0
subdir: noarch
noarch: python
url: https://conda.anaconda.org/conda-forge/noarch/argcomplete-3.5.2-pyhd8ed1ab_0.conda
sha256: efd33c24573fdf20c9b584cef0e49084d030cf2e5fb512994f67a159df1135d0
md5: 4229aeacda5e2878871ce03b39d3e11f
depends:
- python >=3.9
license: Apache-2.0
license_family: Apache
size: 41399
timestamp: 1733751477659
- kind: conda
name: assimp
version: 5.3.1
build: hfb0e8fe_2
build_number: 2
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/assimp-5.3.1-hfb0e8fe_2.conda
sha256: 9774067ce0d7809f6f057cd5f350e1e1dc78c4f76ee9d10bf3fa40a408026e95
md5: fd0d79a77ae5b77fdb60ced45d474f88
depends:
- libboost >=1.82.0,<1.83.0a0
- libgcc-ng >=12
- libstdcxx-ng >=12
- libzlib >=1.2.13,<2.0.0a0
- zlib
arch: x86_64
platform: linux
license: BSD-3-Clause
license_family: BSD
size: 3548864
timestamp: 1696139838953
- kind: conda
name: atk-1.0
version: 2.38.0
build: h04ea711_2
build_number: 2
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-h04ea711_2.conda
sha256: df682395d05050cd1222740a42a551281210726a67447e5258968dd55854302e
md5: f730d54ba9cd543666d7220c9f7ed563
depends:
- libgcc-ng >=12
- libglib >=2.80.0,<3.0a0
- libstdcxx-ng >=12
constrains:
- atk-1.0 2.38.0
arch: x86_64
platform: linux
license: LGPL-2.0-or-later
license_family: LGPL
size: 355900
timestamp: 1713896169874
- kind: conda
name: attr
version: 2.5.1
build: h166bdaf_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/attr-2.5.1-h166bdaf_1.tar.bz2
sha256: 82c13b1772c21fc4a17441734de471d3aabf82b61db9b11f4a1bd04a9c4ac324
md5: d9c69a24ad678ffce24c6543a0176b00
depends:
- libgcc-ng >=12
arch: x86_64
platform: linux
license: GPL-2.0-or-later
license_family: GPL
size: 71042
timestamp: 1660065501192
- kind: conda
name: attrs
version: 24.2.0
build: pyh71513ae_1
build_number: 1
subdir: noarch
noarch: python
url: https://conda.anaconda.org/conda-forge/noarch/attrs-24.2.0-pyh71513ae_1.conda
sha256: 8488a116dffe204015a90b41982c0270534bd1070f44a00b316d59e4a79ae8c7
md5: 2018839db45c79654b57a924fcdd27d0
depends:
- python >=3.9
license: MIT
license_family: MIT
size: 56336
timestamp: 1733520064905
- kind: conda
name: aws-c-auth
version: 0.7.22
build: h96bc93b_2
build_number: 2
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.22-h96bc93b_2.conda
sha256: ed64502dbfb2706d730a76f786e718cd149e6fbfc8c7325ddddba42dcf5af858
md5: de2b7c9aa9b279cca5542134b7a2b86a
depends:
- aws-c-cal >=0.6.14,<0.6.15.0a0
- aws-c-common >=0.9.19,<0.9.20.0a0
- aws-c-http >=0.8.1,<0.8.2.0a0
- aws-c-io >=0.14.8,<0.14.9.0a0
- aws-c-sdkutils >=0.1.16,<0.1.17.0a0
- libgcc-ng >=12
arch: x86_64
platform: linux
license: Apache-2.0
license_family: Apache
size: 105865
timestamp: 1716187704599
- kind: conda
name: aws-c-cal
version: 0.6.14
build: h88a6e22_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.6.14-h88a6e22_1.conda
sha256: 5c0a5bdae01596bf46f190f32e7ceeb7a8e8160196f7565d89f861b80c18ea54
md5: 7ed63b0e816dd1635903506ef5d2c079
depends:
- aws-c-common >=0.9.19,<0.9.20.0a0
- libgcc-ng >=12
- openssl >=3.3.0,<4.0a0
arch: x86_64
platform: linux
license: Apache-2.0
license_family: Apache
size: 46727
timestamp: 1716147080584
- kind: conda
name: aws-c-common
version: 0.9.19
build: h4ab18f5_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.19-h4ab18f5_0.conda
sha256: 96aa405ae28b8b55ec4731c135f38ce9b856d0596f32cedfbe5c62513b0f2dad
md5: c6dedd5eab2236f4abb59ade9fb7fd44
depends:
- libgcc-ng >=12
arch: x86_64
platform: linux
license: Apache-2.0
license_family: Apache
size: 226460
timestamp: 1715416709353
- kind: conda
name: aws-c-compression
version: 0.2.18
build: h83b837d_6
build_number: 6
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.18-h83b837d_6.conda
sha256: 468b9a95e6a2dda5e7a567228e0cf70d015a2300e3d73a88244be47f7d4f48e1
md5: 3e572eacd0ce99a59e1bb9c260ad5b20
depends:
- aws-c-common >=0.9.19,<0.9.20.0a0
- libgcc-ng >=12
arch: x86_64
platform: linux
license: Apache-2.0
license_family: Apache
size: 19261
timestamp: 1716147034590
- kind: conda