summaryrefslogtreecommitdiff
path: root/etc/repos.json
blob: ae4d387ce37bcb19a2f16c3242b2d0029fcc7320 (plain)
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
{ "main": "just"
, "repositories":
  { "just":
    { "repository": {"type": "file", "path": "."}
    , "bindings":
      { "rules": "rules-just"
      , "gsl": "com_github_microsoft_gsl"
      , "cli11": "cli11"
      , "json": "json"
      , "fmt": "fmt"
      , "ssl": "ssl"
      , "grpc": "com_github_grpc_grpc"
      , "googleapis": "google_apis"
      , "bazel_remote_apis": "bazel_remote_apis"
      , "libgit2": "com_github_libgit2_libgit2"
      , "protoc": "protobuf"
      , "libcurl": "com_github_curl_curl"
      , "libarchive": "com_github_libarchive_libarchive"
      , "lzma": "lzma"
      , "bzip2": "bzip2"
      }
    , "bootstrap": {"link": ["-pthread"]}
    , "bootstrap_local": {"link": ["-pthread"]}
    }
  , "just tests":
    { "repository": {"type": "file", "path": "test"}
    , "bindings":
      { "src": "just"
      , "rules": "rules-just"
      , "just-distfiles": "just-distfiles"
      , "catch2": "catch2"
      , "gsl": "com_github_microsoft_gsl"
      , "cli11": "cli11"
      , "json": "json"
      , "fmt": "fmt"
      , "ssl": "ssl"
      , "grpc": "com_github_grpc_grpc"
      , "googleapis": "google_apis"
      , "bazel_remote_apis": "bazel_remote_apis"
      , "libgit2": "com_github_libgit2_libgit2"
      , "protoc": "protobuf"
      }
    }
  , "just-distfiles":
    { "repository":
      { "type": "distdir"
      , "repositories":
        [ "com_github_microsoft_gsl"
        , "cli11"
        , "json"
        , "fmt"
        , "ssl"
        , "protobuf"
        , "bazel_remote_apis"
        , "google_apis"
        , "com_google_absl"
        , "zlib"
        , "re2"
        , "com_github_cares_cares"
        , "com_github_grpc_grpc"
        , "com_github_libgit2_libgit2"
        , "com_github_curl_curl"
        , "com_github_libarchive_libarchive"
        , "lzma"
        , "bzip2"
        ]
      }
    , "target_root": "import targets"
    , "target_file_name": "TARGETS.distfiles"
    }
  , "toolchain":
    { "repository":
      {"type": "file", "path": "etc/toolchain", "pragma": {"to_git": true}}
    , "rule_root": "rules"
    }
  , "defaults":
    { "repository":
      {"type": "file", "path": "etc/defaults", "pragma": {"to_git": true}}
    }
  , "patches":
    { "repository":
      {"type": "file", "path": "etc/patches", "pragma": {"to_git": true}}
    }
  , "rules":
    { "repository":
      {"type": "file", "path": "rules", "pragma": {"to_git": true}}
    , "target_root": "defaults"
    , "rule_root": "rules"
    , "bindings": {"toolchain": "toolchain"}
    }
  , "rules-just":
    { "repository": "rules"
    , "target_root": "defaults"
    , "rule_root": "rules"
    , "target_file_name": "TARGETS.just"
    , "bindings":
      {"base": "rules", "protoc": "protobuf", "grpc": "com_github_grpc_grpc"}
    }
  , "rules-boringssl":
    { "repository": "rules"
    , "target_root": "defaults"
    , "rule_root": "rules"
    , "target_file_name": "TARGETS.boringssl"
    , "bindings": {"base": "rules"}
    }
  , "rules-protobuf":
    { "repository": "rules"
    , "target_root": "defaults"
    , "rule_root": "rules"
    , "target_file_name": "TARGETS.protobuf"
    , "bindings": {"base": "rules"}
    }
  , "rules-grpc":
    { "repository": "rules"
    , "target_root": "defaults"
    , "rule_root": "rules"
    , "target_file_name": "TARGETS.grpc"
    , "bindings": {"base": "rules", "protoc": "protobuf"}
    }
  , "rules-absl":
    { "repository": "rules"
    , "target_root": "defaults"
    , "rule_root": "rules"
    , "target_file_name": "TARGETS.absl"
    , "bindings": {"base": "rules"}
    }
  , "rules-re2":
    { "repository": "rules"
    , "target_root": "defaults"
    , "rule_root": "rules"
    , "target_file_name": "TARGETS.re2"
    , "bindings": {"base": "rules"}
    }
  , "rules-git2":
    { "repository": "rules"
    , "target_root": "defaults"
    , "rule_root": "rules"
    , "target_file_name": "TARGETS.git2"
    , "bindings": {"base": "rules"}
    }
  , "rules-curl":
    { "repository": "rules"
    , "target_root": "defaults"
    , "rule_root": "rules"
    , "target_file_name": "TARGETS.curl"
    , "bindings": {"base": "rules"}
    }
  , "rules-bzip2":
    { "repository": "rules"
    , "target_root": "defaults"
    , "rule_root": "rules"
    , "target_file_name": "TARGETS.bzip2"
    , "bindings": {"base": "rules"}
    }
  , "rules-lzma":
    { "repository": "rules"
    , "target_root": "defaults"
    , "rule_root": "rules"
    , "target_file_name": "TARGETS.lzma"
    , "bindings": {"base": "rules"}
    }
  , "rules-archive":
    { "repository": "rules"
    , "target_root": "defaults"
    , "rule_root": "rules"
    , "target_file_name": "TARGETS.archive"
    , "bindings": {"base": "rules"}
    }
  , "import targets":
    { "repository":
      {"type": "file", "path": "etc/import", "pragma": {"to_git": true}}
    , "pkg_bootstrap": {"local_path": "etc/import.pkgconfig"}
    }
  , "com_github_microsoft_gsl":
    { "repository":
      { "type": "archive"
      , "content": "386f0a89a47763481223a63d5026215af8d3c827"
      , "fetch": "https://github.com/microsoft/GSL/archive/refs/tags/v4.0.0.tar.gz"
      , "sha256": "f0e32cb10654fea91ad56bde89170d78cfbf4363ee0b01d8f097de2ba49f6ce9"
      , "sha512": "7fa7446796c6bf82fb3bff09f86a69c446a27be528bef3b17c8bc5ad2f24d5cf86bdb3d3813ecb44726e8f395020180e97e41027330d1fbf545cc0f0b44aac29"
      , "subdir": "GSL-4.0.0/include/gsl"
      }
    , "target_root": "import targets"
    , "target_file_name": "TARGETS.gsl"
    , "bindings": {"rules": "rules"}
    , "bootstrap": {"include_name": "gsl"}
    , "pkg_bootstrap": {"local_path": "include/gsl"}
    }
  , "cli11":
    { "repository":
      { "type": "archive"
      , "content": "eb82119c62808a65bb2d15561f1968259ed50c95"
      , "fetch": "https://github.com/CLIUtils/CLI11/archive/refs/tags/v2.4.1.tar.gz"
      , "sha256": "73b7ec52261ce8fe980a29df6b4ceb66243bb0b779451dbd3d014cfec9fdbb58"
      , "sha512": "965290d09977672d3bc3c57ca4b89a88c2c09461da6e866b18217d702d4d5a0977588fcb8fef1a3c3804e61ad80d276029f47469cc83dbfdc7021ee35f6b7269"
      , "subdir": "CLI11-2.4.1"
      }
    , "target_root": "import targets"
    , "target_file_name": "TARGETS.cli11"
    , "bindings": {"rules": "rules"}
    , "bootstrap": {"include_dir": "include/CLI", "include_name": "CLI"}
    }
  , "json":
    { "repository":
      { "type": "zip"
      , "content": "733571f96614cc01fcebf76c8359f52706677c61"
      , "fetch": "https://github.com/nlohmann/json/releases/download/v3.11.3/include.zip"
      , "sha256": "a22461d13119ac5c78f205d3df1db13403e58ce1bb1794edc9313677313f4a9d"
      , "sha512": "8d923e2586acf736fc1886bf1839ca0126444ec60ce93a4bd18c21eef4475dff6f608203e42bf4968878dc50727a8c20c517dd8c1ac5c6b0bb6a95f2dce5546e"
      , "subdir": "include/nlohmann"
      }
    , "target_root": "import targets"
    , "target_file_name": "TARGETS.json"
    , "bindings": {"rules": "rules"}
    , "bootstrap": {"include_name": "nlohmann"}
    }
  , "fmt":
    { "repository":
      { "type": "zip"
      , "content": "c54a3ec3cba9177c0be51051b762a74449ea1466"
      , "fetch": "https://github.com/fmtlib/fmt/releases/download/10.2.1/fmt-10.2.1.zip"
      , "sha256": "312151a2d13c8327f5c9c586ac6cf7cddc1658e8f53edae0ec56509c8fa516c9"
      , "sha512": "1cf0e3dd09c7d87e0890b8743559159d3be2a8f33c135516962d17c4eeb7b00659e6acd74518bd5566ee4e83ddaba155fecb4c229f90cd258b3b832e72ad82cd"
      , "subdir": "fmt-10.2.1"
      }
    , "target_root": "import targets"
    , "target_file_name": "TARGETS.fmt"
    , "bindings": {"rules": "rules"}
    , "bootstrap":
      { "include_dir": "include/fmt"
      , "build": "cd src && {cxx} {cxxflags} -I ../include -c os.cc format.cc && {ar} cqs ../libfmt.a *.o"
      , "link": ["-lfmt"]
      }
    , "pkg_bootstrap": {"link": ["-lfmt"], "link_dirs": ["lib"]}
    }
  , "ssl":
    { "repository":
      { "type": "archive"
      , "content": "19cdde8ba529848172c09e84e3deb2c92dc670c3"
      , "fetch": "https://github.com/google/boringssl/archive/6195bf8242156c9a2fa75702eee058f91b86a88b.tar.gz"
      , "sha256": "ad0b806b6c5cbd6cae121c608945d5fed468748e330632e8d53315089ad52c67"
      , "sha512": "bd0ff23103695a08c5072ef4e88042c32b684295ee6434124d9c9292586b72863c35246cd8002ad3de3a79a9dfe10a1e0beb594c1625bdf1d6f6175821ca75a1"
      , "subdir": "boringssl-6195bf8242156c9a2fa75702eee058f91b86a88b"
      }
    , "target_root": "import targets"
    , "target_file_name": "TARGETS.boringssl"
    , "bindings": {"rules": "rules-boringssl"}
    , "bootstrap":
      { "arch_map": {"arm64": "aarch64"}
      , "build": "{cc} {cflags} -I . -I src/include -c *.c src/crypto/*.c  src/crypto/*/*.c {os}-{arch}/crypto/fipsmodule/*.S && {ar} cqs libcrypto.a *.o"
      , "link": ["-lcrypto", "-pthread"]
      , "include_dir": "src/include/openssl"
      , "include_name": "openssl"
      }
    , "pkg_bootstrap": {"link": ["-lcrypto", "-pthread"], "link_dirs": ["lib"]}
    }
  , "protobuf":
    { "repository":
      { "type": "archive"
      , "content": "3e7ee8fe7138998e31bd367fdd6feaeb1d98ab39"
      , "fetch": "https://github.com/protocolbuffers/protobuf/releases/download/v23.4/protobuf-23.4.tar.gz"
      , "sha256": "a700a49470d301f1190a487a923b5095bf60f08f4ae4cac9f5f7c36883d17971"
      , "sha512": "b93a4e0339ecbe085796de5b6c61feae35229d40db9019c043090bcaa483a1cce78a99487c5638482c68832fcede5579a0e5ec731221a88359b80db9bb6dc566"
      , "subdir": "protobuf-23.4"
      }
    , "target_root": "import targets"
    , "target_file_name": "TARGETS.protobuf"
    , "bindings":
      {"rules": "rules-protobuf", "zlib": "zlib", "absl": "com_google_absl"}
    , "pkg_bootstrap":
      { "copy":
        ["bin/protoc", "include/google/protobuf", "proto/google/protobuf"]
      }
    }
  , "bazel_remote_apis":
    { "repository":
      { "type": "archive"
      , "content": "da6d7d589ccd1924ba9840a4e329e438dfa27f86"
      , "fetch": "https://github.com/bazelbuild/remote-apis/archive/e1fe21be4c9ae76269a5a63215bb3c72ed9ab3f0.tar.gz"
      , "sha256": "7421abd5352ccf927c2050453a4dbfa1f7b1c7170ec3e8702b6fe2d39b8805fe"
      , "sha512": "3042690ee4b17a27db92ca867b4225c25f3f16344dce5fe86695d72ddda531e1593a5f0f70a291283451ce1e9f606c2285d222df3787815cd8f4054e1113bc9d"
      , "subdir": "remote-apis-e1fe21be4c9ae76269a5a63215bb3c72ed9ab3f0"
      }
    , "target_root": "import targets"
    , "target_file_name": "TARGETS.bazel_remote_apis"
    , "bindings":
      {"rules": "rules", "google_apis": "google_apis", "patches": "patches"}
    , "pkg_bootstrap": {"local_path": "include"}
    }
  , "google_apis":
    { "repository":
      { "type": "archive"
      , "content": "5d9001f3dff8dec1880c06c0de100a0c2fc65094"
      , "fetch": "https://github.com/googleapis/googleapis/archive/2f9af297c84c55c8b871ba4495e01ade42476c92.tar.gz"
      , "sha256": "5bb6b0253ccf64b53d6c7249625a7e3f6c3bc6402abd52d3778bfa48258703a0"
      , "sha512": "cdeefae807df7097174b4bb28c0900b06a68d424c00ebba4ff5add260c9c651351d5e429bfc5de42f95ebb75dadec313f7bd3991c2fa476c9104f9ea656acad4"
      , "subdir": "googleapis-2f9af297c84c55c8b871ba4495e01ade42476c92"
      }
    , "target_root": "import targets"
    , "target_file_name": "TARGETS.google_apis"
    , "bindings": {"rules": "rules", "patches": "patches"}
    , "pkg_bootstrap": {"local_path": "include"}
    }
  , "com_google_absl":
    { "repository":
      { "type": "archive"
      , "content": "08a0c4a58d13f234bd3f1de6c73395ec5ab7d5f6"
      , "fetch": "https://github.com/abseil/abseil-cpp/archive/refs/tags/20230125.3.tar.gz"
      , "sha256": "5366d7e7fa7ba0d915014d387b66d0d002c03236448e1ba9ef98122c13b35c36"
      , "sha512": "50509acfc4128fd31435631f71ac8cd0350acd9e290f78502723149016e7f07c9d84182ba99e0938b1873fecda09393d3fd7af8dabfb0d89cdcdd8a69a917e70"
      , "subdir": "abseil-cpp-20230125.3"
      }
    , "target_root": "import targets"
    , "target_file_name": "TARGETS.absl"
    , "bindings": {"rules": "rules-absl", "patches": "patches"}
    }
  , "zlib":
    { "repository":
      { "type": "archive"
      , "content": "88faf0fca21e0d82de44366fdd52aaadbab2e6b6"
      , "fetch": "https://github.com/madler/zlib/releases/download/v1.3/zlib-1.3.tar.gz"
      , "sha256": "ff0ba4c292013dbc27530b3a81e1f9a813cd39de01ca5e0f8bf355702efa593e"
      , "sha512": "185795044461cd78a5545250e06f6efdb0556e8d1bfe44e657b509dd6f00ba8892c8eb3febe65f79ee0b192d6af857f0e0055326d33a881449f3833f92e5f8fb"
      , "subdir": "zlib-1.3"
      }
    , "target_root": "import targets"
    , "target_file_name": "TARGETS.zlib"
    , "bindings": {"rules": "rules"}
    }
  , "bzip2":
    { "repository":
      { "type": "archive"
      , "content": "f9d91f2012aedeedcfd3bd918124ca11f0160373"
      , "fetch": "https://github.com/libarchive/bzip2/archive/refs/tags/bzip2-1.0.8.tar.gz"
      , "sha256": "db106b740252669664fd8f3a1c69fe7f689d5cd4b132f82ba82b9afba27627df"
      , "sha512": "596d1b304f1f2d64b020d04845db10a2330c7f614a9fd0b5344afff65877d2141b3fcaa43d9e2dbc2f6a7929a1dab07df54d3d4bd69678b53906472958c7b80c"
      , "subdir": "bzip2-bzip2-1.0.8"
      }
    , "target_root": "import targets"
    , "target_file_name": "TARGETS.bzip2"
    , "bindings": {"rules": "rules-bzip2"}
    }
  , "lzma":
    { "repository":
      { "type": "archive"
      , "content": "6dae9322046ff66b7074c33b24be9a98f5cee42a"
      , "fetch": "https://github.com/xz-mirror/xz/archive/refs/tags/v5.4.0.tar.gz"
      , "sha256": "26ec069c41e5dfae221825b9f28a4934cb6ce3bedd3f55bc0a08073f7c2e42fd"
      , "sha512": "60aba20197d329a1e0d86b32de8a9727a98e5ff6f1eda6111c5ddf85086edeefcf9e2cc3998d237e248bf4af7cf746923b45d236e6b47d88f63cf3d57cae9e8f"
      , "subdir": "xz-5.4.0"
      }
    , "target_root": "import targets"
    , "target_file_name": "TARGETS.lzma"
    , "bindings": {"rules": "rules-lzma"}
    }
  , "re2":
    { "repository":
      { "type": "archive"
      , "content": "8eebd70d7ebd33ac5d736090cecd7cfe1831b9e3"
      , "fetch": "https://github.com/google/re2/archive/refs/tags/2022-04-01.tar.gz"
      , "sha256": "1ae8ccfdb1066a731bba6ee0881baad5efd2cd661acd9569b689f2586e1a50e9"
      , "sha512": "fc3d7cc1ee6bd771719845566d83ffc8c4e19d838748e842a1e19c7564473c9a0a061bebb3966ffa82de6515346f9bbddc2d94ceb3de89233f58826774bd7ce7"
      , "subdir": "re2-2022-04-01"
      }
    , "target_root": "import targets"
    , "target_file_name": "TARGETS.re2"
    , "bindings": {"rules": "rules-re2"}
    }
  , "com_github_cares_cares":
    { "repository":
      { "type": "archive"
      , "content": "4237a53f7a5dc1cfb4d04a6b6374f8674c32e271"
      , "fetch": "https://github.com/c-ares/c-ares/releases/download/cares-1_19_1/c-ares-1.19.1.tar.gz"
      , "sha256": "321700399b72ed0e037d0074c629e7741f6b2ec2dda92956abe3e9671d3e268e"
      , "sha512": "466a94efda626e815a6ef7a890637056339f883d549ea6055e289fd8cd2391130e5682c905c0fb3bd7e955af7f6deb793562c170eb0ee066a4a62085a82ba470"
      , "subdir": "c-ares-1.19.1"
      }
    , "target_root": "import targets"
    , "target_file_name": "TARGETS.cares"
    , "bindings": {"rules": "rules", "grpc": "com_github_grpc_grpc"}
    }
  , "com_github_grpc_grpc":
    { "repository":
      { "type": "archive"
      , "content": "eb5007bb7fb6575db8c1467090719d3262a05868"
      , "fetch": "https://github.com/grpc/grpc/archive/refs/tags/v1.56.2.tar.gz"
      , "sha256": "931f07db9d48cff6a6007c1033ba6d691fe655bea2765444bc1ad974dfc840aa"
      , "sha512": "bb4be3b8a128566581b7ea69d1faa6d08a28624656c2f4afdd8bb8fa804e362b7d8f2bb6c52789081b48f299ddffe18e1795c8dce9b9bc304a5e6d3a4274b11e"
      , "subdir": "grpc-1.56.2"
      , "pragma": {"special": "ignore"}
      }
    , "target_root": "import targets"
    , "target_file_name": "TARGETS.grpc"
    , "rule_file_name": "RULES.grpc"
    , "bindings":
      { "rules": "rules-grpc"
      , "protobuf": "protobuf"
      , "ssl": "ssl"
      , "absl": "com_google_absl"
      , "zlib": "zlib"
      , "re2": "re2"
      , "cares": "com_github_cares_cares"
      , "google_apis": "google_apis"
      }
    , "pkg_bootstrap":
      { "copy":
        [ "bin/grpc_cpp_plugin"
        , "include/grpc"
        , "include/grpcpp"
        , "include/grpc++"
        ]
      }
    }
  , "com_github_libgit2_libgit2":
    { "repository":
      { "type": "archive"
      , "content": "02793bbe15088985989d1ff636a23958f4a62c57"
      , "fetch": "https://github.com/libgit2/libgit2/archive/refs/tags/v1.7.0.tar.gz"
      , "sha256": "d9d0f84a86bf98b73e68997f5c1543cc5067d0ca9c7a5acaba3e8d117ecefef3"
      , "sha512": "68c8ed289de7daccaec17ea2ac49f4610325595cf90cddef763a31546a0a1c6bd400bf6180b68e2d3a8bdc3d031328efbbbaf3b61467dfc1b944e8cf3efcfd69"
      , "subdir": "libgit2-1.7.0"
      }
    , "target_root": "import targets"
    , "target_file_name": "TARGETS.git2"
    , "bindings": {"rules": "rules-git2", "zlib": "zlib", "ssl": "ssl"}
    , "bootstrap": {"include_dir": "include", "include_name": "."}
    , "pkg_bootstrap": {"copy": ["git2.h", "git2"]}
    }
  , "catch2":
    { "repository":
      { "type": "archive"
      , "content": "fd54249eeb20894ece50696a84ef674a0052b6da"
      , "fetch": "https://github.com/catchorg/Catch2/archive/refs/tags/v3.3.2.tar.gz"
      , "sha256": "8361907f4d9bff3ae7c1edb027f813659f793053c99b67837a0c0375f065bae2"
      , "sha512": "3d0c5666509a19be54ea0c48a3c8e1c4a951a2d991a7c9f7fe6d326661464538f1ab9dc573b1b2647f49fb6bef45bbd866142a4ce0fba38545ad182b8d55f61f"
      , "subdir": "Catch2-3.3.2"
      }
    , "target_root": "import targets"
    , "target_file_name": "TARGETS.catch2"
    , "bindings": {"rules": "rules"}
    , "bootstrap": {"drop": true}
    }
  , "com_github_curl_curl":
    { "repository":
      { "type": "archive"
      , "content": "23e33f9883e014ced35cc09f66b6b79a0b24e18d"
      , "fetch": "https://github.com/curl/curl/releases/download/curl-8_2_1/curl-8.2.1.tar.gz"
      , "sha256": "f98bdb06c0f52bdd19e63c4a77b5eb19b243bcbbd0f5b002b9f3cba7295a3a42"
      , "sha512": "d0a906f4dff4c485e6dae930d9a7530147f4c0a0cbb46a83cb9be9d7bd6b9c320386c8be5bcdd3749f2d468b0daf39d06e8c581bab1fa792fd26da409a575cbd"
      , "subdir": "curl-8.2.1"
      }
    , "target_root": "import targets"
    , "target_file_name": "TARGETS.curl"
    , "bindings":
      { "rules": "rules-curl"
      , "zlib": "zlib"
      , "ssl": "ssl"
      , "cares": "com_github_cares_cares"
      }
    }
  , "com_github_libarchive_libarchive":
    { "repository":
      { "type": "archive"
      , "content": "922b6c729d391c010ffa6228134c164886bac0f1"
      , "fetch": "https://github.com/libarchive/libarchive/releases/download/v3.7.1/libarchive-3.7.1.tar.gz"
      , "sha256": "5d24e40819768f74daf846b99837fc53a3a9dcdf3ce1c2003fe0596db850f0f0"
      , "sha512": "ccd36fc5e24e5feaad15b08496c4f6373f1bbb6ba657af5dc633b9d1454c98aba9a59ccffc48b41afc1219119d46c15d4db09c5855950422946e4dc058f17b88"
      , "subdir": "libarchive-3.7.1"
      }
    , "target_root": "import targets"
    , "target_file_name": "TARGETS.archive"
    , "bindings":
      { "rules": "rules-archive"
      , "zlib": "zlib"
      , "ssl": "ssl"
      , "bzip2": "bzip2"
      , "lzma": "lzma"
      }
    }
  }
}