homebrew 0.2.6

A rust wrapper around the homebrew package
Documentation
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
{
    "formulae": [
        {
            "name": "wget",
            "full_name": "wget",
            "tap": "homebrew/core",
            "oldnames": [

            ],
            "aliases": [

            ],
            "versioned_formulae": [

            ],
            "desc": "Internet file retriever",
            "license": "GPL-3.0-or-later",
            "homepage": "https://www.gnu.org/software/wget/",
            "versions": {
                "stable": "1.25.0",
                "head": "HEAD",
                "bottle": true
            },
            "urls": {
                "stable": {
                    "url": "https://ftp.gnu.org/gnu/wget/wget-1.25.0.tar.gz",
                    "tag": null,
                    "revision": null,
                    "using": null,
                    "checksum": "766e48423e79359ea31e41db9e5c289675947a7fcf2efdcedb726ac9d0da3784"
                },
                "head": {
                    "url": "https://git.savannah.gnu.org/git/wget.git",
                    "branch": "master",
                    "using": null
                }
            },
            "revision": 0,
            "version_scheme": 0,
            "bottle": {
                "stable": {
                    "rebuild": 0,
                    "root_url": "https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles",
                    "files": {
                        "arm64_sequoia": {
                            "cellar": "/opt/homebrew/Cellar",
                            "url": "https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles/wget-1.25.0.arm64_sequoia.bottle.tar.gz",
                            "sha256": "a93dd95c5d63036e026b526e000d33fae7fb44d9a8fda5afc89bff112438c6b3"
                        },
                        "arm64_sonoma": {
                            "cellar": "/opt/homebrew/Cellar",
                            "url": "https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles/wget-1.25.0.arm64_sonoma.bottle.tar.gz",
                            "sha256": "4d180cd4ead91a34e2c2672189fc366b87ae86e6caa3acbf4845b272f57c859a"
                        },
                        "arm64_ventura": {
                            "cellar": "/opt/homebrew/Cellar",
                            "url": "https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles/wget-1.25.0.arm64_ventura.bottle.tar.gz",
                            "sha256": "7fce09705a52a2aff61c4bdd81b9d2a1a110539718ded2ad45562254ef0f5c22"
                        },
                        "sonoma": {
                            "cellar": "/usr/local/Cellar",
                            "url": "https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles/wget-1.25.0.sonoma.bottle.tar.gz",
                            "sha256": "5650778a8e7a60c2dea9412dd21d2f5e8ff4f224dbefbdf54924b99012062edc"
                        },
                        "ventura": {
                            "cellar": "/usr/local/Cellar",
                            "url": "https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles/wget-1.25.0.ventura.bottle.tar.gz",
                            "sha256": "78cee523a9b58a7b824b51767935f68c9838e9f673e70d001982858001e766ff"
                        },
                        "x86_64_linux": {
                            "cellar": "/home/linuxbrew/.linuxbrew/Cellar",
                            "url": "https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles/wget-1.25.0.x86_64_linux.bottle.tar.gz",
                            "sha256": "ab5f3c1c60bef4e2a4781e9b29af8afb48ead837136c419edd7febdf44b59058"
                        }
                    }
                }
            },
            "pour_bottle_only_if": null,
            "keg_only": false,
            "keg_only_reason": null,
            "options": [

            ],
            "build_dependencies": [
                "pkgconf"
            ],
            "dependencies": [
                "libidn2",
                "openssl@3",
                "gettext",
                "libunistring"
            ],
            "test_dependencies": [

            ],
            "recommended_dependencies": [

            ],
            "optional_dependencies": [

            ],
            "uses_from_macos": [
                "zlib"
            ],
            "uses_from_macos_bounds": [
                {

                }
            ],
            "requirements": [

            ],
            "conflicts_with": [

            ],
            "conflicts_with_reasons": [

            ],
            "link_overwrite": [

            ],
            "caveats": null,
            "installed": [
                {
                    "version": "1.25.0",
                    "used_options": [

                    ],
                    "built_as_bottle": true,
                    "poured_from_bottle": true,
                    "time": 1734795904,
                    "runtime_dependencies": [
                        {
                            "full_name": "libunistring",
                            "version": "1.3",
                            "revision": 0,
                            "pkg_version": "1.3",
                            "declared_directly": true
                        },
                        {
                            "full_name": "gettext",
                            "version": "0.23",
                            "revision": 0,
                            "pkg_version": "0.23",
                            "declared_directly": true
                        },
                        {
                            "full_name": "libidn2",
                            "version": "2.3.7",
                            "revision": 0,
                            "pkg_version": "2.3.7",
                            "declared_directly": true
                        },
                        {
                            "full_name": "ca-certificates",
                            "version": "2024-11-26",
                            "revision": 0,
                            "pkg_version": "2024-11-26",
                            "declared_directly": false
                        },
                        {
                            "full_name": "openssl@3",
                            "version": "3.4.0",
                            "revision": 0,
                            "pkg_version": "3.4.0",
                            "declared_directly": true
                        }
                    ],
                    "installed_as_dependency": false,
                    "installed_on_request": true
                }
            ],
            "linked_keg": "1.25.0",
            "pinned": false,
            "outdated": false,
            "deprecated": false,
            "deprecation_date": null,
            "deprecation_reason": null,
            "deprecation_replacement": null,
            "disabled": false,
            "disable_date": null,
            "disable_reason": null,
            "disable_replacement": null,
            "post_install_defined": false,
            "service": null,
            "tap_git_head": "616640cd0d28150fbab60d51bc2048a1cd576b46",
            "ruby_source_path": "Formula/w/wget.rb",
            "ruby_source_checksum": {
                "sha256": "3dec91401db7bff6591a5065a21859565b8c9588a6baf1b1aa56692775df11ff"
            },
            "head_dependencies": {
                "build_dependencies": [
                    "autoconf",
                    "automake",
                    "xz",
                    "pkgconf"
                ],
                "dependencies": [
                    "libidn2",
                    "openssl@3",
                    "gettext",
                    "libunistring"
                ],
                "test_dependencies": [

                ],
                "recommended_dependencies": [

                ],
                "optional_dependencies": [

                ],
                "uses_from_macos": [
                    "zlib"
                ],
                "uses_from_macos_bounds": [
                    {

                    }
                ]
            }
        },
        {
            "name": "rust",
            "full_name": "rust",
            "tap": "homebrew/core",
            "oldnames": [
                "rustfmt"
            ],
            "aliases": [

            ],
            "versioned_formulae": [

            ],
            "desc": "Safe, concurrent, practical language",
            "license": "Apache-2.0 OR MIT",
            "homepage": "https://www.rust-lang.org/",
            "versions": {
                "stable": "1.83.0",
                "head": "HEAD",
                "bottle": true
            },
            "urls": {
                "stable": {
                    "url": "https://static.rust-lang.org/dist/rustc-1.83.0-src.tar.gz",
                    "tag": null,
                    "revision": null,
                    "using": null,
                    "checksum": "722d773bd4eab2d828d7dd35b59f0b017ddf9a97ee2b46c1b7f7fac5c8841c6e"
                },
                "head": {
                    "url": "https://github.com/rust-lang/rust.git",
                    "branch": "master",
                    "using": null
                }
            },
            "revision": 1,
            "version_scheme": 0,
            "bottle": {
                "stable": {
                    "rebuild": 0,
                    "root_url": "https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles",
                    "files": {
                        "arm64_sequoia": {
                            "cellar": ":any",
                            "url": "https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles/rust-1.83.0_1.arm64_sequoia.bottle.tar.gz",
                            "sha256": "c4ad4e7cca47cff44b33a0bd35f45b04c6a07e0e7541507f2d9151b02c91d296"
                        },
                        "arm64_sonoma": {
                            "cellar": ":any",
                            "url": "https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles/rust-1.83.0_1.arm64_sonoma.bottle.tar.gz",
                            "sha256": "e33c46cff673b5e03959f2a50a721219ca899a0867c569c8680ab966378420a6"
                        },
                        "arm64_ventura": {
                            "cellar": ":any",
                            "url": "https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles/rust-1.83.0_1.arm64_ventura.bottle.tar.gz",
                            "sha256": "bdd7fecbb17340264a9a01cc2a82be770c9d789eb6a9b2fe2770e82befd38510"
                        },
                        "sonoma": {
                            "cellar": ":any",
                            "url": "https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles/rust-1.83.0_1.sonoma.bottle.tar.gz",
                            "sha256": "7c8dbe22159b0e4f4402ed804cc27618d225ffecf40bac6bfc1ac44dbdf49b70"
                        },
                        "ventura": {
                            "cellar": ":any",
                            "url": "https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles/rust-1.83.0_1.ventura.bottle.tar.gz",
                            "sha256": "7ab5ebb3f28faf78faeac4a55433a6ac52a9b1898f97c5151ce270b77ed119e7"
                        },
                        "x86_64_linux": {
                            "cellar": ":any_skip_relocation",
                            "url": "https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles/rust-1.83.0_1.x86_64_linux.bottle.tar.gz",
                            "sha256": "7776fa4c5f4e94c603f868e8209daee047bb56caccf98249db57f9ce5dfb296d"
                        }
                    }
                }
            },
            "pour_bottle_only_if": null,
            "keg_only": false,
            "keg_only_reason": null,
            "options": [

            ],
            "build_dependencies": [

            ],
            "dependencies": [
                "libgit2@1.8",
                "libssh2",
                "llvm",
                "openssl@3",
                "pkgconf",
                "zstd"
            ],
            "test_dependencies": [

            ],
            "recommended_dependencies": [

            ],
            "optional_dependencies": [

            ],
            "uses_from_macos": [
                {
                    "python": "build"
                },
                "curl",
                "zlib"
            ],
            "uses_from_macos_bounds": [
                {

                },
                {

                },
                {

                }
            ],
            "requirements": [
                {
                    "name": "macos",
                    "cask": null,
                    "download": null,
                    "version": "10.12",
                    "contexts": [

                    ],
                    "specs": [
                        "stable",
                        "head"
                    ]
                }
            ],
            "conflicts_with": [

            ],
            "conflicts_with_reasons": [

            ],
            "link_overwrite": [
                "etc/bash_completion.d/cargo",
                "bin/cargo-fmt",
                "bin/git-rustfmt",
                "bin/rustfmt",
                "bin/rustfmt-*"
            ],
            "caveats": null,
            "installed": [
                {
                    "version": "1.83.0",
                    "used_options": [

                    ],
                    "built_as_bottle": true,
                    "poured_from_bottle": true,
                    "time": 1734797811,
                    "runtime_dependencies": [
                        {
                            "full_name": "ca-certificates",
                            "version": "2024-11-26",
                            "revision": 0,
                            "pkg_version": "2024-11-26",
                            "declared_directly": false
                        },
                        {
                            "full_name": "openssl@3",
                            "version": "3.4.0",
                            "revision": 0,
                            "pkg_version": "3.4.0",
                            "declared_directly": true
                        },
                        {
                            "full_name": "libssh2",
                            "version": "1.11.1",
                            "revision": 0,
                            "pkg_version": "1.11.1",
                            "declared_directly": true
                        },
                        {
                            "full_name": "libgit2",
                            "version": "1.8.4",
                            "revision": 0,
                            "pkg_version": "1.8.4",
                            "declared_directly": true
                        },
                        {
                            "full_name": "mpdecimal",
                            "version": "4.0.0",
                            "revision": 0,
                            "pkg_version": "4.0.0",
                            "declared_directly": false
                        },
                        {
                            "full_name": "readline",
                            "version": "8.2.13",
                            "revision": 0,
                            "pkg_version": "8.2.13",
                            "declared_directly": false
                        },
                        {
                            "full_name": "sqlite",
                            "version": "3.47.2",
                            "revision": 0,
                            "pkg_version": "3.47.2",
                            "declared_directly": false
                        },
                        {
                            "full_name": "xz",
                            "version": "5.6.3",
                            "revision": 0,
                            "pkg_version": "5.6.3",
                            "declared_directly": false
                        },
                        {
                            "full_name": "python@3.13",
                            "version": "3.13.1",
                            "revision": 0,
                            "pkg_version": "3.13.1",
                            "declared_directly": false
                        },
                        {
                            "full_name": "z3",
                            "version": "4.13.4",
                            "revision": 0,
                            "pkg_version": "4.13.4",
                            "declared_directly": false
                        },
                        {
                            "full_name": "lz4",
                            "version": "1.10.0",
                            "revision": 0,
                            "pkg_version": "1.10.0",
                            "declared_directly": false
                        },
                        {
                            "full_name": "zstd",
                            "version": "1.5.6",
                            "revision": 0,
                            "pkg_version": "1.5.6",
                            "declared_directly": true
                        },
                        {
                            "full_name": "llvm",
                            "version": "19.1.6",
                            "revision": 0,
                            "pkg_version": "19.1.6",
                            "declared_directly": true
                        },
                        {
                            "full_name": "pkgconf",
                            "version": "2.3.0",
                            "revision": 1,
                            "pkg_version": "2.3.0_1",
                            "declared_directly": true
                        }
                    ],
                    "installed_as_dependency": false,
                    "installed_on_request": true
                }
            ],
            "linked_keg": "1.83.0",
            "pinned": false,
            "outdated": true,
            "deprecated": false,
            "deprecation_date": null,
            "deprecation_reason": null,
            "deprecation_replacement": null,
            "disabled": false,
            "disable_date": null,
            "disable_reason": null,
            "disable_replacement": null,
            "post_install_defined": true,
            "service": null,
            "tap_git_head": "bcbeee8ae56945a92cdebec76da6bfa1cd96d38f",
            "ruby_source_path": "Formula/r/rust.rb",
            "ruby_source_checksum": {
                "sha256": "cb27bb0e097580d251eeacc2d69d6a60b0830631e7f10d0e693e9cd89001e571"
            }
        }
    ],
    "casks": [
        {
            "token": "kitty",
            "full_token": "kitty",
            "old_tokens": [

            ],
            "tap": "homebrew/cask",
            "name": [
                "kitty"
            ],
            "desc": "GPU-based terminal emulator",
            "homepage": "https://github.com/kovidgoyal/kitty",
            "url": "https://github.com/kovidgoyal/kitty/releases/download/v0.38.1/kitty-0.38.1.dmg",
            "url_specs": {

            },
            "version": "0.38.1",
            "installed": "0.38.1",
            "installed_time": 1735519389,
            "bundle_version": "0.38.1",
            "bundle_short_version": "0.38.1",
            "outdated": false,
            "sha256": "2971db2c2220a9f353efcc1d58d8b88462dc5a2a992adea9c051bf6e54c90e52",
            "artifacts": [
                {
                    "preflight": null
                },
                {
                    "app": [
                        "kitty.app"
                    ]
                },
                {
                    "binary": [
                        "/opt/homebrew/Caskroom/kitty/0.38.1/kitty.wrapper.sh",
                        {
                            "target": "kitty"
                        }
                    ]
                },
                {
                    "binary": [
                        "/opt/homebrew/Caskroom/kitty/0.38.1/kitten.wrapper.sh",
                        {
                            "target": "kitten"
                        }
                    ]
                },
                {
                    "zap": [
                        {
                            "trash": [
                                "~/.config/kitty",
                                "~/Library/Caches/kitty",
                                "~/Library/Preferences/kitty",
                                "~/Library/Preferences/net.kovidgoyal.kitty.plist",
                                "~/Library/Saved Application State/net.kovidgoyal.kitty.savedState"
                            ]
                        }
                    ]
                }
            ],
            "caveats": null,
            "depends_on": {
                "macos": {
                    ">=": [
                        "11"
                    ]
                }
            },
            "conflicts_with": {
                "cask": [
                    "kitty@nightly"
                ]
            },
            "container": null,
            "auto_updates": null,
            "deprecated": false,
            "deprecation_date": null,
            "deprecation_reason": null,
            "deprecation_replacement": null,
            "disabled": false,
            "disable_date": null,
            "disable_reason": null,
            "disable_replacement": null,
            "tap_git_head": "d99fd0fb2e1ac7ab5878c56769e4f96e1403130c",
            "languages": [

            ],
            "ruby_source_path": "Casks/k/kitty.rb",
            "ruby_source_checksum": {
                "sha256": "1107b16dc344bace347af11c9b983456f0634cb53103beddbcda6413a10cce4a"
            }
        },
        {
            "token": "rustdesk",
            "full_token": "rustdesk",
            "old_tokens": [

            ],
            "tap": "homebrew/cask",
            "name": [
                "RustDesk"
            ],
            "desc": "Open source virtual/remote desktop application",
            "homepage": "https://rustdesk.com/",
            "url": "https://github.com/rustdesk/rustdesk/releases/download/1.3.6/rustdesk-1.3.6-aarch64.dmg",
            "url_specs": {
                "verified": "github.com/rustdesk/rustdesk/"
            },
            "version": "1.3.6",
            "installed": null,
            "installed_time": null,
            "bundle_version": null,
            "bundle_short_version": null,
            "outdated": false,
            "sha256": "616a944ba9ba7c7dcdf7787f5dff78b73281f1c9fe55dce0e71ec4fa509c4ca3",
            "artifacts": [
                {
                    "uninstall": [
                        {
                            "quit": "com.carriez.rustdesk"
                        }
                    ]
                },
                {
                    "app": [
                        "RustDesk.app"
                    ]
                },
                {
                    "zap": [
                        {
                            "trash": [
                                "/Library/LaunchAgents/com.carriez.RustDesk_server.plist",
                                "/Library/LaunchDaemons/com.carriez.RustDesk_service.plist",
                                "~/Library/Logs/RustDesk",
                                "~/Library/Preferences/com.carriez.RustDesk",
                                "~/Library/Saved Application State/com.carriez.rustdesk.savedState"
                            ]
                        }
                    ]
                }
            ],
            "caveats": null,
            "depends_on": {
                "macos": {
                    ">=": [
                        "10.14"
                    ]
                }
            },
            "conflicts_with": null,
            "container": null,
            "auto_updates": null,
            "deprecated": false,
            "deprecation_date": null,
            "deprecation_reason": null,
            "deprecation_replacement": null,
            "disabled": false,
            "disable_date": null,
            "disable_reason": null,
            "disable_replacement": null,
            "tap_git_head": "75573b8cbe0d403f03bee8cda9720b1ab5750ba1",
            "languages": [

            ],
            "ruby_source_path": "Casks/r/rustdesk.rb",
            "ruby_source_checksum": {
                "sha256": "f244e71f6ba1d4ae498081369138f76c99e630e62efc74e2189f0c49bea84704"
            }
        }
    ]
}