-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
513 lines (513 loc) · 22.4 KB
/
Copy pathbuild.zig.zon
File metadata and controls
513 lines (513 loc) · 22.4 KB
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
.{
.name = .boost_libraries,
.fingerprint = 0x47452d961c0ab97e,
.minimum_zig_version = "0.16.0",
.version = "1.91.0",
.dependencies = .{
.core = .{
.url = "git+https://github.com/boostorg/core#boost-1.91.0",
.hash = "N-V-__8AAMAJEQBpCwsEF4Fymh0LB7Ee3SA2WSXbXRUvL5CY",
},
.algorithm = .{
.url = "git+https://github.com/boostorg/algorithm#boost-1.91.0",
.hash = "N-V-__8AAGopPQCpscUpYP8LGUGbwU23Ukm1tyT8jQruS9Mx",
},
.assert = .{
.url = "git+https://github.com/boostorg/assert#boost-1.91.0",
.hash = "N-V-__8AAFXjAQAiGHsyXEVGYckVwfWoTxx_NRDL35y31FRb",
},
.config = .{
.url = "git+https://github.com/boostorg/config#boost-1.91.0",
.hash = "N-V-__8AAA3sKADgvzhPSaS7kbKQp5ZIkIHdtIgESTdEHsSf",
},
.mp11 = .{
.url = "git+https://github.com/boostorg/mp11#boost-1.91.0",
.hash = "N-V-__8AAEgVDwC46X8rV6n2CBwJPL59kOCsEgPk2HBUi4QA",
},
.type_traits = .{
.url = "git+https://github.com/boostorg/type_traits#boost-1.91.0",
.hash = "N-V-__8AADlrWAAFFrHd-aoNn_Kb4pMwq6YUqIB8TuyFNxkC",
},
.range = .{
.url = "git+https://github.com/boostorg/range#boost-1.91.0",
.hash = "N-V-__8AAItvGQDidCeie9W01vPsPIOz9U8OvHPKcq9ZhDvS",
},
.functional = .{
.url = "git+https://github.com/boostorg/functional#boost-1.91.0",
.hash = "N-V-__8AAHz5BAAHbQ1m2VR4nU0pzxbDjelQBNnSmWDxZvAp",
},
.container_hash = .{
.url = "git+https://github.com/boostorg/container_hash#boost-1.91.0",
.hash = "N-V-__8AAFaFBQAHOgaFfHMh163b-zs_1IuON9tJdCyOsAdx",
},
.mpl = .{
.url = "git+https://github.com/boostorg/mpl#boost-1.91.0",
.hash = "N-V-__8AAD4IiQBnpHg_Gknu7MjX8Kz-VUv8UHY-cO9uw5iE",
},
.iterator = .{
.url = "git+https://github.com/boostorg/iterator#boost-1.91.0",
.hash = "N-V-__8AALnQLADpFVUCcYuWSGxTsgtpRTzGcIMeWX3ORMi9",
},
.preprocessor = .{
.url = "git+https://github.com/boostorg/preprocessor#boost-1.91.0",
.hash = "N-V-__8AALI0tQDZW9UfY8zpFBacRQKLZ19tOAZCL4OAlZtG",
},
.describe = .{
.url = "git+https://github.com/boostorg/describe#boost-1.91.0",
.hash = "N-V-__8AAJYmBAAE46DDs-I0Fg_tD8wrmkoQifcLpyWfx3EP",
},
.move = .{
.url = "git+https://github.com/boostorg/move#boost-1.91.0",
.hash = "N-V-__8AAMa2DAC3uEbA7x25Fm1PDL0qtqD4gDnQ7RQq0CfW",
},
.detail = .{
.url = "git+https://github.com/boostorg/detail#boost-1.91.0",
.hash = "N-V-__8AAM-PAwASe805H80Udie-igI_OM9Jserr7bTutPvt",
},
.static_assert = .{
.url = "git+https://github.com/boostorg/static_assert#boost-1.91.0",
.hash = "N-V-__8AAMnWAAC6fA_N6gaIzFNSlNOSNChTXS1erEqenqLY",
},
.throw_exception = .{
.url = "git+https://github.com/boostorg/throw_exception#boost-1.91.0",
.hash = "N-V-__8AAGLeAQC9BvhjBrOJBD95LjyKDTtXj5iWQxmXwu8h",
},
.concept_check = .{
.url = "git+https://github.com/boostorg/concept_check#boost-1.91.0",
.hash = "N-V-__8AAHEvBACzjLPYKbOhY6uIeln7DXdVb4TLDuE4AH3l",
},
.asio = .{
.url = "git+https://github.com/boostorg/asio#boost-1.91.0",
.hash = "N-V-__8AALvO8QAvXuYuLBxp-Wt2ROMKc3VtmDDoAiElZwZV",
},
.tuple = .{
.url = "git+https://github.com/boostorg/tuple#boost-1.91.0",
.hash = "N-V-__8AAGcqAgCSPfBswdhNh93yRbvoUfHQtISI0bYeL-Ta",
},
.predef = .{
.url = "git+https://github.com/boostorg/predef#boost-1.91.0",
.hash = "N-V-__8AAM3hCgB8Arslq5pHATUljnwANJKh9EMM95ERNJmK",
},
.utility = .{
.url = "git+https://github.com/boostorg/utility#boost-1.91.0",
.hash = "N-V-__8AAJvxDADpN7tJZKn0AnRsu6KChnWD-0Gh0W0oCFJq",
},
.bind = .{
.url = "git+https://github.com/boostorg/bind#boost-1.91.0",
.hash = "N-V-__8AAJmpCgADPROWGHRFPoD4wQRo2Zr7NmgSMcQxps7B",
},
.container = .{
.url = "git+https://github.com/boostorg/container#boost-1.91.0",
.hash = "N-V-__8AAKECUQCehZSdeYy_bmM5NeYxJxbf907bdWEs_cdO",
},
.endian = .{
.url = "git+https://github.com/boostorg/endian#boost-1.91.0",
.hash = "N-V-__8AAIjJCAB0rSa8lDM8zObP2VbJLgfsKDMHmP3hKLGn",
},
.intrusive = .{
.url = "git+https://github.com/boostorg/intrusive#boost-1.91.0",
.hash = "N-V-__8AABJ3JADkCwHInYihwAI1hSS7HYF8jP4p4gGNkUor",
},
.logic = .{
.url = "git+https://github.com/boostorg/logic#boost-1.91.0",
.hash = "N-V-__8AADyLAQB5o2e2wLaIFkmW8NQ9NAo0Se1kEokyRggG",
},
.optional = .{
.url = "git+https://github.com/boostorg/optional#boost-1.91.0",
.hash = "N-V-__8AAJucBwA0N7ml9KHnsODEDTl7UyOiprbN_jRz6SlP",
},
.smart_ptr = .{
.url = "git+https://github.com/boostorg/smart_ptr#boost-1.91.0",
.hash = "N-V-__8AAHKXEwA1h1W5jHCgSbUKzz-QrL3-9epRpI5PszCP",
},
.static_string = .{
.url = "git+https://github.com/boostorg/static_string#boost-1.91.0",
.hash = "N-V-__8AAIRNCgBDREm7JBTAZe8oHnSCNh38wJOBAn9uEs8n",
},
.system = .{
.url = "git+https://github.com/boostorg/system#boost-1.91.0",
.hash = "N-V-__8AANRhCwAocObCMqNEhODa0sMrfPhn85IrFPAbJn_o",
},
.winapi = .{
.url = "git+https://github.com/boostorg/winapi#boost-1.91.0",
.hash = "N-V-__8AAHS7DgDg8VkTxL90eled29PeQTXjwrjFVJVA3UKO",
},
.json = .{
.url = "git+https://github.com/boostorg/json#boost-1.91.0",
.hash = "N-V-__8AAK2FLQEm1268qZOC2bKB70D8QA8AMnby8ARjAcww",
},
.io = .{
.url = "git+https://github.com/boostorg/io#boost-1.91.0",
.hash = "N-V-__8AAFuJAQDT6Xjpc49iuweYnJ4j4UM3h134E7SjgK2W",
},
.regex = .{
.url = "git+https://github.com/boostorg/regex#boost-1.91.0",
.hash = "N-V-__8AADAtOgALiWNEOQK6hAmVZigPOHAqILZ7hzNWwGA4",
},
.variant2 = .{
.url = "git+https://github.com/boostorg/variant2#boost-1.91.0",
.hash = "N-V-__8AAIbJBgBHWL8uZEIc8bYTyLDAWzXUryQdLoQpSIg7",
},
.date_time = .{
.url = "git+https://github.com/boostorg/date_time#boost-1.91.0",
.hash = "N-V-__8AAMOOGwBP_hCvwzKYcwNojW9urbnpDTOB9e7CFFTD",
},
.outcome = .{
.url = "git+https://github.com/boostorg/outcome#boost-1.91.0",
.hash = "N-V-__8AAKC2RQBzamxPJ5cjRI9sYXWdzQjsykLHpaOyxLqE",
},
.hana = .{
.url = "git+https://github.com/boostorg/hana#boost-1.91.0",
.hash = "N-V-__8AAIg9TQDdQ2vR5IvCCy4llIYMiArhZrT6i7glL-oz",
},
.numeric_conversion = .{
.url = "git+https://github.com/boostorg/numeric_conversion#boost-1.91.0",
.hash = "N-V-__8AACHiCQC1YZI5LZX4OT7n2FGUQSB9SSMSOUX1LMIn",
},
.@"align" = .{
.url = "git+https://github.com/boostorg/align#boost-1.91.0",
.hash = "N-V-__8AAIXfAQDfDlF1laA4pGGxIliZXLIkW6lR6_bQh_mh",
},
.graph = .{
.url = "git+https://github.com/boostorg/graph#boost-1.91.0",
.hash = "N-V-__8AAPedBgE6M27iCELCBd3vV5OJ8UgeUojSrHfGLLEV",
},
.pfr = .{
.url = "git+https://github.com/boostorg/pfr#boost-1.91.0",
.hash = "N-V-__8AAEZGFgD-kYjSaVz6nbNyXEi5SVkQITHjYx4lYo0_",
},
.math = .{
.url = "git+https://github.com/boostorg/math#boost-1.91.0",
.hash = "N-V-__8AAPVrsQYTuUIsMzL-6y5y_xj1ZtUCtl5RS4fkdhNZ",
},
.lexical_cast = .{
.url = "git+https://github.com/boostorg/lexical_cast#boost-1.91.0",
.hash = "N-V-__8AAEW_BQDL49uX2iHNki2vrOizu1N7wNPRpS7BknCi",
},
.type_index = .{
.url = "git+https://github.com/boostorg/type_index#boost-1.91.0",
.hash = "N-V-__8AAINAAwCMtPJpTVMDlBMTvhknqrMBQYvZfl3CFls5",
},
.beast = .{
.url = "git+https://github.com/boostorg/beast#boost-1.91.0",
.hash = "N-V-__8AAPkNYAD1OqybLdAQbytG4gIThBmTDZjdc52t_E0q",
},
.variant = .{
.url = "git+https://github.com/boostorg/variant#boost-1.91.0",
.hash = "N-V-__8AAIQxCACy2C8sF0J1ExY-xB1I45RHUDAIgCSAM7BJ",
},
.chrono = .{
.url = "git+https://github.com/boostorg/chrono#boost-1.91.0",
.hash = "N-V-__8AAJGoEgARrmb4TpJMkjROaauMehaFnXP5AllBPiM3",
},
.unordered = .{
.url = "git+https://github.com/boostorg/unordered#boost-1.91.0",
.hash = "N-V-__8AAGK6fAC2FSu-UuwT-H8U9Tc_kZ-uuFCDInyXH-ZC",
},
.url = .{
.url = "git+https://github.com/boostorg/url#boost-1.91.0",
.hash = "N-V-__8AAJbyTQDXUSS12r2DyhX673IlDg6RXAvSKvNTDPwE",
},
.any = .{
.url = "git+https://github.com/boostorg/any#boost-1.91.0",
.hash = "N-V-__8AACw4AgBGtGm2muG51lMUvnb1hx9zgyL7-SNlay3W",
},
.integer = .{
.url = "git+https://github.com/boostorg/integer#boost-1.91.0",
.hash = "N-V-__8AACqmAwB2ZjxMUkUTnE1gdG_flxwLLFJQ8R1r8avy",
},
.array = .{
.url = "git+https://github.com/boostorg/array#boost-1.91.0",
.hash = "N-V-__8AAFhRAgB22JLua7M1RueFWPYFlMT1uiKXlTjHbm6q",
},
.multi_array = .{
.url = "git+https://github.com/boostorg/multi_array#boost-1.91.0",
.hash = "N-V-__8AAM3NBwD2jma1LSi-7Pxzj4w7gik97j6CM4awjCnO",
},
.safe_numerics = .{
.url = "git+https://github.com/boostorg/safe_numerics#boost-1.91.0",
.hash = "N-V-__8AALNNQQCHJ90BqIiWlYmFjpkaEKejVPYEftqw7gIs",
},
.filesystem = .{
.url = "git+https://github.com/boostorg/filesystem#boost-1.91.0",
.hash = "N-V-__8AAGHNFwCJ1liQbj2p7S_KN7_rbpW7ioGjsMR7P9jQ",
},
.compute = .{
.url = "git+https://github.com/boostorg/compute#boost-1.91.0",
.hash = "N-V-__8AAHSVJwCwvxOOwoNaAhIQqMe3NG80Wk_WAk_inTo2",
},
.mysql = .{
.url = "git+https://github.com/boostorg/mysql#boost-1.91.0",
.hash = "N-V-__8AAPBTTAD0vjyTit8baj1SfiNmwzXTb_i7znRG9lCZ",
},
.sort = .{
.url = "git+https://github.com/boostorg/sort#boost-1.91.0",
.hash = "N-V-__8AABxKQABasAFZzOfwTreC4x99uixGuK-ZPwSFf5LZ",
},
.stacktrace = .{
.url = "git+https://github.com/boostorg/stacktrace#boost-1.91.0",
.hash = "N-V-__8AAJAKBACEeY-Tze2ZWaVg7gP3PBW3YvXjtuviG8JD",
},
.signals2 = .{
.url = "git+https://github.com/boostorg/signals2#boost-1.91.0",
.hash = "N-V-__8AAP_MCABSpFdDh-XqpRxRc59keJE_OT9AmLCVb0uY",
},
.interprocess = .{
.url = "git+https://github.com/boostorg/interprocess#boost-1.91.0",
.hash = "N-V-__8AAFfyKQAKq7SUa_1KrJEp563zMMWcQz5BA66laDlx",
},
.context = .{
.url = "git+https://github.com/boostorg/context#boost-1.91.0",
.hash = "N-V-__8AAJMnGgBasnxRJKbiKroE_Ohnck5MNZZBoDEVz2W-",
},
.timer = .{
.url = "git+https://github.com/boostorg/timer#boost-1.91.0",
.hash = "N-V-__8AAGBTAgBqTK9eFPUQtClpOyyCk9T8Uj_i8NuaU6Lw",
},
.wave = .{
.url = "git+https://github.com/boostorg/wave#boost-1.91.0",
.hash = "N-V-__8AALO0MwBElcnzmpmvZb57SyPoGw_68--ZJx11tj7o",
},
.atomic = .{
.url = "git+https://github.com/boostorg/atomic#boost-1.91.0",
.hash = "N-V-__8AAKhPGwAAIKNXAJ9Hf2lUDaovQaCkk2oC5ud0YtD_",
},
.scope = .{
.url = "git+https://github.com/boostorg/scope#boost-1.91.0",
.hash = "N-V-__8AAOFSBgAfhDf6BwrhgNov9NX_v5h_N5kj-ffPiQaK",
},
.process = .{
.url = "git+https://github.com/boostorg/process#boost-1.91.0",
.hash = "N-V-__8AAKhkFAC1XEgaZjK6IPMqmA3QkurXaEEdeEPXAdOq",
},
.fusion = .{
.url = "git+https://github.com/boostorg/fusion#boost-1.91.0",
.hash = "N-V-__8AAPv37gA_b4IgigeDqrMkEIquX8MYoo5iPqRgcUSj",
},
.spirit = .{
.url = "git+https://github.com/boostorg/spirit#boost-1.91.0",
.hash = "N-V-__8AAOBQzgCLvK3LADd-smcB-rcQe-XBbGCyzxLYQWkC",
},
.function = .{
.url = "git+https://github.com/boostorg/function#boost-1.91.0",
.hash = "N-V-__8AAJSLBADl0cXLu9AkdD2B6top6pedLuxSK66YBEKZ",
},
.cobalt = .{
.url = "git+https://github.com/boostorg/cobalt#boost-1.91.0",
.hash = "N-V-__8AADrQDgCmweQ25Xw8ucAV-0MqKa4FHxbSZKJXD1AZ",
},
.phoenix = .{
.url = "git+https://github.com/boostorg/phoenix#boost-1.91.0",
.hash = "N-V-__8AALCYJwGwrs7rO_IvByy6Lt9m7O9-bYLL5JxbWw6M",
},
.locale = .{
.url = "git+https://github.com/boostorg/locale#boost-1.91.0",
.hash = "N-V-__8AAMZQGAB1BRg4-DUkDCikfRzwUkXkv2ckSkkZX3Id",
},
.uuid = .{
.url = "git+https://github.com/boostorg/uuid#boost-1.91.0",
.hash = "N-V-__8AAGInCACRn-CPWDwqKn2lU2rlcymH4QaSjLzE2uJT",
},
.nowide = .{
.url = "git+https://github.com/boostorg/nowide#boost-1.91.0",
.hash = "N-V-__8AAK1NBwACemfe_GMgV_gio33KhFIQ5O3YUeEZaAtj",
},
.circular_buffer = .{
.url = "git+https://github.com/boostorg/circular_buffer#boost-1.91.0",
.hash = "N-V-__8AAFWdCABq47DKzD8JFqvHi94XLqiuEYKDAZMqstsE",
},
.leaf = .{
.url = "git+https://github.com/boostorg/leaf#boost-1.91.0",
.hash = "N-V-__8AAFUfEQC24Usl80WRGz8dJo_ovQh5kJOH79Dc5Gsg",
},
.lockfree = .{
.url = "git+https://github.com/boostorg/lockfree#boost-1.91.0",
.hash = "N-V-__8AAFYkBAArniKOrBGRnVCKNcXp32B3mKNDRwyxDCsA",
},
.redis = .{
.url = "git+https://github.com/boostorg/redis#boost-1.91.0",
.hash = "N-V-__8AANroEQCxb8R281ImRa8NCJem2luIu5QHxZb4M_8_",
},
.geometry = .{
.url = "git+https://github.com/boostorg/geometry#boost-1.91.0",
.hash = "N-V-__8AAJAifAGNP2QA5G_JM6d60VlicVNl_NCAKIB2MkNf",
},
.crc = .{
.url = "git+https://github.com/boostorg/crc#boost-1.91.0",
.hash = "N-V-__8AABTVAwD_LUXFlZRcq-xeCzNz-C5G2okXK1k91_by",
},
.compat = .{
.url = "git+https://github.com/boostorg/compat#boost-1.91.0",
.hash = "N-V-__8AAH_lBgAVcs-P6NPkrjC9HcBhJXCI30Mz_EFZF9vl",
},
.bimap = .{
.url = "git+https://github.com/boostorg/bimap#boost-1.91.0",
.hash = "N-V-__8AAAwxMAB3u9Cn3TZXdJpewIzcUxqEcp_kl2VoF62c",
},
.tokenizer = .{
.url = "git+https://github.com/boostorg/tokenizer#boost-1.91.0",
.hash = "N-V-__8AAMjfAQCFd7AbC0oR2nywxgUAoeLd1PnpMKIv7gtL",
},
.parameter = .{
.url = "git+https://github.com/boostorg/parameter#boost-1.91.0",
.hash = "N-V-__8AAKjNHABFfpD1wClYVKZjyJq0cm5oroGvoJvRWvi2",
},
.callable_traits = .{
.url = "git+https://github.com/boostorg/callable_traits#boost-1.91.0",
.hash = "N-V-__8AAMa4BwCpVigub7aSIEgUJohLziOJXDmB3igMP7M8",
},
.odeint = .{
.url = "git+https://github.com/boostorg/odeint#boost-1.91.0",
.hash = "N-V-__8AAP2nJAD_1ObVluxv_7m6YXq7uWT_m4m8-wfjnJnp",
},
.ublas = .{
.url = "git+https://github.com/boostorg/ublas#boost-1.91.0",
.hash = "N-V-__8AAK5-OwAjoTGZtX_qcfh6hQDM2cbkRbPXD7fxu8hY",
},
.serialization = .{
.url = "git+https://github.com/boostorg/serialization#boost-1.91.0",
.hash = "N-V-__8AADOvIQDs5dJOPykAvU8G7JkELrGnc7C0MD4eeFxk",
},
.iostreams = .{
.url = "git+https://github.com/boostorg/iostreams#boost-1.91.0",
.hash = "N-V-__8AAP7ShQAWn6iRyUC63mFATItHVQlvNXxgiO--YbLh",
},
.type_erasure = .{
.url = "git+https://github.com/boostorg/type_erasure#boost-1.91.0",
.hash = "N-V-__8AAP5SDQBITJgI5Jcyk3yGlFe0b_TqZIsjDZUydiC6",
},
.typeof = .{
.url = "git+https://github.com/boostorg/typeof#boost-1.91.0",
.hash = "N-V-__8AANChAQB8TbUQZUmIyYSmJG0hlk-wl8Fpcg3dFaJf",
},
.units = .{
.url = "git+https://github.com/boostorg/units#boost-1.91.0",
.hash = "N-V-__8AAByoEQDncSEY-86N_sU4nPGlMojswOKyczSExYyr",
},
.function_types = .{
.url = "git+https://github.com/boostorg/function_types#boost-1.91.0",
.hash = "N-V-__8AAIuADwB_PpV03lnF7D8GsRazJy0JdaQDuiasQH0-",
},
.hof = .{
.url = "git+https://github.com/boostorg/hof#boost-1.91.0",
.hash = "N-V-__8AALKyCwA3vPUL9O__Q4y3m193L6sycgS9J03KBzsm",
},
.interval = .{
.url = "git+https://github.com/boostorg/interval#boost-1.91.0",
.hash = "N-V-__8AAOcqBgCjVx44TGNIZqZmmmh4SxKrojvMXUPwkc_3",
},
.icl = .{
.url = "git+https://github.com/boostorg/icl#boost-1.91.0",
.hash = "N-V-__8AACHFgAAL6MnwPXMGH4XFiUWfVG2ZZsaSiCUlKW3P",
},
.local_function = .{
.url = "git+https://github.com/boostorg/local_function#boost-1.91.0",
.hash = "N-V-__8AAHGaFQDt5k8TphnVwa6vACn9SjMFY-sjx1bHeyhn",
},
.log = .{
.url = "git+https://github.com/boostorg/log#boost-1.91.0",
.hash = "N-V-__8AAPBbNQA-ISS6SZXdxHml7L3F0DwNDd2w8vwb7W53",
},
.charconv = .{
.url = "git+https://github.com/boostorg/charconv#boost-1.91.0",
.hash = "N-V-__8AAIihFwB9-Gib7OaCsD2sEabYirI6HT0jBwdQEg2-",
},
.conversion = .{
.url = "git+https://github.com/boostorg/conversion#boost-1.91.0",
.hash = "N-V-__8AAI7QAACAxRd82M0dK-w25c9aGSJCAFvvn5zNjGma",
},
.heap = .{
.url = "git+https://github.com/boostorg/heap#boost-1.91.0",
.hash = "N-V-__8AAFf6BQAGXBKEfNLLMPdOrTs8SOgRqHi2tesJKsP0",
},
.msm = .{
.url = "git+https://github.com/boostorg/msm#boost-1.91.0",
.hash = "N-V-__8AADIoNwDSYHHbLfzXz6Wu9sETfG5sde8vBuEICNgd",
},
.coroutine2 = .{
.url = "git+https://github.com/boostorg/coroutine2#boost-1.91.0",
.hash = "N-V-__8AADeWBACdc4-qLylEme_d0C7JkljJh5TukDftAjNI",
},
.pool = .{
.url = "git+https://github.com/boostorg/pool#boost-1.91.0",
.hash = "N-V-__8AAAieLgDl61ANGt1eaCLj0oYtzF3PZ5Wzzr-1bD3s",
},
.format = .{
.url = "git+https://github.com/boostorg/format#boost-1.91.0",
.hash = "N-V-__8AAGu-BABbjN6CgUc_0vHRqCMd3v7bNbI_zPUWZimO",
},
.fiber = .{
.url = "git+https://github.com/boostorg/fiber#boost-1.91.0",
.hash = "N-V-__8AAAYbSABEngHJeWbJCaDFDOxpNEIStZP1Bm5i6LR5",
},
.proto = .{
.url = "git+https://github.com/boostorg/proto#boost-1.91.0",
.hash = "N-V-__8AALk3LQBlkEzYhWvZ8AwAdWeNGE01AvL_-CFUUhAL",
},
.property_tree = .{
.url = "git+https://github.com/boostorg/property_tree#boost-1.91.0",
.hash = "N-V-__8AAJU4CgBE2hI0WWsd-50CUeKioI39aQvx2zyUessH",
},
.exception = .{
.url = "git+https://github.com/boostorg/exception#boost-1.91.0",
.hash = "N-V-__8AAJpSCABENao4i0c-3WqjbKraMjvoRrKjy-_Sjkda",
},
.multi_index = .{
.url = "git+https://github.com/boostorg/multi_index#boost-1.91.0",
.hash = "N-V-__8AAEtRIgCw7iI9ullZ8l4Giir5AXEeJSeZ3Nt1xaMG",
},
.random = .{
.url = "git+https://github.com/boostorg/random#boost-1.91.0",
.hash = "N-V-__8AANyOGADYRZFI0NkuKYu766EMkC8ZqdkRHl32PtZC",
},
.dll = .{
.url = "git+https://github.com/boostorg/dll#boost-1.91.0",
.hash = "N-V-__8AAIwbBwBY3z14Eyp-7gro_WMzKCJKUyprr2z39ml0",
},
.multiprecision = .{
.url = "git+https://github.com/boostorg/multiprecision#boost-1.91.0",
.hash = "N-V-__8AAC_W3ADMTY5zb2s8l0yYLhaNsJq-pWoAiYXGAKWX",
},
.gil = .{
.url = "git+https://github.com/boostorg/gil#boost-1.91.0",
.hash = "N-V-__8AADAIowC-KLsnUYL_MadXV7IbIpj4gAkIKriyHGqs",
},
.python = .{
.url = "git+https://github.com/boostorg/python#boost-1.91.0",
.hash = "N-V-__8AABvUIABPwf86WKUIo_7vptqALtX07qf3MvDC9jQ9",
},
.property_map = .{
.url = "git+https://github.com/boostorg/property_map#boost-1.91.0",
.hash = "N-V-__8AAGwFAwBex2K0N82xFznF3RELef8GN46eaci0oHgC",
},
.property_map_parallel = .{
.url = "git+https://github.com/boostorg/property_map_parallel#boost-1.91.0",
.hash = "N-V-__8AABU3AQBK3_JOUTquItF8e4uT9uD9GngMd3j3eyRw",
},
.hash2 = .{
.url = "git+https://github.com/boostorg/hash2#boost-1.91.0",
.hash = "N-V-__8AACGHDwAVWnJ0qffZ7vsUYsQlose7J6DfPmmk4oc-",
},
.parser = .{
.url = "git+https://github.com/boostorg/parser#boost-1.91.0",
.hash = "N-V-__8AANQcMADYb2HHOJGJUxk60A393RmXINdb9uM3kshh",
},
.mqtt5 = .{
.url = "git+https://github.com/boostorg/mqtt5#boost-1.91.0",
.hash = "N-V-__8AAPpTDgBsiDW4emWpRzEJhtKA33tuBq6ElN0lrUs1",
},
.bloom = .{
.url = "git+https://github.com/boostorg/bloom#boost-1.91.0",
.hash = "N-V-__8AABIGCAB3UMfGvexVPi51jRyoMdix2Eqgcse3KsU5",
},
.tti = .{
.url = "git+https://github.com/boostorg/tti#boost-1.91.0",
.hash = "N-V-__8AAOZmCADODeMFdbLe1jAS_JVYPMQ3d3Jc3JyfDul9",
},
.openmethod = .{
.url = "git+https://github.com/boostorg/openmethod#boost-1.91.0",
.hash = "N-V-__8AAHfqSQBgEvkngqbxyXbdRwXNi1QzyJM--ItiQL9z",
},
},
.paths = .{""},
}