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
|
version: 5
environments:
default:
channels:
- url: https://conda.anaconda.org/conda-forge/
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/linux-64/ca-certificates-2024.6.2-hbcca054_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.2.0-h77fa898_10.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.2.0-h77fa898_10.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.3.1-h4ab18f5_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/typst-0.11.1-h3c1dd8f_0.conda
linux-aarch64:
- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/_openmp_mutex-4.5-2_gnu.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.6.2-hcefe29a_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-13.2.0-he277a41_10.conda
- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-13.2.0-he277a41_10.conda
- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.3.1-h68df207_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/typst-0.11.1-h00d8b65_0.conda
osx-64:
- conda: https://conda.anaconda.org/conda-forge/osx-64/typst-0.11.1-hdd0fa2f_0.conda
osx-arm64:
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/typst-0.11.1-hac6298f_0.conda
win-64:
- conda: https://conda.anaconda.org/conda-forge/win-64/typst-0.11.1-ha073cba_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h8a93ad2_20.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.40.33810-ha82c5b3_20.conda
lint:
channels:
- url: https://conda.anaconda.org/conda-forge/
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/linux-64/ca-certificates-2024.6.2-hbcca054_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.2.0-h77fa898_10.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.2.0-h77fa898_10.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.3.1-h4ab18f5_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/typos-1.22.7-he9194b0_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/typst-0.11.1-h3c1dd8f_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/typstyle-0.11.26-he9194b0_0.conda
linux-aarch64:
- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/_openmp_mutex-4.5-2_gnu.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.6.2-hcefe29a_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-13.2.0-he277a41_10.conda
- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-13.2.0-he277a41_10.conda
- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.3.1-h68df207_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/typos-1.22.7-h09b8157_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/typst-0.11.1-h00d8b65_0.conda
- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/typstyle-0.11.26-h09b8157_0.conda
osx-64:
- conda: https://conda.anaconda.org/conda-forge/osx-64/typos-1.22.7-h686f776_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/typst-0.11.1-hdd0fa2f_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/typstyle-0.11.26-h686f776_0.conda
osx-arm64:
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/typos-1.22.7-h6e96688_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/typst-0.11.1-hac6298f_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/typstyle-0.11.26-h6e96688_0.conda
win-64:
- conda: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libgfortran-5.3.0-6.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libs-5.3.0-7.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libs-core-5.3.0-7.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/m2w64-gmp-6.1.0-2.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/m2w64-libwinpthread-git-5.0.0.4634.697f757-2.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/msys2-conda-epoch-20160418-1.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/typos-1.22.7-h813c833_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/typst-0.11.1-ha073cba_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/typstyle-0.11.26-ha073cba_0.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h8a93ad2_20.conda
- conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.40.33810-ha82c5b3_20.conda
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
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
license: BSD-3-Clause
license_family: BSD
size: 23621
timestamp: 1650670423406
- kind: conda
name: _openmp_mutex
version: '4.5'
build: 2_gnu
build_number: 16
subdir: linux-aarch64
url: https://conda.anaconda.org/conda-forge/linux-aarch64/_openmp_mutex-4.5-2_gnu.tar.bz2
sha256: 3702bef2f0a4d38bd8288bbe54aace623602a1343c2cfbefd3fa188e015bebf0
md5: 6168d71addc746e8f2b8d57dfd2edcea
depends:
- libgomp >=7.5.0
constrains:
- openmp_impl 9999
license: BSD-3-Clause
license_family: BSD
size: 23712
timestamp: 1650670790230
- kind: conda
name: ca-certificates
version: 2024.6.2
build: hbcca054_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.6.2-hbcca054_0.conda
sha256: 979af0932b2a5a26112044891a2d79e402e5ae8166f50fa48b8ebae47c0a2d65
md5: 847c3c2905cc467cea52c24f9cfa8080
license: ISC
size: 156035
timestamp: 1717311767102
- kind: conda
name: ca-certificates
version: 2024.6.2
build: hcefe29a_0
subdir: linux-aarch64
url: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.6.2-hcefe29a_0.conda
sha256: d27b90ff1e00c34123c37a4c5332bb75c3c5cc6775c57ecfa9f430b629ad3108
md5: 3ef6b1a30375f8a973a593698e317191
license: ISC
size: 156128
timestamp: 1717312862469
- kind: conda
name: libgcc-ng
version: 13.2.0
build: h77fa898_10
build_number: 10
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.2.0-h77fa898_10.conda
sha256: 78931358d83ff585d0cd448632366a5cbe6bcf41a66c07e8178200008127c2b5
md5: bbb96c5e7a11ef8ca2b666fe9fe3d199
depends:
- _libgcc_mutex 0.1 conda_forge
- _openmp_mutex >=4.5
constrains:
- libgomp 13.2.0 h77fa898_10
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 802677
timestamp: 1718485010755
- kind: conda
name: libgcc-ng
version: 13.2.0
build: he277a41_10
build_number: 10
subdir: linux-aarch64
url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-13.2.0-he277a41_10.conda
sha256: b7ce0d75a1d064aba6561a0aa23bc89f04337116f226b48fcc031908d9f87c04
md5: d8f0fdda114777d95942a556567871f9
depends:
- _openmp_mutex >=4.5
constrains:
- libgomp 13.2.0 he277a41_10
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 482861
timestamp: 1718485508685
- kind: conda
name: libgomp
version: 13.2.0
build: h77fa898_10
build_number: 10
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.2.0-h77fa898_10.conda
sha256: bcea6ddfea86f0e6a1a831d1d2c3f36f7613b5e447229e19f978ded0d184cf5a
md5: 9404d1686e63142d41acc72ef876a588
depends:
- _libgcc_mutex 0.1 conda_forge
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 444719
timestamp: 1718484940121
- kind: conda
name: libgomp
version: 13.2.0
build: he277a41_10
build_number: 10
subdir: linux-aarch64
url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-13.2.0-he277a41_10.conda
sha256: c043693a02d6ca356475d1579a376d7371d47843b06e79e5dc498af942dce876
md5: 1fa566d0d5d9be41088a7c3788f5bbe6
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 447893
timestamp: 1718485424189
- kind: conda
name: m2w64-gcc-libgfortran
version: 5.3.0
build: '6'
build_number: 6
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libgfortran-5.3.0-6.tar.bz2
sha256: 9de95a7996d5366ae0808eef2acbc63f9b11b874aa42375f55379e6715845dc6
md5: 066552ac6b907ec6d72c0ddab29050dc
depends:
- m2w64-gcc-libs-core
- msys2-conda-epoch ==20160418
license: GPL, LGPL, FDL, custom
size: 350687
timestamp: 1608163451316
- kind: conda
name: m2w64-gcc-libs
version: 5.3.0
build: '7'
build_number: 7
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libs-5.3.0-7.tar.bz2
sha256: 3bd1ab02b7c89a5b153a17be03b36d833f1517ff2a6a77ead7c4a808b88196aa
md5: fe759119b8b3bfa720b8762c6fdc35de
depends:
- m2w64-gcc-libgfortran
- m2w64-gcc-libs-core
- m2w64-gmp
- m2w64-libwinpthread-git
- msys2-conda-epoch ==20160418
license: GPL3+, partial:GCCRLE, partial:LGPL2+
size: 532390
timestamp: 1608163512830
- kind: conda
name: m2w64-gcc-libs-core
version: 5.3.0
build: '7'
build_number: 7
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libs-core-5.3.0-7.tar.bz2
sha256: 58afdfe859ed2e9a9b1cc06bc408720cb2c3a6a132e59d4805b090d7574f4ee0
md5: 4289d80fb4d272f1f3b56cfe87ac90bd
depends:
- m2w64-gmp
- m2w64-libwinpthread-git
- msys2-conda-epoch ==20160418
license: GPL3+, partial:GCCRLE, partial:LGPL2+
size: 219240
timestamp: 1608163481341
- kind: conda
name: m2w64-gmp
version: 6.1.0
build: '2'
build_number: 2
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/m2w64-gmp-6.1.0-2.tar.bz2
sha256: 7e3cd95f554660de45f8323fca359e904e8d203efaf07a4d311e46d611481ed1
md5: 53a1c73e1e3d185516d7e3af177596d9
depends:
- msys2-conda-epoch ==20160418
license: LGPL3
size: 743501
timestamp: 1608163782057
- kind: conda
name: m2w64-libwinpthread-git
version: 5.0.0.4634.697f757
build: '2'
build_number: 2
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/m2w64-libwinpthread-git-5.0.0.4634.697f757-2.tar.bz2
sha256: f63a09b2cae7defae0480f1740015d6235f1861afa6fe2e2d3e10bd0d1314ee0
md5: 774130a326dee16f1ceb05cc687ee4f0
depends:
- msys2-conda-epoch ==20160418
license: MIT, BSD
size: 31928
timestamp: 1608166099896
- kind: conda
name: msys2-conda-epoch
version: '20160418'
build: '1'
build_number: 1
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/msys2-conda-epoch-20160418-1.tar.bz2
sha256: 99358d58d778abee4dca82ad29fb58058571f19b0f86138363c260049d4ac7f1
md5: b0309b72560df66f71a9d5e34a5efdfa
size: 3227
timestamp: 1608166968312
- kind: conda
name: openssl
version: 3.3.1
build: h4ab18f5_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.3.1-h4ab18f5_0.conda
sha256: 9691f8bd6394c5bb0b8d2f47cd1467b91bd5b1df923b69e6b517f54496ee4b50
md5: a41fa0e391cc9e0d6b78ac69ca047a6c
depends:
- ca-certificates
- libgcc-ng >=12
constrains:
- pyopenssl >=22.1
license: Apache-2.0
license_family: Apache
size: 2896170
timestamp: 1717546157673
- kind: conda
name: openssl
version: 3.3.1
build: h68df207_0
subdir: linux-aarch64
url: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.3.1-h68df207_0.conda
sha256: 1688bf43c6ea6322ac7c1ca455712e5b64f6f524fee4c108b26c26ed7eac6f11
md5: dc4bb65a3f9c97b26c8f947662eea202
depends:
- ca-certificates
- libgcc-ng >=12
constrains:
- pyopenssl >=22.1
license: Apache-2.0
license_family: Apache
size: 3427371
timestamp: 1717546156492
- kind: conda
name: typos
version: 1.22.7
build: h09b8157_0
subdir: linux-aarch64
url: https://conda.anaconda.org/conda-forge/linux-aarch64/typos-1.22.7-h09b8157_0.conda
sha256: df203105c159003d990fdf4814639dfa51a8ff725af59f065d7288a1e8e3cd6b
md5: a0e23be4b3d12fb7637e7f2a33a3a945
depends:
- libgcc-ng >=12
license: MIT
license_family: MIT
size: 3575256
timestamp: 1718216174241
- kind: conda
name: typos
version: 1.22.7
build: h686f776_0
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/typos-1.22.7-h686f776_0.conda
sha256: cb0203305cffc52cf24481f64f4cf30dba34384245257bd443ba5ead6b09d5b3
md5: 9cbc5bb8f804f3e500042b985286ab60
depends:
- __osx >=10.13
constrains:
- __osx >=10.12
license: MIT
license_family: MIT
size: 3358158
timestamp: 1718216721382
- kind: conda
name: typos
version: 1.22.7
build: h6e96688_0
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/typos-1.22.7-h6e96688_0.conda
sha256: b01ecd5d44b67738f9148add9ec7f12d9f1a4935725fc3d8841d020a7ba93f36
md5: 61ee622afcccb925d13da044e1c3ab26
depends:
- __osx >=11.0
constrains:
- __osx >=11.0
license: MIT
license_family: MIT
size: 3355631
timestamp: 1718216631691
- kind: conda
name: typos
version: 1.22.7
build: h813c833_0
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/typos-1.22.7-h813c833_0.conda
sha256: d6074f6cda322f20210daf5110f22af26c5b29d4633a2136a9e24797c33119b2
md5: 113e466e1e990ecf8b9d5f51dfefad28
depends:
- m2w64-gcc-libs
- m2w64-gcc-libs-core
- ucrt >=10.0.20348.0
- vc >=14.3,<15
- vc14_runtime >=14.40.33810
license: MIT
license_family: MIT
size: 2616268
timestamp: 1718217545401
- kind: conda
name: typos
version: 1.22.7
build: he9194b0_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/typos-1.22.7-he9194b0_0.conda
sha256: 0735920140025bd5723c205ca88a00d9fea0c39af90cb1bc027be99c9254634d
md5: ad4408a67c73689c5030c06c59d329ac
depends:
- libgcc-ng >=12
license: MIT
license_family: MIT
size: 3660740
timestamp: 1718216125788
- kind: conda
name: typst
version: 0.11.1
build: h00d8b65_0
subdir: linux-aarch64
url: https://conda.anaconda.org/conda-forge/linux-aarch64/typst-0.11.1-h00d8b65_0.conda
sha256: 5b612e595a5fa502774afb5f64ab92bc7b78d12c9ec09e454c06652a1af3b8e0
md5: cd988af0ddd31ad1ed9eeef248aa1a4f
depends:
- libgcc-ng >=12
- openssl >=3.3.0,<4.0a0
license: Apache-2.0
license_family: Apache
size: 11328201
timestamp: 1716008155159
- kind: conda
name: typst
version: 0.11.1
build: h3c1dd8f_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/typst-0.11.1-h3c1dd8f_0.conda
sha256: 9417e0512c7c3a6740ecd73c154573c9e0963e3ff879ab7aa74a4a7796811d60
md5: ae4e020c572c6e177f440b8dce321fe6
depends:
- libgcc-ng >=12
- openssl >=3.3.0,<4.0a0
license: Apache-2.0
license_family: Apache
size: 11653430
timestamp: 1716008198593
- kind: conda
name: typst
version: 0.11.1
build: ha073cba_0
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/typst-0.11.1-ha073cba_0.conda
sha256: f8d1d6e2feb13bb1b532ef797b25c4239c1a56b33c027ee858f97d1d018dbec0
md5: 8b8c7e57c8c167f9b20c9230d40ea56b
depends:
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
license: Apache-2.0
license_family: Apache
size: 11538744
timestamp: 1716009095290
- kind: conda
name: typst
version: 0.11.1
build: hac6298f_0
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/typst-0.11.1-hac6298f_0.conda
sha256: a8b94bd38614026e43790fd240d5664000f8e0ea84a35c0f8b1a41572ff57ce5
md5: 2a19dcbf1ddee8d838dff3d31492297b
depends:
- __osx >=11.0
constrains:
- __osx >=11.0
license: Apache-2.0
license_family: Apache
size: 11149875
timestamp: 1716008519686
- kind: conda
name: typst
version: 0.11.1
build: hdd0fa2f_0
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/typst-0.11.1-hdd0fa2f_0.conda
sha256: 9f505c2f95c1a841085a0591199cb94f93d8769d5634d2d7130613dbb1d2fa13
md5: 060774ec1c99843675b20ef8f9a9d72c
depends:
- __osx >=10.13
constrains:
- __osx >=10.12
license: Apache-2.0
license_family: Apache
size: 11459647
timestamp: 1716008214730
- kind: conda
name: typstyle
version: 0.11.26
build: h09b8157_0
subdir: linux-aarch64
url: https://conda.anaconda.org/conda-forge/linux-aarch64/typstyle-0.11.26-h09b8157_0.conda
sha256: f03c943e140338faf2cdaad4ad67d318d7bc5ceb6ce19ae64ec0324aa0a52c19
md5: 5cfad4f03133e40e38c57b62c1f4033d
depends:
- libgcc-ng >=12
license: Apache-2.0
license_family: APACHE
size: 499069
timestamp: 1718311105876
- kind: conda
name: typstyle
version: 0.11.26
build: h686f776_0
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/typstyle-0.11.26-h686f776_0.conda
sha256: 7dd647d89ac4d876ffd26246177837988e499b0b0236321a9f35673ea0595776
md5: b4db490887c311d2447c3ce9a9b22799
depends:
- __osx >=10.13
constrains:
- __osx >=10.12
license: Apache-2.0
license_family: APACHE
size: 507822
timestamp: 1718311160634
- kind: conda
name: typstyle
version: 0.11.26
build: h6e96688_0
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/typstyle-0.11.26-h6e96688_0.conda
sha256: 004e01467d6b37ee10a67b14c374d829807264f18c63a0e28ecb385492b798da
md5: f238c027e5424f368ad0b08e1d5a9075
depends:
- __osx >=11.0
constrains:
- __osx >=11.0
license: Apache-2.0
license_family: APACHE
size: 485860
timestamp: 1718311504137
- kind: conda
name: typstyle
version: 0.11.26
build: ha073cba_0
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/typstyle-0.11.26-ha073cba_0.conda
sha256: 44a0fa8176d32c14c98b753b7b356e4f80a44f0c3465de722a8f3fe798d02169
md5: a4edad6ed556d36719f1550ed90391f7
depends:
- ucrt >=10.0.20348.0
- vc >=14.2,<15
- vc14_runtime >=14.29.30139
license: Apache-2.0
license_family: APACHE
size: 464530
timestamp: 1718312088284
- kind: conda
name: typstyle
version: 0.11.26
build: he9194b0_0
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/typstyle-0.11.26-he9194b0_0.conda
sha256: 5fd0a7120a2fb7ff19d8890619cb80847ed59a5eddc8854a26afc7f62ff4ef49
md5: 8039297087045c09ca9b3de0908a444d
depends:
- libgcc-ng >=12
license: Apache-2.0
license_family: APACHE
size: 528716
timestamp: 1718311022361
- kind: conda
name: ucrt
version: 10.0.22621.0
build: h57928b3_0
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_0.tar.bz2
sha256: f29cdaf8712008f6b419b8b1a403923b00ab2504bfe0fb2ba8eb60e72d4f14c6
md5: 72608f6cd3e5898229c3ea16deb1ac43
constrains:
- vs2015_runtime >=14.29.30037
license: LicenseRef-Proprietary
license_family: PROPRIETARY
size: 1283972
timestamp: 1666630199266
- kind: conda
name: vc
version: '14.3'
build: h8a93ad2_20
build_number: 20
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h8a93ad2_20.conda
sha256: 23ac5feb15a9adf3ab2b8c4dcd63650f8b7ae860c5ceb073e49cf71d203eddef
md5: 8558f367e1d7700554f7cdb823c46faf
depends:
- vc14_runtime >=14.40.33810
track_features:
- vc14
license: BSD-3-Clause
license_family: BSD
size: 17391
timestamp: 1717709040616
- kind: conda
name: vc14_runtime
version: 14.40.33810
build: ha82c5b3_20
build_number: 20
subdir: win-64
url: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.40.33810-ha82c5b3_20.conda
sha256: af3cfa347e3d7c1277e9b964b0849a9a9f095bff61836cb3c3a89862fbc32e17
md5: e39cc4c34c53654ec939558993d9dc5b
depends:
- ucrt >=10.0.20348.0
constrains:
- vs2015_runtime 14.40.33810.* *_20
license: LicenseRef-ProprietaryMicrosoft
license_family: Proprietary
size: 751934
timestamp: 1717709031266
|