forked from rerun-io/cpp-example-opencv-eigen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pixi.lock
15565 lines (15565 loc) · 411 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
metadata:
content_hash:
linux-64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d
osx-64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d
osx-arm64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d
win-64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d
channels:
- url: https://conda.anaconda.org/conda-forge/
used_env_vars: []
platforms:
- linux-64
- osx-64
- osx-arm64
- win-64
sources: []
time_metadata: null
git_metadata: null
inputs_metadata: null
custom_metadata: null
package:
- platform: linux-64
name: _libgcc_mutex
version: '0.1'
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
hash:
md5: d7c89558ba9fa0495403155b64376d81
sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726
build: conda_forge
arch: x86_64
subdir: linux-64
build_number: 0
license: None
size: 2562
timestamp: 1578324546067
- platform: linux-64
name: _openmp_mutex
version: '4.5'
category: main
manager: conda
dependencies:
- _libgcc_mutex ==0.1 conda_forge
- libgomp >=7.5.0
url: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2
hash:
md5: 73aaf86a425cc6e73fcf236a5a46396d
sha256: fbe2c5e56a653bebb982eda4876a9178aedfc2b545f25d0ce9c4c0b508253d22
build: 2_gnu
arch: x86_64
subdir: linux-64
build_number: 16
constrains:
- openmp_impl 9999
license: BSD-3-Clause
license_family: BSD
size: 23621
timestamp: 1650670423406
- platform: linux-64
name: alsa-lib
version: 1.2.10
category: main
manager: conda
dependencies:
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.10-hd590300_0.conda
hash:
md5: 75dae9a4201732aa78a530b826ee5fe0
sha256: 51147922bad9d3176e780eb26f748f380cd3184896a9f9125d8ac64fe330158b
build: hd590300_0
arch: x86_64
subdir: linux-64
build_number: 0
license: LGPL-2.1-or-later
license_family: GPL
size: 554938
timestamp: 1693607226431
- platform: linux-64
name: aom
version: 3.6.1
category: main
manager: conda
dependencies:
- libgcc-ng >=12
- libstdcxx-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/aom-3.6.1-h59595ed_0.conda
hash:
md5: 8457db6d1175ee86c8e077f6ac60ff55
sha256: 006d10fe845374e71fb15a6c1f58ae4b3efef69be02b0992265abfb5c4c2e026
build: h59595ed_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD-2-Clause
license_family: BSD
size: 2678249
timestamp: 1694225960207
- platform: osx-64
name: aom
version: 3.6.1
category: main
manager: conda
dependencies:
- libcxx >=15.0.7
url: https://conda.anaconda.org/conda-forge/osx-64/aom-3.6.1-he965462_0.conda
hash:
md5: 3685ccc84e1b901601331f1aecead92c
sha256: 254f15bbfda2e474c63f9a30bfc7f2d4d30ff49d6543481bf6a5bf414ec9bcd7
build: he965462_0
arch: x86_64
subdir: osx-64
build_number: 0
license: BSD-2-Clause
license_family: BSD
size: 2855123
timestamp: 1694226514540
- platform: osx-arm64
name: aom
version: 3.6.1
category: main
manager: conda
dependencies:
- libcxx >=15.0.7
url: https://conda.anaconda.org/conda-forge/osx-arm64/aom-3.6.1-hb765f3a_0.conda
hash:
md5: efe2c75abcf259999d1779bbbc9cd3ce
sha256: 71e86411093a5241fa9349b61e0c42a841d39364b8298bd80919ede75fc496bd
build: hb765f3a_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: BSD-2-Clause
license_family: BSD
size: 2067686
timestamp: 1694226240409
- platform: win-64
name: aom
version: 3.6.1
category: main
manager: conda
dependencies:
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
url: https://conda.anaconda.org/conda-forge/win-64/aom-3.6.1-h63175ca_0.conda
hash:
md5: 40e557b0d849edcb884d02d9ea6511bf
sha256: 3d5ae5f4f032daf24b9ac412cd57047590866e09e807f5a16d8112c6fe84700c
build: h63175ca_0
arch: x86_64
subdir: win-64
build_number: 0
license: BSD-2-Clause
license_family: BSD
size: 7918540
timestamp: 1694228877684
- platform: linux-64
name: attr
version: 2.5.1
category: main
manager: conda
dependencies:
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/attr-2.5.1-h166bdaf_1.tar.bz2
hash:
md5: d9c69a24ad678ffce24c6543a0176b00
sha256: 82c13b1772c21fc4a17441734de471d3aabf82b61db9b11f4a1bd04a9c4ac324
build: h166bdaf_1
arch: x86_64
subdir: linux-64
build_number: 1
license: GPL-2.0-or-later
license_family: GPL
size: 71042
timestamp: 1660065501192
- platform: linux-64
name: attrs
version: 23.1.0
category: main
manager: conda
dependencies:
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda
hash:
md5: 3edfead7cedd1ab4400a6c588f3e75f8
sha256: 063639cd568f5c7a557b0fb1cc27f098598c0d8ff869088bfeb82934674f8821
build: pyh71513ae_1
arch: x86_64
subdir: linux-64
build_number: 1
license: MIT
license_family: MIT
noarch: python
size: 55022
timestamp: 1683424195402
- platform: osx-64
name: attrs
version: 23.1.0
category: main
manager: conda
dependencies:
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda
hash:
md5: 3edfead7cedd1ab4400a6c588f3e75f8
sha256: 063639cd568f5c7a557b0fb1cc27f098598c0d8ff869088bfeb82934674f8821
build: pyh71513ae_1
arch: x86_64
subdir: osx-64
build_number: 1
license: MIT
license_family: MIT
noarch: python
size: 55022
timestamp: 1683424195402
- platform: osx-arm64
name: attrs
version: 23.1.0
category: main
manager: conda
dependencies:
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda
hash:
md5: 3edfead7cedd1ab4400a6c588f3e75f8
sha256: 063639cd568f5c7a557b0fb1cc27f098598c0d8ff869088bfeb82934674f8821
build: pyh71513ae_1
arch: aarch64
subdir: osx-arm64
build_number: 1
license: MIT
license_family: MIT
noarch: python
size: 55022
timestamp: 1683424195402
- platform: win-64
name: attrs
version: 23.1.0
category: main
manager: conda
dependencies:
- python >=3.7
url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda
hash:
md5: 3edfead7cedd1ab4400a6c588f3e75f8
sha256: 063639cd568f5c7a557b0fb1cc27f098598c0d8ff869088bfeb82934674f8821
build: pyh71513ae_1
arch: x86_64
subdir: win-64
build_number: 1
license: MIT
license_family: MIT
noarch: python
size: 55022
timestamp: 1683424195402
- platform: linux-64
name: aws-c-auth
version: 0.7.5
category: main
manager: conda
dependencies:
- aws-c-cal >=0.6.7,<0.6.8.0a0
- aws-c-common >=0.9.4,<0.9.5.0a0
- aws-c-http >=0.7.13,<0.7.14.0a0
- aws-c-io >=0.13.35,<0.13.36.0a0
- aws-c-sdkutils >=0.1.12,<0.1.13.0a0
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.5-h1a24852_0.conda
hash:
md5: 02305820d0dbfe542c6e4d67ddb0f13b
sha256: 45d41ef052d0e362d0c031af7392bd1d755b29b1e6af9e3796abdd7b8b712611
build: h1a24852_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Apache-2.0
license_family: Apache
size: 101868
timestamp: 1698392762240
- platform: osx-64
name: aws-c-auth
version: 0.7.5
category: main
manager: conda
dependencies:
- aws-c-cal >=0.6.7,<0.6.8.0a0
- aws-c-common >=0.9.4,<0.9.5.0a0
- aws-c-http >=0.7.13,<0.7.14.0a0
- aws-c-io >=0.13.35,<0.13.36.0a0
- aws-c-sdkutils >=0.1.12,<0.1.13.0a0
url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-auth-0.7.5-h671831e_0.conda
hash:
md5: 7271143bc2eda1ac6e6fbe6aa9747c5f
sha256: 1226eddda5a90a723946ae9ed7dcf9039ba56f3ee3cb078fe6f2bad465b875b7
build: h671831e_0
arch: x86_64
subdir: osx-64
build_number: 0
license: Apache-2.0
license_family: Apache
size: 88989
timestamp: 1698392883157
- platform: osx-arm64
name: aws-c-auth
version: 0.7.5
category: main
manager: conda
dependencies:
- aws-c-cal >=0.6.7,<0.6.8.0a0
- aws-c-common >=0.9.4,<0.9.5.0a0
- aws-c-http >=0.7.13,<0.7.14.0a0
- aws-c-io >=0.13.35,<0.13.36.0a0
- aws-c-sdkutils >=0.1.12,<0.1.13.0a0
url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-auth-0.7.5-he6edc6d_0.conda
hash:
md5: 85b725ebb889fdac6efc43538a8fd2fc
sha256: 1d07a7156091d68e244a23e7fe186406c72c821ff31b644d86f871a95618a0d6
build: he6edc6d_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: Apache-2.0
license_family: Apache
size: 87771
timestamp: 1698392912091
- platform: win-64
name: aws-c-auth
version: 0.7.5
category: main
manager: conda
dependencies:
- aws-c-cal >=0.6.7,<0.6.8.0a0
- aws-c-common >=0.9.4,<0.9.5.0a0
- aws-c-http >=0.7.13,<0.7.14.0a0
- aws-c-io >=0.13.35,<0.13.36.0a0
- aws-c-sdkutils >=0.1.12,<0.1.13.0a0
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
url: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.5-h7c265c8_0.conda
hash:
md5: d73f0231b3a9d12fc73b1dd10e3b46fd
sha256: 74ab208974b45be4c290d32534f545e0b69c0ccb0214d047aa7250fe98e855e0
build: h7c265c8_0
arch: x86_64
subdir: win-64
build_number: 0
license: Apache-2.0
license_family: Apache
size: 98064
timestamp: 1698392952402
- platform: linux-64
name: aws-c-cal
version: 0.6.7
category: main
manager: conda
dependencies:
- aws-c-common >=0.9.4,<0.9.5.0a0
- libgcc-ng >=12
- openssl >=3.1.3,<4.0a0
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.6.7-h6e18cf3_0.conda
hash:
md5: cdbd44927a53a313d69f3c206a418dd2
sha256: 2dcb57436fe20a03373ede39c0cbb046c44b181392eb2e68963ac4ffcace0da4
build: h6e18cf3_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Apache-2.0
license_family: Apache
size: 55854
timestamp: 1697673168301
- platform: osx-64
name: aws-c-cal
version: 0.6.7
category: main
manager: conda
dependencies:
- aws-c-common >=0.9.4,<0.9.5.0a0
url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-cal-0.6.7-h50c96e6_0.conda
hash:
md5: 542948d693c4c43fdc592b67c7bfb5e5
sha256: c379ddb6416bd04fc59ee877714395d0084d05406bdc05a624d59c9244dd03fa
build: h50c96e6_0
arch: x86_64
subdir: osx-64
build_number: 0
license: Apache-2.0
license_family: Apache
size: 45255
timestamp: 1697673379792
- platform: osx-arm64
name: aws-c-cal
version: 0.6.7
category: main
manager: conda
dependencies:
- aws-c-common >=0.9.4,<0.9.5.0a0
url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-cal-0.6.7-ha251d5a_0.conda
hash:
md5: dc40c2139c44dc8078f7dd256f03ca9d
sha256: bcba576928617754f4625fdb9e3cc4dc05debc2845506f669c942aa182494ed7
build: ha251d5a_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: Apache-2.0
license_family: Apache
size: 39014
timestamp: 1697673430797
- platform: win-64
name: aws-c-cal
version: 0.6.7
category: main
manager: conda
dependencies:
- aws-c-common >=0.9.4,<0.9.5.0a0
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
url: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.6.7-h85219b4_0.conda
hash:
md5: 907073c34391c73a16a2d8a8832b5781
sha256: 05282adc12e0603a9efb71ec721055fb409814ef4c33ea100721eacf0b01721a
build: h85219b4_0
arch: x86_64
subdir: win-64
build_number: 0
license: Apache-2.0
license_family: Apache
size: 55811
timestamp: 1697673687140
- platform: linux-64
name: aws-c-common
version: 0.9.4
category: main
manager: conda
dependencies:
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.4-hd590300_0.conda
hash:
md5: 8dacaf703f8e57aa0c4f0c5c8f4be39b
sha256: 75dbc43b047ac1675422099293a2622fd9fd462dc8159c87322cd9847ca7b228
build: hd590300_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Apache-2.0
license_family: Apache
size: 220449
timestamp: 1697224358276
- platform: osx-64
name: aws-c-common
version: 0.9.4
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-common-0.9.4-h10d778d_0.conda
hash:
md5: 7c98964b624144db902343b456b57161
sha256: 85509ce7dd7e3a62899255f6ab7b4f1c0e0698e03c2377f3cb713d4a830e827c
build: h10d778d_0
arch: x86_64
subdir: osx-64
build_number: 0
license: Apache-2.0
license_family: Apache
size: 204597
timestamp: 1697224614121
- platform: osx-arm64
name: aws-c-common
version: 0.9.4
category: main
manager: conda
dependencies: []
url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-common-0.9.4-h93a5062_0.conda
hash:
md5: bace1115ad120bb9878ed244b7789a38
sha256: 297f0f7c873a50ed054b0a9969d7313ab6ab04d80bbb97f010188977f6e8ea00
build: h93a5062_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: Apache-2.0
license_family: Apache
size: 199718
timestamp: 1697224690584
- platform: win-64
name: aws-c-common
version: 0.9.4
category: main
manager: conda
dependencies:
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
url: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.4-hcfcfb64_0.conda
hash:
md5: de2da3a4925bb0631eaf77782cb5a1c3
sha256: f32901b945f145d19718f0e4a38852a8b1820a529e9bbfd0d3e56856f7b72ab2
build: hcfcfb64_0
arch: x86_64
subdir: win-64
build_number: 0
license: Apache-2.0
license_family: Apache
size: 218428
timestamp: 1697224807961
- platform: linux-64
name: aws-c-compression
version: 0.2.17
category: main
manager: conda
dependencies:
- aws-c-common >=0.9.4,<0.9.5.0a0
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.17-h037bafe_4.conda
hash:
md5: 72cb3661f349a95ea48b0ddcdc4c0f18
sha256: 71a740e9c092d4119aad6ba3ee3fcbfd33faf078ffd7b80802efe218829bd931
build: h037bafe_4
arch: x86_64
subdir: linux-64
build_number: 4
license: Apache-2.0
license_family: Apache
size: 19114
timestamp: 1697276192851
- platform: osx-64
name: aws-c-compression
version: 0.2.17
category: main
manager: conda
dependencies:
- aws-c-common >=0.9.4,<0.9.5.0a0
url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-compression-0.2.17-h6cdfeff_4.conda
hash:
md5: 0191b03ce3829544a993d178e8b89e88
sha256: d0aaf265198bd52894d69a04e2a3964343c949a4749e59f73d3fc5dc5b08df18
build: h6cdfeff_4
arch: x86_64
subdir: osx-64
build_number: 4
license: Apache-2.0
license_family: Apache
size: 18008
timestamp: 1697276334093
- platform: osx-arm64
name: aws-c-compression
version: 0.2.17
category: main
manager: conda
dependencies:
- aws-c-common >=0.9.4,<0.9.5.0a0
url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-compression-0.2.17-ha251d5a_4.conda
hash:
md5: e64060c7ba7008a36c39f95e94934824
sha256: a995826c8074250bcbc59e4640670a66d9c0d071ea7f75ac71d2e6359fb3cf12
build: ha251d5a_4
arch: aarch64
subdir: osx-arm64
build_number: 4
license: Apache-2.0
license_family: Apache
size: 18265
timestamp: 1697276370819
- platform: win-64
name: aws-c-compression
version: 0.2.17
category: main
manager: conda
dependencies:
- aws-c-common >=0.9.4,<0.9.5.0a0
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
url: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.17-h85219b4_4.conda
hash:
md5: 524e7212432b694d88787e9b3ef06f09
sha256: 65c2f3b48e6d59615b5dae3ca0a1e9396c4978f4a9cfa4a492dfa04e036fbbd4
build: h85219b4_4
arch: x86_64
subdir: win-64
build_number: 4
license: Apache-2.0
license_family: Apache
size: 22443
timestamp: 1697276610135
- platform: linux-64
name: aws-c-event-stream
version: 0.3.2
category: main
manager: conda
dependencies:
- aws-c-common >=0.9.4,<0.9.5.0a0
- aws-c-io >=0.13.35,<0.13.36.0a0
- aws-checksums >=0.1.17,<0.1.18.0a0
- libgcc-ng >=12
- libstdcxx-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.3.2-he4fbe49_4.conda
hash:
md5: 38da036c9d74d4d44f35e05474135f77
sha256: 465ea78fe57381c86e35c81b7bbdbbcfdb88ea1181e7d211b714ad892fb39e22
build: he4fbe49_4
arch: x86_64
subdir: linux-64
build_number: 4
license: Apache-2.0
license_family: Apache
size: 53923
timestamp: 1697310102551
- platform: osx-64
name: aws-c-event-stream
version: 0.3.2
category: main
manager: conda
dependencies:
- __osx >=10.9
- aws-c-common >=0.9.4,<0.9.5.0a0
- aws-c-io >=0.13.35,<0.13.36.0a0
- aws-checksums >=0.1.17,<0.1.18.0a0
- libcxx >=16.0.6
url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-event-stream-0.3.2-h74ccef4_4.conda
hash:
md5: b827ead7cf3266cd34ad3d572c009bed
sha256: 562e31046f456e90573db81114d513f4973ea62b098b5f9531b867571c1191f0
build: h74ccef4_4
arch: x86_64
subdir: osx-64
build_number: 4
license: Apache-2.0
license_family: Apache
size: 47235
timestamp: 1697310241752
- platform: osx-arm64
name: aws-c-event-stream
version: 0.3.2
category: main
manager: conda
dependencies:
- __osx >=10.9
- aws-c-common >=0.9.4,<0.9.5.0a0
- aws-c-io >=0.13.35,<0.13.36.0a0
- aws-checksums >=0.1.17,<0.1.18.0a0
- libcxx >=16.0.6
url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-event-stream-0.3.2-hd73d0d5_4.conda
hash:
md5: d393bbd203ecc8489d04a86ffcdb1f4a
sha256: 9e95a08a335eca1acd1f43e5ff1f4f425d85420d90f6b6343752b56b7396b4fc
build: hd73d0d5_4
arch: aarch64
subdir: osx-arm64
build_number: 4
license: Apache-2.0
license_family: Apache
size: 47016
timestamp: 1697310283218
- platform: win-64
name: aws-c-event-stream
version: 0.3.2
category: main
manager: conda
dependencies:
- aws-c-common >=0.9.4,<0.9.5.0a0
- aws-c-io >=0.13.35,<0.13.36.0a0
- aws-checksums >=0.1.17,<0.1.18.0a0
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
url: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.3.2-h02e22aa_4.conda
hash:
md5: e78656916fbb0db53831b7f06eabeb2c
sha256: fc3a941a8d3e00bca9e79cd9415a94870e051f228d306b47e6843d0804de8af4
build: h02e22aa_4
arch: x86_64
subdir: win-64
build_number: 4
license: Apache-2.0
license_family: Apache
size: 54561
timestamp: 1697310556600
- platform: linux-64
name: aws-c-http
version: 0.7.13
category: main
manager: conda
dependencies:
- aws-c-cal >=0.6.7,<0.6.8.0a0
- aws-c-common >=0.9.4,<0.9.5.0a0
- aws-c-compression >=0.2.17,<0.2.18.0a0
- aws-c-io >=0.13.35,<0.13.36.0a0
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.7.13-hbbfb9a7_7.conda
hash:
md5: 2c4c47d83a0e111799dda4059c88621d
sha256: c537317a4490f085a3a58679fa05d4132a2d2b8f5480ffa51175135987faddb6
build: hbbfb9a7_7
arch: x86_64
subdir: linux-64
build_number: 7
license: Apache-2.0
license_family: Apache
size: 193531
timestamp: 1697850884300
- platform: osx-64
name: aws-c-http
version: 0.7.13
category: main
manager: conda
dependencies:
- aws-c-cal >=0.6.7,<0.6.8.0a0
- aws-c-common >=0.9.4,<0.9.5.0a0
- aws-c-compression >=0.2.17,<0.2.18.0a0
- aws-c-io >=0.13.35,<0.13.36.0a0
url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-http-0.7.13-h7fc0988_7.conda
hash:
md5: b071abb2d71cb995560f79d9079754c9
sha256: 136ffd3103102c4630a681973b7eaa4bf5860c77cedf0d1ef49e573d1fcd7ee1
build: h7fc0988_7
arch: x86_64
subdir: osx-64
build_number: 7
license: Apache-2.0
license_family: Apache
size: 162506
timestamp: 1697851135094
- platform: osx-arm64
name: aws-c-http
version: 0.7.13
category: main
manager: conda
dependencies:
- aws-c-cal >=0.6.7,<0.6.8.0a0
- aws-c-common >=0.9.4,<0.9.5.0a0
- aws-c-compression >=0.2.17,<0.2.18.0a0
- aws-c-io >=0.13.35,<0.13.36.0a0
url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-http-0.7.13-hb3e5a72_7.conda
hash:
md5: 6343f20b5246351926e1f304084f663c
sha256: 939c1c1898d228fdc7bb532cbd09517eea71c8672ce22609cb1ade9d02ce06f5
build: hb3e5a72_7
arch: aarch64
subdir: osx-arm64
build_number: 7
license: Apache-2.0
license_family: Apache
size: 150599
timestamp: 1697851203675
- platform: win-64
name: aws-c-http
version: 0.7.13
category: main
manager: conda
dependencies:
- aws-c-cal >=0.6.7,<0.6.8.0a0
- aws-c-common >=0.9.4,<0.9.5.0a0
- aws-c-compression >=0.2.17,<0.2.18.0a0
- aws-c-io >=0.13.35,<0.13.36.0a0
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
url: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.7.13-hddd7df3_7.conda
hash:
md5: 4143b9c8a9dafbe49f5f20aa7e39a6dd
sha256: 7304c23e73fc4b975c928bc1953040e02bcb850c4a5ef6c260fac48480485725
build: hddd7df3_7
arch: x86_64
subdir: win-64
build_number: 7
license: Apache-2.0
license_family: Apache
size: 179787
timestamp: 1697851279463
- platform: linux-64
name: aws-c-io
version: 0.13.35
category: main
manager: conda
dependencies:
- aws-c-cal >=0.6.7,<0.6.8.0a0
- aws-c-common >=0.9.4,<0.9.5.0a0
- libgcc-ng >=12
- s2n >=1.3.55,<1.3.56.0a0
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.13.35-hd1885a1_4.conda
hash:
md5: a0728c6591063bee78f037741d1da83b
sha256: 74843ac64d018e27460d2b45d5fafc613e45073da64bb346c6d8d059a39d22d5
build: hd1885a1_4
arch: x86_64
subdir: linux-64
build_number: 4
license: Apache-2.0
license_family: Apache
size: 156768
timestamp: 1697832645946
- platform: osx-64
name: aws-c-io
version: 0.13.35
category: main
manager: conda
dependencies:
- aws-c-cal >=0.6.7,<0.6.8.0a0
- aws-c-common >=0.9.4,<0.9.5.0a0
url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-io-0.13.35-h3dcb58e_4.conda
hash:
md5: d52da1ed8d8650d2dab781a19525d2f6
sha256: 29c4484b1d8a5ede6e72eeeadb2dc7e01e1c0ed891e8535ab2f0f09f82973d6d
build: h3dcb58e_4
arch: x86_64
subdir: osx-64
build_number: 4
license: Apache-2.0
license_family: Apache
size: 136648
timestamp: 1697832779642
- platform: osx-arm64
name: aws-c-io
version: 0.13.35
category: main
manager: conda
dependencies:
- aws-c-cal >=0.6.7,<0.6.8.0a0
- aws-c-common >=0.9.4,<0.9.5.0a0
url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-io-0.13.35-h0f79f92_4.conda
hash:
md5: e5dd577f857c83f99975db7368c071a7
sha256: 90083860c4e0f2e2d78f80b196f40b2e5d1e8340588d46e6936f21fb9a7408c2
build: h0f79f92_4
arch: aarch64
subdir: osx-arm64
build_number: 4
license: Apache-2.0
license_family: Apache
size: 136780
timestamp: 1697832935753
- platform: win-64
name: aws-c-io
version: 0.13.35
category: main
manager: conda
dependencies:
- aws-c-cal >=0.6.7,<0.6.8.0a0
- aws-c-common >=0.9.4,<0.9.5.0a0
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
url: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.13.35-h8233182_4.conda
hash:
md5: 5317706b4f9075e4c1fdf8b72d09f266
sha256: 7c7c1cd69cc49b9109a6e37c13b248f04705594071d2b9c6f51ab6103401ed66
build: h8233182_4
arch: x86_64
subdir: win-64
build_number: 4
license: Apache-2.0
license_family: Apache
size: 158859
timestamp: 1697833111049
- platform: linux-64
name: aws-c-mqtt
version: 0.9.8
category: main
manager: conda
dependencies:
- aws-c-common >=0.9.4,<0.9.5.0a0
- aws-c-http >=0.7.13,<0.7.14.0a0
- aws-c-io >=0.13.35,<0.13.36.0a0
- libgcc-ng >=12
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.9.8-h31a96f8_0.conda
hash:
md5: cf4834799534b9fcb7bca1c136bcd7a9
sha256: 0ec0363fa5c78f0daa50bb1313abd02d3c59d57af380fae7b9d39e0a702562f3
build: h31a96f8_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Apache-2.0
license_family: Apache
size: 162688
timestamp: 1697770672174
- platform: osx-64
name: aws-c-mqtt
version: 0.9.8
category: main
manager: conda
dependencies:
- aws-c-common >=0.9.4,<0.9.5.0a0
- aws-c-http >=0.7.13,<0.7.14.0a0
- aws-c-io >=0.13.35,<0.13.36.0a0
url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-mqtt-0.9.8-hb951632_0.conda
hash:
md5: 270bd917fcd02a15461a29a413cdb9b6
sha256: f90837bb25f5f730f7b77c32a1f79d5e60af41ce266e51b93a6e5c8087642a5b
build: hb951632_0
arch: x86_64
subdir: osx-64
build_number: 0
license: Apache-2.0
license_family: Apache
size: 138163
timestamp: 1697770881386
- platform: osx-arm64
name: aws-c-mqtt
version: 0.9.8
category: main
manager: conda
dependencies:
- aws-c-common >=0.9.4,<0.9.5.0a0
- aws-c-http >=0.7.13,<0.7.14.0a0
- aws-c-io >=0.13.35,<0.13.36.0a0
url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-mqtt-0.9.8-he2964ae_0.conda
hash:
md5: 59cad22bf55d94f54ed11a23d6f40a82
sha256: de85e5d0d100fc4319ccaf4540fec3f379899ced2334db47c306c1f8cd192671
build: he2964ae_0
arch: aarch64
subdir: osx-arm64
build_number: 0
license: Apache-2.0
license_family: Apache
size: 117558
timestamp: 1697770422982
- platform: win-64
name: aws-c-mqtt
version: 0.9.8
category: main
manager: conda
dependencies:
- aws-c-common >=0.9.4,<0.9.5.0a0
- aws-c-http >=0.7.13,<0.7.14.0a0
- aws-c-io >=0.13.35,<0.13.36.0a0
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
url: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.9.8-hf43a5ce_0.conda
hash:
md5: e0467f27b3eeb77e49aee9a86cd7b5a2
sha256: 6195d5728a00a738eb0fe26b643e60d6b65c8cf4ec05cf95e4f033b8255a21d8
build: hf43a5ce_0
arch: x86_64
subdir: win-64
build_number: 0
license: Apache-2.0
license_family: Apache
size: 157587
timestamp: 1697771116588
- platform: linux-64
name: aws-c-s3
version: 0.3.20
category: main
manager: conda
dependencies:
- aws-c-auth >=0.7.5,<0.7.6.0a0
- aws-c-cal >=0.6.7,<0.6.8.0a0
- aws-c-common >=0.9.4,<0.9.5.0a0
- aws-c-http >=0.7.13,<0.7.14.0a0
- aws-c-io >=0.13.35,<0.13.36.0a0
- aws-checksums >=0.1.17,<0.1.18.0a0
- libgcc-ng >=12
- openssl >=3.1.4,<4.0a0
url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.3.20-he249171_1.conda
hash:
md5: e7b72928833ea245d8bfb89a35ae7d5e
sha256: 6831f6c6af9cfc346e4d6ff63e8a46b9949cdd4e3454bcde98a6cad4f26208e9
build: he249171_1
arch: x86_64
subdir: linux-64
build_number: 1
license: Apache-2.0
license_family: Apache
size: 85837
timestamp: 1698603581766
- platform: osx-64
name: aws-c-s3
version: 0.3.20
category: main
manager: conda
dependencies:
- aws-c-auth >=0.7.5,<0.7.6.0a0
- aws-c-cal >=0.6.7,<0.6.8.0a0
- aws-c-common >=0.9.4,<0.9.5.0a0
- aws-c-http >=0.7.13,<0.7.14.0a0
- aws-c-io >=0.13.35,<0.13.36.0a0
- aws-checksums >=0.1.17,<0.1.18.0a0
url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-s3-0.3.20-h4b852be_1.conda
hash:
md5: fab2b8a0e53821fb50ebcf51eee79bc2
sha256: d034cde20a7849ead712d1f93febb112837a3a7d0fb8a818a74dbaee1a30b0bf
build: h4b852be_1
arch: x86_64
subdir: osx-64
build_number: 1
license: Apache-2.0
license_family: Apache
size: 74096
timestamp: 1698603730478
- platform: osx-arm64
name: aws-c-s3
version: 0.3.20