-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
513 lines (513 loc) · 22.4 KB
/
build.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.15.1",
.version = "1.60.0",
.dependencies = .{
.core = .{
.url = "git+https://github.com/boostorg/core#boost-1.90.0",
.hash = "N-V-__8AANS1EAAfwQIpipuIBE9JOIt9o5PSa5JAnVaBIxvQ",
},
.algorithm = .{
.url = "git+https://github.com/boostorg/algorithm#boost-1.90.0",
.hash = "N-V-__8AACUhPQDA5Mvi9LLrRdKvMv8hAerVBZWKQkfHSqn1",
},
.assert = .{
.url = "git+https://github.com/boostorg/assert#boost-1.90.0",
.hash = "N-V-__8AACvgAQBaFfdgSbJapZyYvo1kFqwJplwqrCF0BJTs",
},
.config = .{
.url = "git+https://github.com/boostorg/config#boost-1.90.0",
.hash = "N-V-__8AANfOJwCqNE-xQT9GlQc2C8z2AjNju27IwHpAsBZD",
},
.mp11 = .{
.url = "git+https://github.com/boostorg/mp11#boost-1.90.0",
.hash = "N-V-__8AAMAUDwDCL4htKMS5qIGzu6k-t3Bswkb6ZpBJnPXG",
},
.type_traits = .{
.url = "git+https://github.com/boostorg/type_traits#boost-1.90.0",
.hash = "N-V-__8AAHxrWADA1j6sqfZ-J9z9gXyL82-Nsp0zA8uASHtS",
},
.range = .{
.url = "git+https://github.com/boostorg/range#boost-1.90.0",
.hash = "N-V-__8AAMkRGQCRXp9NP8hEMMLkgBB2P43kgCweo_pwE_AP",
},
.functional = .{
.url = "git+https://github.com/boostorg/functional#boost-1.90.0",
.hash = "N-V-__8AAHz5BAAHbQ1m2VR4nU0pzxbDjelQBNnSmWDxZvAp",
},
.container_hash = .{
.url = "git+https://github.com/boostorg/container_hash#boost-1.90.0",
.hash = "N-V-__8AAFSFBQAX-FkTY8sFGak0rkHoI8C42S9-OO78yF9x",
},
.mpl = .{
.url = "git+https://github.com/boostorg/mpl#boost-1.90.0",
.hash = "N-V-__8AAMUIiQDuh8KD3r8DMBhZq5rfToEYMaHe5xU9SXti",
},
.iterator = .{
.url = "git+https://github.com/boostorg/iterator#boost-1.90.0",
.hash = "N-V-__8AALnQLACbCKHQj1burAMsj2F7GBr3x9-p6g9RHAKA",
},
.preprocessor = .{
.url = "git+https://github.com/boostorg/preprocessor#boost-1.90.0",
.hash = "N-V-__8AALI0tQDZW9UfY8zpFBacRQKLZ19tOAZCL4OAlZtG",
},
.describe = .{
.url = "git+https://github.com/boostorg/describe#boost-1.90.0",
.hash = "N-V-__8AAJ0TBADxCht1K42oeWhCxm8bgdW6CbPo62I05Q0i",
},
.move = .{
.url = "git+https://github.com/boostorg/move#boost-1.90.0",
.hash = "N-V-__8AAHdmDAAawhkDLYvSmlEet5FA9qFulTIJiLt60amx",
},
.detail = .{
.url = "git+https://github.com/boostorg/detail#boost-1.90.0",
.hash = "N-V-__8AABqQAwBjPZPQUVcSVlq2U4qbpVlTcMmpHvPCzzdu",
},
.static_assert = .{
.url = "git+https://github.com/boostorg/static_assert#boost-1.90.0",
.hash = "N-V-__8AAK7pAACf3O82lupST65fn7dA4KhONnxefg-gqW0z",
},
.throw_exception = .{
.url = "git+https://github.com/boostorg/throw_exception#boost-1.90.0",
.hash = "N-V-__8AANrcAQCTTIsGvqo1SkfLKOW458t_M_e6qvdeheOI",
},
.concept_check = .{
.url = "git+https://github.com/boostorg/concept_check#boost-1.90.0",
.hash = "N-V-__8AAKR6BADavdkISDKa2l67WkyvTn1krdMceO6evWjs",
},
.asio = .{
.url = "git+https://github.com/boostorg/asio#boost-1.90.0",
.hash = "N-V-__8AAKm78AD8tkhgh81sFJ7t9FmEmBQGwYym8qQ7rg0y",
},
.tuple = .{
.url = "git+https://github.com/boostorg/tuple#boost-1.90.0",
.hash = "N-V-__8AAEorAgCGS_LIouQeOsTxNG0EcEwJ7-qYne288zDW",
},
.predef = .{
.url = "git+https://github.com/boostorg/predef#boost-1.90.0",
.hash = "N-V-__8AAM3hCgB8Arslq5pHATUljnwANJKh9EMM95ERNJmK",
},
.utility = .{
.url = "git+https://github.com/boostorg/utility#boost-1.90.0",
.hash = "N-V-__8AALjxDACbJGuCpXaC6ig6pTxfI0p25Wu7J4iHJFGR",
},
.bind = .{
.url = "git+https://github.com/boostorg/bind#boost-1.90.0",
.hash = "N-V-__8AAEqrCgDamRDkhpeo431rBpKsRdNmJVEJ4L3xaF1x",
},
.container = .{
.url = "git+https://github.com/boostorg/container#boost-1.90.0",
.hash = "N-V-__8AAENxSwCgsbVGUQ35k1gtKmXGKvPM4nu9g_owbaXy",
},
.endian = .{
.url = "git+https://github.com/boostorg/endian#boost-1.90.0",
.hash = "N-V-__8AAE3GCACIRxAD3oWteML3w5sBwmm_njj5DG6cwX-Z",
},
.intrusive = .{
.url = "git+https://github.com/boostorg/intrusive#boost-1.90.0",
.hash = "N-V-__8AALjrIwCUK-MQbQGRkJbiN9Ye6dCfSBcYi-U4RvqK",
},
.logic = .{
.url = "git+https://github.com/boostorg/logic#boost-1.90.0",
.hash = "N-V-__8AADyLAQB5o2e2wLaIFkmW8NQ9NAo0Se1kEokyRggG",
},
.optional = .{
.url = "git+https://github.com/boostorg/optional#boost-1.90.0",
.hash = "N-V-__8AAAbXBgD7zMewPCjTL30k9q0XSXKrn4v2UoiKLByB",
},
.smart_ptr = .{
.url = "git+https://github.com/boostorg/smart_ptr#boost-1.90.0",
.hash = "N-V-__8AAPOXEwCOOx2zZ07-O81hz7GCsWbYYqgN-HDqvzCE",
},
.static_string = .{
.url = "git+https://github.com/boostorg/static_string#boost-1.90.0",
.hash = "N-V-__8AAIRNCgBDREm7JBTAZe8oHnSCNh38wJOBAn9uEs8n",
},
.system = .{
.url = "git+https://github.com/boostorg/system#boost-1.90.0",
.hash = "N-V-__8AAER1CgCIKqbZH5tHP8qTqf3rTz-0ZEOdidu2sit4",
},
.winapi = .{
.url = "git+https://github.com/boostorg/winapi#boost-1.90.0",
.hash = "N-V-__8AAHS7DgDg8VkTxL90eled29PeQTXjwrjFVJVA3UKO",
},
.json = .{
.url = "git+https://github.com/boostorg/json#boost-1.90.0",
.hash = "N-V-__8AAClkLQG9YRiMpxKGJi_NxdO6AVSrpGAxum78UZxM",
},
.io = .{
.url = "git+https://github.com/boostorg/io#boost-1.90.0",
.hash = "N-V-__8AAFuJAQDT6Xjpc49iuweYnJ4j4UM3h134E7SjgK2W",
},
.regex = .{
.url = "git+https://github.com/boostorg/regex#boost-1.90.0",
.hash = "N-V-__8AADAtOgALiWNEOQK6hAmVZigPOHAqILZ7hzNWwGA4",
},
.variant2 = .{
.url = "git+https://github.com/boostorg/variant2#boost-1.90.0",
.hash = "N-V-__8AABySBgBu1lJOBNCt0fjIfeVKGjusgnGEMdp_D1Fw",
},
.date_time = .{
.url = "git+https://github.com/boostorg/date_time#boost-1.90.0",
.hash = "N-V-__8AAMOOGwBP_hCvwzKYcwNojW9urbnpDTOB9e7CFFTD",
},
.outcome = .{
.url = "git+https://github.com/boostorg/outcome#boost-1.90.0",
.hash = "N-V-__8AAPJmRQDsRoW40ccdXiDLvB9EEKMgg1JvuP9r1Y1G",
},
.hana = .{
.url = "git+https://github.com/boostorg/hana#boost-1.90.0",
.hash = "N-V-__8AAIg9TQDdQ2vR5IvCCy4llIYMiArhZrT6i7glL-oz",
},
.numeric_conversion = .{
.url = "git+https://github.com/boostorg/numeric_conversion#boost-1.90.0",
.hash = "N-V-__8AACHiCQC1YZI5LZX4OT7n2FGUQSB9SSMSOUX1LMIn",
},
.@"align" = .{
.url = "git+https://github.com/boostorg/align#boost-1.90.0",
.hash = "N-V-__8AALiaAQBkqXkWmZ90CMgy2wbe3pgedtfkFYCsLgto",
},
.graph = .{
.url = "git+https://github.com/boostorg/graph#boost-1.90.0",
.hash = "N-V-__8AAPedBgE6M27iCELCBd3vV5OJ8UgeUojSrHfGLLEV",
},
.pfr = .{
.url = "git+https://github.com/boostorg/pfr#boost-1.90.0",
.hash = "N-V-__8AAO0lFgDNdpgEI0yB3d9V1xucv8mDb4JVkLrf-ZIE",
},
.math = .{
.url = "git+https://github.com/boostorg/math#boost-1.90.0",
.hash = "N-V-__8AANMhoAaEcrpPR0AzXzLWczakd7uJZRruZBFUboJE",
},
.lexical_cast = .{
.url = "git+https://github.com/boostorg/lexical_cast#boost-1.90.0",
.hash = "N-V-__8AAP6GBQBOX48XWqBRbU3AieKxSEvtleputi3y5oK-",
},
.type_index = .{
.url = "git+https://github.com/boostorg/type_index#boost-1.90.0",
.hash = "N-V-__8AAIo0AwD6b55eCacCdhnE6p3Ir2qvjaEiXl6FQWZB",
},
.beast = .{
.url = "git+https://github.com/boostorg/beast#boost-1.90.0",
.hash = "N-V-__8AAET-XwAmNl8nOdFIOXDRVNQ4jM5YP1Q23NVzbKUZ",
},
.variant = .{
.url = "git+https://github.com/boostorg/variant#boost-1.90.0",
.hash = "N-V-__8AAGovCABWY0UhbWY_D-WwI-ERwCvb1x3X79MSjSQe",
},
.chrono = .{
.url = "git+https://github.com/boostorg/chrono#boost-1.90.0",
.hash = "N-V-__8AAHKoEgC2FVY0dM8korgUTF2zl2VwWnrFCaE5RHS8",
},
.unordered = .{
.url = "git+https://github.com/boostorg/unordered#boost-1.90.0",
.hash = "N-V-__8AALaffACayx1LpybnblDGe92D-OPo_dl3tTa83gq8",
},
.url = .{
.url = "git+https://github.com/boostorg/url#boost-1.90.0",
.hash = "N-V-__8AAF6nWwCww9CEgB7QWwvuXk8VuOtUSAcM5ZWA3rKX",
},
.any = .{
.url = "git+https://github.com/boostorg/any#boost-1.90.0",
.hash = "N-V-__8AAGY4AgDo5yX1iHxhAuDOyYd5ykXqKZfDxVeZBVvg",
},
.integer = .{
.url = "git+https://github.com/boostorg/integer#boost-1.90.0",
.hash = "N-V-__8AAHWmAwAgWFMvZvI0ddKxjI_C54y-yMk2n78DfEVM",
},
.array = .{
.url = "git+https://github.com/boostorg/array#boost-1.90.0",
.hash = "N-V-__8AAFlMAgBlNIseNerkSVmUC9TxOlWrCI7SA6j_v4uz",
},
.multi_array = .{
.url = "git+https://github.com/boostorg/multi_array#boost-1.90.0",
.hash = "N-V-__8AALTJBwCHHiM6Be55w4Df-SLIOyD0xzirjjR8PIBN",
},
.safe_numerics = .{
.url = "git+https://github.com/boostorg/safe_numerics#boost-1.90.0",
.hash = "N-V-__8AALNNQQCHJ90BqIiWlYmFjpkaEKejVPYEftqw7gIs",
},
.filesystem = .{
.url = "git+https://github.com/boostorg/filesystem#boost-1.90.0",
.hash = "N-V-__8AADB6FwAGuERmTZ1EL0BaVBGR7oL0SWbrWieZ2MjS",
},
.compute = .{
.url = "git+https://github.com/boostorg/compute#boost-1.90.0",
.hash = "N-V-__8AAL2PJwA7essATOp2Xd8l1jEo8e7fyahbreh2v3mQ",
},
.mysql = .{
.url = "git+https://github.com/boostorg/mysql#boost-1.90.0",
.hash = "N-V-__8AAKRUTABcFfwzXJrIw-HR_UWVefd7j1ozmhcBr_yn",
},
.sort = .{
.url = "git+https://github.com/boostorg/sort#boost-1.90.0",
.hash = "N-V-__8AAKZPQADD-a6CFT8f91TPuWD2APaILYTrtgGcHRrl",
},
.stacktrace = .{
.url = "git+https://github.com/boostorg/stacktrace#boost-1.90.0",
.hash = "N-V-__8AAEP_AwCZrsL21StDhRYeyzMGFsv_oj2E1bPQcMaC",
},
.signals2 = .{
.url = "git+https://github.com/boostorg/signals2#boost-1.90.0",
.hash = "N-V-__8AALvDCADG6Xn-a7Wx_nhCOSU3YqthrhZ1maSTQgMm",
},
.interprocess = .{
.url = "git+https://github.com/boostorg/interprocess#boost-1.90.0",
.hash = "N-V-__8AAMKrKACdsNoIhKv-0wnTK3Gk-ATVvrdSFqsEGsHy",
},
.context = .{
.url = "git+https://github.com/boostorg/context#boost-1.90.0",
.hash = "N-V-__8AAJQgGgA2rcZ_e767GgoDdDapon6PCYkG7SAcuv_Q",
},
.timer = .{
.url = "git+https://github.com/boostorg/timer#boost-1.90.0",
.hash = "N-V-__8AAGBTAgBqTK9eFPUQtClpOyyCk9T8Uj_i8NuaU6Lw",
},
.wave = .{
.url = "git+https://github.com/boostorg/wave#boost-1.90.0",
.hash = "N-V-__8AALO0MwBElcnzmpmvZb57SyPoGw_68--ZJx11tj7o",
},
.atomic = .{
.url = "git+https://github.com/boostorg/atomic#boost-1.90.0",
.hash = "N-V-__8AAItOGwCbb1NFGRBKd7oN0WocQ063jJ6g2nwscpVk",
},
.scope = .{
.url = "git+https://github.com/boostorg/scope#boost-1.90.0",
.hash = "N-V-__8AAOFSBgDmsoCCQZIxPr3SPhKyJGQ_F81iZraQH0Kz",
},
.process = .{
.url = "git+https://github.com/boostorg/process#boost-1.90.0",
.hash = "N-V-__8AAGdkFAAaeYSsPFESTuCkJcQw8smT-OAVzxxtyRxU",
},
.fusion = .{
.url = "git+https://github.com/boostorg/fusion#boost-1.90.0",
.hash = "N-V-__8AAOQD7wC4pEgByUp4TphJvvtm476CD8o8BM14q_T4",
},
.spirit = .{
.url = "git+https://github.com/boostorg/spirit#boost-1.90.0",
.hash = "N-V-__8AAOBQzgCLvK3LADd-smcB-rcQe-XBbGCyzxLYQWkC",
},
.function = .{
.url = "git+https://github.com/boostorg/function#boost-1.90.0",
.hash = "N-V-__8AAO2HBAC1TXKtzo65bNT9u1fcVPWy8hJ5bu3NbgbN",
},
.cobalt = .{
.url = "git+https://github.com/boostorg/cobalt#boost-1.90.0",
.hash = "N-V-__8AABzLDgBVYcwamitFSsGjPDCc0lEUoP3OC9jrIiRt",
},
.phoenix = .{
.url = "git+https://github.com/boostorg/phoenix#boost-1.90.0",
.hash = "N-V-__8AALCYJwGwrs7rO_IvByy6Lt9m7O9-bYLL5JxbWw6M",
},
.locale = .{
.url = "git+https://github.com/boostorg/locale#boost-1.90.0",
.hash = "N-V-__8AANRMGABv9h5N4lvpR4DRrRv3sWNxFVoGjOTbUZek",
},
.uuid = .{
.url = "git+https://github.com/boostorg/uuid#boost-1.90.0",
.hash = "N-V-__8AAHKjBQCFVutgE-smilRaA2cG2-lOVco7kGSaqxhN",
},
.nowide = .{
.url = "git+https://github.com/boostorg/nowide#boost-1.90.0",
.hash = "N-V-__8AAME6BwAYkBavPwaY0VofEB-FXsfw4cTqviJjaBuN",
},
.circular_buffer = .{
.url = "git+https://github.com/boostorg/circular_buffer#boost-1.90.0",
.hash = "N-V-__8AAP87CACoPesrgVNchRs4kD-neM6sb9cTaXhniOPo",
},
.leaf = .{
.url = "git+https://github.com/boostorg/leaf#boost-1.90.0",
.hash = "N-V-__8AACO7DwBWvmUhQDTdp4ZRm7UgqhLS55GLEd83FDfm",
},
.lockfree = .{
.url = "git+https://github.com/boostorg/lockfree#boost-1.90.0",
.hash = "N-V-__8AAInMAwAXoCkp7Z7PNTVkbdlTLBaIJ8IFHnk1YnNd",
},
.redis = .{
.url = "git+https://github.com/boostorg/redis#boost-1.90.0",
.hash = "N-V-__8AAM87DABZ7PL-ia-_ow4Cb8DGZcvMelGrq02x-44-",
},
.geometry = .{
.url = "git+https://github.com/boostorg/geometry#boost-1.90.0",
.hash = "N-V-__8AAOsZfAEra0L_QzQPunHOecauK-EvfKmv0A10p5AG",
},
.crc = .{
.url = "git+https://github.com/boostorg/crc#boost-1.90.0",
.hash = "N-V-__8AABTVAwD_LUXFlZRcq-xeCzNz-C5G2okXK1k91_by",
},
.compat = .{
.url = "git+https://github.com/boostorg/compat#boost-1.90.0",
.hash = "N-V-__8AANfeBgBwWkv3QGYoDsQuogdl10LLAfYIApak4KZF",
},
.bimap = .{
.url = "git+https://github.com/boostorg/bimap#boost-1.90.0",
.hash = "N-V-__8AAMckMACDAWQbKCN5wEWdCcnf7fLMkfYBB5wySXUB",
},
.tokenizer = .{
.url = "git+https://github.com/boostorg/tokenizer#boost-1.90.0",
.hash = "N-V-__8AAMjfAQCFd7AbC0oR2nywxgUAoeLd1PnpMKIv7gtL",
},
.parameter = .{
.url = "git+https://github.com/boostorg/parameter#boost-1.90.0",
.hash = "N-V-__8AAKjNHAAd3ydne38WZYBMQCccWNUOmKnRSesf6ori",
},
.callable_traits = .{
.url = "git+https://github.com/boostorg/callable_traits#boost-1.90.0",
.hash = "N-V-__8AAMa4BwCpVigub7aSIEgUJohLziOJXDmB3igMP7M8",
},
.odeint = .{
.url = "git+https://github.com/boostorg/odeint#boost-1.90.0",
.hash = "N-V-__8AACbVJAB945DbAOb-qVUoGDlIZDUl75YagkF5R5jA",
},
.ublas = .{
.url = "git+https://github.com/boostorg/ublas#boost-1.90.0",
.hash = "N-V-__8AAK5-OwAjoTGZtX_qcfh6hQDM2cbkRbPXD7fxu8hY",
},
.serialization = .{
.url = "git+https://github.com/boostorg/serialization#boost-1.90.0",
.hash = "N-V-__8AADOvIQDs5dJOPykAvU8G7JkELrGnc7C0MD4eeFxk",
},
.iostreams = .{
.url = "git+https://github.com/boostorg/iostreams#boost-1.90.0",
.hash = "N-V-__8AADTThQCR3QabRhSONgDag-0YZ2ZhtCvqZnTdmael",
},
.type_erasure = .{
.url = "git+https://github.com/boostorg/type_erasure#boost-1.90.0",
.hash = "N-V-__8AAP5SDQBITJgI5Jcyk3yGlFe0b_TqZIsjDZUydiC6",
},
.typeof = .{
.url = "git+https://github.com/boostorg/typeof#boost-1.90.0",
.hash = "N-V-__8AAC6jAQDBN1fyK8R1P3xdDSLDLnF_hu7wROXZvAtC",
},
.units = .{
.url = "git+https://github.com/boostorg/units#boost-1.90.0",
.hash = "N-V-__8AABVFEQDkg4mMFIiUaipuch30aW7TQdxy4hCE2X7e",
},
.function_types = .{
.url = "git+https://github.com/boostorg/function_types#boost-1.90.0",
.hash = "N-V-__8AAIKQDwA0c--Aj6OaH4orOc17CDZKowBOpZoVO1YG",
},
.hof = .{
.url = "git+https://github.com/boostorg/hof#boost-1.90.0",
.hash = "N-V-__8AALKyCwA3vPUL9O__Q4y3m193L6sycgS9J03KBzsm",
},
.interval = .{
.url = "git+https://github.com/boostorg/interval#boost-1.90.0",
.hash = "N-V-__8AAI5fBgALNeyXb0DEVCArdX3aMz4rwz4bZhiQ8Pn4",
},
.icl = .{
.url = "git+https://github.com/boostorg/icl#boost-1.90.0",
.hash = "N-V-__8AACHFgAAL6MnwPXMGH4XFiUWfVG2ZZsaSiCUlKW3P",
},
.local_function = .{
.url = "git+https://github.com/boostorg/local_function#boost-1.90.0",
.hash = "N-V-__8AAHGaFQDt5k8TphnVwa6vACn9SjMFY-sjx1bHeyhn",
},
.log = .{
.url = "git+https://github.com/boostorg/log#boost-1.90.0",
.hash = "N-V-__8AAE9eNQBQamawUp3e3Gw0Z_9POQNnQRuAiGyEaQhp",
},
.charconv = .{
.url = "git+https://github.com/boostorg/charconv#boost-1.90.0",
.hash = "N-V-__8AAPqaFwDfhsVjU0JzvmQB7ttsnBg0DnCsMWZuyeW_",
},
.conversion = .{
.url = "git+https://github.com/boostorg/conversion#boost-1.90.0",
.hash = "N-V-__8AAHTOAAADsMO6fK_l-7EBWzXms5EcbhagI4fGNBJ8",
},
.heap = .{
.url = "git+https://github.com/boostorg/heap#boost-1.90.0",
.hash = "N-V-__8AAJ6HBQD_VQ0_8HDQl4ttbU4b7Hsx055eFM8D5xCa",
},
.msm = .{
.url = "git+https://github.com/boostorg/msm#boost-1.90.0",
.hash = "N-V-__8AALuBNQBIkgJ0WVCZcOz8FZvZCrFZEZmThWGCrnFx",
},
.coroutine2 = .{
.url = "git+https://github.com/boostorg/coroutine2#boost-1.90.0",
.hash = "N-V-__8AADeWBACdc4-qLylEme_d0C7JkljJh5TukDftAjNI",
},
.pool = .{
.url = "git+https://github.com/boostorg/pool#boost-1.90.0",
.hash = "N-V-__8AAAieLgDl61ANGt1eaCLj0oYtzF3PZ5Wzzr-1bD3s",
},
.format = .{
.url = "git+https://github.com/boostorg/format#boost-1.90.0",
.hash = "N-V-__8AAGu-BABbjN6CgUc_0vHRqCMd3v7bNbI_zPUWZimO",
},
.fiber = .{
.url = "git+https://github.com/boostorg/fiber#boost-1.90.0",
.hash = "N-V-__8AAAYbSABEngHJeWbJCaDFDOxpNEIStZP1Bm5i6LR5",
},
.proto = .{
.url = "git+https://github.com/boostorg/proto#boost-1.90.0",
.hash = "N-V-__8AABj2LAB07zIsWblXUuJFTkspD0QbKKBXpX4zderm",
},
.property_tree = .{
.url = "git+https://github.com/boostorg/property_tree#boost-1.90.0",
.hash = "N-V-__8AAMQ4CgBbGUjB0KqaRkOJtlQqQfeTuREDWKHGc4Zp",
},
.exception = .{
.url = "git+https://github.com/boostorg/exception#boost-1.90.0",
.hash = "N-V-__8AAI_2DwAAb7VpZLRfaT0nhgf4YaCGGSdiYOL9B7Ch",
},
.multi_index = .{
.url = "git+https://github.com/boostorg/multi_index#boost-1.90.0",
.hash = "N-V-__8AAMBsIwBNfTzWWw-XN2W0qka-1e31_3k7umSOpP1Z",
},
.random = .{
.url = "git+https://github.com/boostorg/random#boost-1.90.0",
.hash = "N-V-__8AAL6MGADwPC7JLXJtRs2zNkV24z0nibs1QR_mzHJa",
},
.dll = .{
.url = "git+https://github.com/boostorg/dll#boost-1.90.0",
.hash = "N-V-__8AAHQZBwBbF3dW2ONxiLDEK4vwvYTWCJ1ycABPtWXa",
},
.multiprecision = .{
.url = "git+https://github.com/boostorg/multiprecision#boost-1.90.0",
.hash = "N-V-__8AAP_J3ABgTOpSOKdzPBiFkoOgmD8YEbqQzwYmtWLS",
},
.gil = .{
.url = "git+https://github.com/boostorg/gil#boost-1.90.0",
.hash = "N-V-__8AAJ3hogCMsm2qrgkk15y24t3FGD16LEdiKmmVwPbf",
},
.python = .{
.url = "git+https://github.com/boostorg/python#boost-1.90.0",
.hash = "N-V-__8AABvUIABPwf86WKUIo_7vptqALtX07qf3MvDC9jQ9",
},
.property_map = .{
.url = "git+https://github.com/boostorg/property_map#boost-1.90.0",
.hash = "N-V-__8AAD5JAwBeVXAdgiQK80Ee_0gbp4P0gCNJ3s9rpU1a",
},
.property_map_parallel = .{
.url = "git+https://github.com/boostorg/property_map_parallel#boost-1.90.0",
.hash = "N-V-__8AAGkzAQAB_B7Hu8v4b6LLy_b17j8t4kcFfZznwv51",
},
.hash2 = .{
.url = "git+https://github.com/boostorg/hash2#boost-1.90.0",
.hash = "N-V-__8AANSEDwB5vng_bAG7nvSDqM_lbRkAt6N4sbRHmGrW",
},
.parser = .{
.url = "git+https://github.com/boostorg/parser#boost-1.90.0",
.hash = "N-V-__8AAI-sLwDfLArxHqXpnmODilDe2VV0chM7XOjZkp1_",
},
.mqtt5 = .{
.url = "git+https://github.com/boostorg/mqtt5#boost-1.90.0",
.hash = "N-V-__8AALckDgBxqr-hDDJGjCVk--UI3bh-Sx6WGNiR1WOe",
},
.bloom = .{
.url = "git+https://github.com/boostorg/bloom#boost-1.90.0",
.hash = "N-V-__8AABIGCAB3UMfGvexVPi51jRyoMdix2Eqgcse3KsU5",
},
.tti = .{
.url = "git+https://github.com/boostorg/tti#boost-1.90.0",
.hash = "N-V-__8AAOZmCADODeMFdbLe1jAS_JVYPMQ3d3Jc3JyfDul9",
},
.openmethod = .{
.url = "git+https://github.com/boostorg/openmethod#boost-1.90.0",
.hash = "N-V-__8AAPKRMwCbSO1xEueYjIMbcbIFB0WIsm2UZkp-OJI5",
},
},
.paths = .{""},
}