-
Notifications
You must be signed in to change notification settings - Fork 293
/
registry.toml
882 lines (881 loc) · 54.4 KB
/
registry.toml
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
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
# this file contains all the shorthand names for tools in mise
# the format is as follows:
# [tool-name] = [long-names...]
# multiple are allowed for each tool because some backends may be disabled, like on windows we don't use asdf, for example
# or a backend may be disabled via MISE_DISABLE_BACKENDS=ubi
[tools]
# ls-remote not available for aqua
1password-cli.backends = ["asdf:NeoHsu/asdf-1password-cli", "aqua:1password/cli"]
1password-cli.test = ["op --version", "{{version}}"]
aapt2.backends = ["asdf:ronnnnn/asdf-aapt2"]
aapt2.test = ["aapt2 version", "Android Asset Packaging Tool (aapt)"]
act.backends = ["aqua:nektos/act", "ubi:nektos/act", "asdf:gr1m0h/asdf-act"]
act.test = ["act --version", "act version {{version}}"]
action-validator.backends = ["aqua:mpalmer/action-validator", "ubi:mpalmer/action-validator", "asdf:mpalmer/action-validator"]
action-validator.os = ["linux", "macos"]
action-validator.test = ["action-validator --version", "action-validator {{version}}"]
actionlint.backends = ["ubi:rhysd/actionlint", "asdf:crazy-matt/asdf-actionlint"]
actionlint.test = ["actionlint --version", "{{version}}"]
adr-tools.backends = ["aqua:npryce/adr-tools", "asdf:https://gitlab.com/td7x/asdf/adr-tools"]
adr-tools.test = ["which adr", "adr"]
ag.backends = ["asdf:koketani/asdf-ag"]
age.backends = ["aqua:FiloSottile/age", "asdf:threkk/asdf-age"]
age.test = ["age --version", "v{{version}}"]
age-plugin-yubikey.backends = ["asdf:joke/asdf-age-plugin-yubikey"]
agebox.backends = ["ubi:slok/agebox", "asdf:slok/asdf-agebox"]
agebox.test = ["agebox --version", "v{{version}}"]
air.backends = ["aqua:air-verse/air", "asdf:pdemagny/asdf-air"]
air.test = ["air -v", "{{version}}"]
aks-engine.backends = ["aqua:Azure/aks-engine", "asdf:robsonpeixoto/asdf-aks-engine"]
aks-engine.test = ["aks-engine version", "Version: v{{version}}"]
allure.backends = ["asdf:comdotlinux/asdf-allure"]
allure.test = ["allure --version", "{{version}}"]
alp.backends = ["aqua:tkuchiki/alp", "asdf:asdf-community/asdf-alp"]
alp.test = ["alp --version", "{{version}}"]
amass.backends = ["asdf:dhoeric/asdf-amass"]
amazon-ecr-credential-helper.backends = ["aqua:awslabs/amazon-ecr-credential-helper", "asdf:dex4er/asdf-amazon-ecr-credential-helper"]
ambient.backends = ["asdf:jtakakura/asdf-ambient"]
ansible-base.backends = ["asdf:amrox/asdf-pyapp"]
ant.backends = ["asdf:jackboespflug/asdf-ant"]
apko.backends = ["aqua:chainguard-dev/apko", "ubi:chainguard-dev/apko", "asdf:omissis/asdf-apko"]
apollo-ios-cli.backends = ["asdf:MacPaw/asdf-apollo-ios-cli"]
apollo-router.backends = ["ubi:apollographql/router", "asdf:safx/asdf-apollo-router"]
apollo-rover.backends = ["ubi:apollographql/rover"]
arc.backends = ["asdf:ORCID/asdf-arc"]
arduino-cli.backends = ["aqua:arduino/arduino-cli", "asdf:egnor/asdf-arduino-cli"]
argc.backends = ["ubi:sigoden/argc"]
argo.backends = ["aqua:argoproj/argo-workflows", "asdf:sudermanjr/asdf-argo"]
argo-rollouts.backends = ["aqua:argoproj/argo-rollouts", "asdf:abatilo/asdf-argo-rollouts"]
argocd.backends = ["ubi:argoproj/argo-cd[exe=argocd]", "asdf:beardix/asdf-argocd"]
aria2.backends = ["asdf:asdf-community/asdf-aria2"]
asciidoctorj.backends = ["asdf:gliwka/asdf-asciidoctorj"]
assh.backends = ["asdf:zekker6/asdf-assh"]
atlas.backends = ["aqua:ariga/atlas", "asdf:komi1230/asdf-atlas"]
atmos.backends = ["aqua:cloudposse/atmos", "asdf:cloudposse/asdf-atmos"]
auto-doc.backends = ["asdf:looztra/asdf-auto-doc"]
aws-amplify-cli.backends = ["asdf:LozanoMatheus/asdf-aws-amplify-cli"]
aws-copilot.backends = ["aqua:aws/copilot-cli", "asdf:NeoHsu/asdf-copilot"]
aws-iam-authenticator.backends = ["aqua:kubernetes-sigs/aws-iam-authenticator", "asdf:zekker6/asdf-aws-iam-authenticator"]
aws-nuke.backends = ["aqua:rebuy-de/aws-nuke", "asdf:bersalazar/asdf-aws-nuke"]
aws-sam-cli.backends = ["asdf:amrox/asdf-pyapp"]
aws-sso-cli.backends = ["aqua:synfinatic/aws-sso-cli", "asdf:adamcrews/asdf-aws-sso-cli"]
aws-vault.backends = ["aqua:99designs/aws-vault", "asdf:karancode/asdf-aws-vault"]
awscli.backends = ["asdf:MetricMike/asdf-awscli"]
awscli-local.backends = ["asdf:paulo-ferraz-oliveira/asdf-awscli-local"]
awsebcli.backends = ["asdf:amrox/asdf-pyapp"]
awsls.backends = ["asdf:chessmango/asdf-awsls"]
awsrm.backends = ["asdf:chessmango/asdf-awsrm"]
awsweeper.backends = ["asdf:chessmango/asdf-awsweeper"]
azure-cli.backends = ["asdf:EcoMind/asdf-azure-cli"]
azure-functions-core-tools.backends = ["asdf:daveneeley/asdf-azure-functions-core-tools"]
babashka.backends = ["asdf:pitch-io/asdf-babashka"]
balena-cli.backends = ["asdf:boatkit-io/asdf-balena-cli"]
bashbot.backends = ["aqua:mathew-fleisch/bashbot", "asdf:mathew-fleisch/asdf-bashbot"]
bashly.backends = ["asdf:pcrockett/asdf-bashly"]
bat.backends = ["ubi:sharkdp/bat", "asdf:https://gitlab.com/wt0f/asdf-bat"]
bat-extras.backends = ["asdf:vhdirk/asdf-bat-extras"]
batect.backends = ["asdf:johnlayton/asdf-batect"]
bats.backends = ["asdf:timgluz/asdf-bats"]
bazel.backends = ["asdf:rajatvig/asdf-bazel"]
bazelisk.backends = ["aqua:bazelbuild/bazelisk", "asdf:josephtate/asdf-bazelisk"]
bbr.backends = ["asdf:vmware-tanzu/tanzu-plug-in-for-asdf"]
bbr-s3-config-validator.backends = ["asdf:vmware-tanzu/tanzu-plug-in-for-asdf"]
benthos.backends = ["asdf:benthosdev/benthos-asdf"]
bfs.backends = ["asdf:virtualroot/asdf-bfs"]
binnacle.backends = ["aqua:Traackr/binnacle", "asdf:Traackr/asdf-binnacle"]
bitwarden.backends = ["asdf:vixus0/asdf-bitwarden"]
bitwarden-secrets-manager.backends = ["asdf:asdf-community/asdf-bitwarden-secrets-manager"]
bombardier.backends = ["aqua:codesenberg/bombardier", "asdf:NeoHsu/asdf-bombardier"]
borg.backends = ["aqua:borgbackup/borg", "asdf:lwiechec/asdf-borg"]
bosh.backends = ["asdf:vmware-tanzu/tanzu-plug-in-for-asdf"]
bottom.backends = ["aqua:ClementTsang/bottom", "asdf:carbonteq/asdf-btm"]
bottom.test = ["btm --version", "bottom {{version}}"]
boundary.backends = ["aqua:hashicorp/boundary", "asdf:asdf-community/asdf-hashicorp"]
bpkg.backends = ["asdf:bpkg/asdf-bpkg"]
brig.backends = ["asdf:Ibotta/asdf-brig"]
btrace.backends = ["asdf:joschi/asdf-btrace"]
buf.backends = ["ubi:bufbuild/buf", "asdf:truepay/asdf-buf"]
buildpack.backends = ["asdf:johnlayton/asdf-buildpack"]
bun.backends = ["core:bun"]
bun.test = ["bun --version", "{{version}}"]
bundler.backends = ["asdf:jonathanmorley/asdf-bundler"]
cabal.backends = ["asdf:sestrella/asdf-ghcup"]
caddy.backends = ["aqua:caddyserver/caddy", "asdf:salasrod/asdf-caddy"]
calendarsync.backends = ["asdf:FeryET/asdf-calendarsync"]
calicoctl.backends = ["aqua:projectcalico/calico/calicoctl", "asdf:TheCubicleJockey/asdf-calicoctl"]
camunda-modeler.backends = ["asdf:barmac/asdf-camunda-modeler"]
cargo-binstall.backends = ['ubi:cargo-bins/cargo-binstall[tag_regex=^\\d\\.]', "cargo:cargo-binstall"]
cargo-insta.backends = ["ubi:mitsuhiko/insta"]
cargo-make.backends = ["asdf:mise-plugins/asdf-cargo-make"]
carp.backends = ["asdf:susurri/asdf-carp"]
carthage.backends = ["asdf:younke/asdf-carthage"]
ccache.backends = ["asdf:asdf-community/asdf-ccache"]
certstrap.backends = ["asdf:carnei-ro/asdf-certstrap"]
cf.backends = ["asdf:mattysweeps/asdf-cf"]
cfssl.backends = ["aqua:cloudflare/cfssl/cfssl", "asdf:mathew-fleisch/asdf-cfssl"]
chamber.backends = ["ubi:segmentio/chamber", "asdf:mintel/asdf-chamber"]
changie.backends = ["ubi:miniscruff/changie", "asdf:pdemagny/asdf-changie"]
cheat.backends = ["aqua:cheat/cheat", "asdf:jmoratilla/asdf-cheat-plugin"]
checkov.backends = ["asdf:bosmak/asdf-checkov"]
chezmoi.backends = ["ubi:twpayne/chezmoi", "asdf:joke/asdf-chezmoi"]
chezscheme.backends = ["asdf:asdf-community/asdf-chezscheme"]
chicken.backends = ["asdf:evhan/asdf-chicken"]
chisel.backends = ["ubi:jpillora/chisel", "go:github.com/jpillora/chisel", "asdf:lwiechec/asdf-chisel"]
choose.backends = ["ubi:theryangeary/choose", "cargo:choose", "asdf:carbonteq/asdf-choose"]
chromedriver.backends = ["asdf:schinckel/asdf-chromedriver"]
cidr-merger.backends = ["asdf:ORCID/asdf-cidr-merger"]
cidrchk.backends = ["asdf:ORCID/asdf-cidrchk"]
cilium-cli.backends = ["ubi:cilium/cilium-cli[exe=cilium]", "asdf:carnei-ro/asdf-cilium-cli"]
cilium-hubble.backends = ["asdf:NitriKx/asdf-cilium-hubble"]
circleci-cli.backends = ["ubi:CircleCI-Public/circleci-cli[exe=circleci]", "asdf:ucpr/asdf-circleci-cli"]
clang.backends = ["asdf:higebu/asdf-llvm", "vfox:jdx/vfox-clang"]
clang-format.backends = ["asdf:higebu/asdf-llvm"]
clangd.backends = ["asdf:higebu/asdf-llvm"]
clarinet.backends = ["asdf:alexgo-io/asdf-clarinet"]
clickhouse.backends = ["asdf:tinybirdco/asdf-clickhouse"]
clj-kondo.backends = ["asdf:rynkowsg/asdf-clj-kondo"]
cljstyle.backends = ["asdf:abogoyavlensky/asdf-cljstyle"]
clojure.backends = ["asdf:asdf-community/asdf-clojure"]
cloud-sql-proxy.backends = ["aqua:GoogleCloudPlatform/cloud-sql-proxy", "asdf:pbr0ck3r/asdf-cloud-sql-proxy"]
cloudflared.backends = ["asdf:threkk/asdf-cloudflared"]
clusterawsadm.backends = ["asdf:kahun/asdf-clusterawsadm"]
clusterctl.backends = ["asdf:pfnet-research/asdf-clusterctl"]
cmake.backends = ["asdf:asdf-community/asdf-cmake", "vfox:version-fox/vfox-cmake"]
cmctl.backends = ["aqua:cert-manager/cmctl", "asdf:asdf-community/asdf-cmctl"]
cockroach.backends = ["asdf:salasrod/asdf-cockroach"]
cocoapods.backends = ["asdf:ronnnnn/asdf-cocoapods"]
codefresh.backends = ["asdf:gurukulkarni/asdf-codefresh"]
codeql.backends = ["asdf:bored-engineer/asdf-codeql"]
coder.backends = ["aqua:coder/coder", "asdf:mise-plugins/asdf-coder"]
colima.backends = ["ubi:abiosoft/colima", "asdf:CrouchingMuppet/asdf-colima"]
conan.backends = ["asdf:amrox/asdf-pyapp"]
concourse.backends = ["aqua:concourse/concourse/concourse", "asdf:mattysweeps/asdf-concourse"]
conduit.backends = ["asdf:gmcabrita/asdf-conduit"]
conform.backends = ["asdf:skyzyx/asdf-conform"]
conftest.backends = ["aqua:open-policy-agent/conftest", "asdf:looztra/asdf-conftest"]
consul.backends = ["aqua:hashicorp/consul", "asdf:asdf-community/asdf-hashicorp"]
container-diff.backends = ["asdf:cgroschupp/asdf-container-diff"]
container-structure-test.backends = ["aqua:GoogleContainerTools/container-structure-test", "asdf:FeryET/asdf-container-structure-test"]
cookiecutter.backends = ["asdf:shawon-crosen/asdf-cookiecutter"]
copper.backends = ["asdf:vladlosev/asdf-copper"]
coq.backends = ["asdf:gingerhot/asdf-coq"]
coredns.backends = ["asdf:s3than/asdf-coredns"]
cosign.backends = ["aqua:sigstore/cosign", "asdf:https://gitlab.com/wt0f/asdf-cosign"]
coursier.backends = ["asdf:jiahuili430/asdf-coursier"]
crane.backends = ["asdf:dmpe/asdf-crane"]
crc.backends = ["asdf:sqtran/asdf-crc"]
credhub.backends = ["asdf:vmware-tanzu/tanzu-plug-in-for-asdf"]
crictl.backends = ["aqua:kubernetes-sigs/cri-tools/crictl", "asdf:FairwindsOps/asdf-crictl"]
crossplane-cli.backends = ["asdf:joke/asdf-crossplane-cli"]
crystal.backends = ["asdf:asdf-community/asdf-crystal", "vfox:yanecc/vfox-crystal"]
ctlptl.backends = ["aqua:tilt-dev/ctlptl", "asdf:ezcater/asdf-ctlptl"]
ctop.backends = ["ubi:bcicen/ctop", "asdf:NeoHsu/asdf-ctop"]
cue.backends = ["aqua:cue-lang/cue", "asdf:asdf-community/asdf-cue"]
cyclonedx.backends = ["asdf:xeedio/asdf-cyclonedx"]
dagger.backends = ["aqua:dagger/dagger", "asdf:virtualstaticvoid/asdf-dagger"]
danger-js.backends = ["asdf:MontakOleg/asdf-danger-js"]
dapr.backends = ["asdf:asdf-community/asdf-dapr-cli"]
dart.backends = ["asdf:PatOConnor43/asdf-dart", "vfox:version-fox/vfox-dart"]
dasel.backends = ["aqua:TomWright/dasel", "asdf:asdf-community/asdf-dasel"]
datree.backends = ["aqua:datreeio/datree", "asdf:lukeab/asdf-datree"]
daytona.backends = ["asdf:CrouchingMuppet/asdf-daytona"]
dbmate.backends = ["aqua:amacneil/dbmate", "asdf:juusujanar/asdf-dbmate"]
deck.backends = ["aqua:Kong/deck", "asdf:nutellinoit/asdf-deck"]
delta.backends = ["ubi:dandavison/delta", "asdf:andweeb/asdf-delta"]
deno.backends = ["core:deno"]
dep.backends = ["asdf:paxosglobal/asdf-dep"]
depot.backends = ["asdf:depot/asdf-depot"]
desk.backends = ["aqua:jamesob/desk", "asdf:endorama/asdf-desk"]
desk.os = ["linux", "macos"]
desk.test = ["desk version", "desk {{version}}"]
devspace.backends = ["aqua:devspace-sh/devspace", "asdf:NeoHsu/asdf-devspace"]
dhall.backends = ["asdf:aaaaninja/asdf-dhall"]
difftastic.backends = ["ubi:wilfred/difftastic[exe=difft]", "asdf:volf52/asdf-difftastic"]
digdag.backends = ["asdf:jtakakura/asdf-digdag"]
direnv.backends = ["aqua:direnv/direnv", "asdf:asdf-community/asdf-direnv"]
dive.backends = ["ubi:wagoodman/dive", "asdf:looztra/asdf-dive"]
djinni.backends = ["asdf:cross-language-cpp/asdf-djinni"]
dmd.backends = ["asdf:sylph01/asdf-dmd"]
docker-compose-v1.backends = ["asdf:yilas/asdf-docker-compose-v1"]
docker-slim.backends = ["asdf:xataz/asdf-docker-slim"]
dockle.backends = ["aqua:goodwithtech/dockle", "asdf:mathew-fleisch/asdf-dockle"]
doctl.backends = ["ubi:digitalocean/doctl", "asdf:maristgeek/asdf-doctl"]
doctoolchain.backends = ["asdf:joschi/asdf-doctoolchain"]
docuum.backends = ["ubi:stepchowfun/docuum", "cargo:docuum", "asdf:bradym/asdf-docuum"]
dome.backends = ["asdf:jtakakura/asdf-dome"]
doppler.backends = ["asdf:takutakahashi/asdf-doppler"]
dotenv-linter.backends = ["ubi:dotenv-linter/dotenv-linter", "asdf:wesleimp/asdf-dotenv-linter"]
dotnet.backends = ["asdf:hensou/asdf-dotnet", "vfox:version-fox/vfox-dotnet"]
dotnet-core.backends = ["asdf:emersonsoares/asdf-dotnet-core"]
dotty.backends = ["asdf:asdf-community/asdf-dotty"]
dprint.backends = ["aqua:dprint/dprint", "asdf:asdf-community/asdf-dprint"]
draft.backends = ["aqua:Azure/draft", "asdf:kristoflemmens/asdf-draft"]
driftctl.backends = ["aqua:snyk/driftctl", "asdf:nlamirault/asdf-driftctl"]
drone.backends = ["ubi:harness/drone-cli[exe=drone]", "asdf:virtualstaticvoid/asdf-drone"]
dt.backends = ["aqua:so-dang-cool/dt", "asdf:so-dang-cool/asdf-dt"]
dtm.backends = ["asdf:zhenyuanlau/asdf-dtm"]
duf.backends = ["aqua:muesli/duf", "asdf:NeoHsu/asdf-duf"]
dust.backends = ["ubi:bootandy/dust", "asdf:looztra/asdf-dust"]
dvc.backends = ["asdf:fwfurtado/asdf-dvc"]
dyff.backends = ["aqua:homeport/dyff", "asdf:https://gitlab.com/wt0f/asdf-dyff"]
dynatrace-monaco.backends = ["asdf:nsaputro/asdf-monaco"]
earthly.backends = ["aqua:earthly/earthly", "asdf:YR-ZR0/asdf-earthly"]
ecspresso.backends = ["aqua:kayac/ecspresso", "asdf:kayac/asdf-ecspresso"]
editorconfig-checker.backends = ["aqua:editorconfig-checker/editorconfig-checker", "asdf:gabitchov/asdf-editorconfig-checker"]
editorconfig-checker.os = ["linux", "macos"]
editorconfig-checker.test = ["ec --version", "v{{version}}"]
ejson.backends = ["aqua:Shopify/ejson", "asdf:cipherstash/asdf-ejson"]
eksctl.backends = ["aqua:eksctl-io/eksctl", "asdf:elementalvoid/asdf-eksctl"]
elasticsearch.backends = ["asdf:asdf-community/asdf-elasticsearch"]
elixir.backends = ["asdf:mise-plugins/mise-elixir", "vfox:version-fox/vfox-elixir"]
elixir.depends = ["erlang"]
elixir-ls.backends = ["asdf:juantascon/asdf-elixir-ls"]
elm.backends = ["asdf:asdf-community/asdf-elm"]
embulk.backends = ["asdf:yuokada/asdf-embulk"]
emsdk.backends = ["asdf:RobLoach/asdf-emsdk"]
envcli.backends = ["asdf:zekker6/asdf-envcli"]
envsubst.backends = ["aqua:a8m/envsubst", "asdf:dex4er/asdf-envsubst"]
ephemeral-postgres.backends = ["asdf:smashedtoatoms/asdf-ephemeral-postgres"]
erlang.backends = ["core:erlang"]
esc.backends = ["asdf:fxsalazar/asdf-esc"]
esy.backends = ["asdf:asdf-community/asdf-esy"]
etcd.backends = ["aqua:etcd-io/etcd", "asdf:particledecay/asdf-etcd", "vfox:version-fox/vfox-etcd"]
etcd.test = ["etcd --version", "etcd Version: {{version}}"]
evans.backends = ["aqua:ktr0731/evans", "asdf:goki90210/asdf-evans"]
eza.backends = ["asdf:lwiechec/asdf-eza"]
fd.backends = ["ubi:sharkdp/fd", "asdf:https://gitlab.com/wt0f/asdf-fd"]
ffmpeg.backends = ["asdf:acj/asdf-ffmpeg"]
figma-export.backends = ["asdf:younke/asdf-figma-export"]
fillin.backends = ["aqua:itchyny/fillin", "asdf:ouest/asdf-fillin"]
firebase.backends = ["asdf:jthegedus/asdf-firebase"]
fission.backends = ["aqua:fission/fission", "asdf:virtualstaticvoid/asdf-fission"]
flamingo.backends = ["asdf:log2/asdf-flamingo"]
flarectl.backends = ["asdf:mise-plugins/asdf-flarectl"]
flatc.backends = ["asdf:TheOpenDictionary/asdf-flatc"]
flutter.backends = ["asdf:oae/asdf-flutter", "vfox:version-fox/vfox-flutter"]
fluttergen.backends = ["asdf:FlutterGen/asdf-fluttergen"]
flux2.backends = ["aqua:fluxcd/flux2", "asdf:tablexi/asdf-flux2"]
flux2.test = ["flux --version", "flux version {{version}}"]
fluxctl.backends = ["asdf:stefansedich/asdf-fluxctl"]
fly.backends = ["aqua:concourse/concourse/fly", "asdf:vmware-tanzu/tanzu-plug-in-for-asdf"]
flyctl.backends = ["ubi:superfly/flyctl", "asdf:chessmango/asdf-flyctl"]
flyway.backends = ["asdf:junminahn/asdf-flyway"]
func-e.backends = ["asdf:carnei-ro/asdf-func-e"]
furyctl.backends = ["asdf:sighupio/asdf-furyctl"]
fx.backends = ["aqua:antonmedv/fx", "asdf:https://gitlab.com/wt0f/asdf-fx"]
fzf.backends = ["ubi:junegunn/fzf", "asdf:kompiro/asdf-fzf"]
gallery-dl.backends = ["asdf:iul1an/asdf-gallery-dl"]
gam.backends = ["asdf:offbyone/asdf-gam"]
gator.backends = ["ubi:open-policy-agent/gatekeeper[exe=gator]", "asdf:MxNxPx/asdf-gator"]
gauche.backends = ["asdf:sakuro/asdf-gauche"]
gcc-arm-none-eabi.backends = ["asdf:dlech/asdf-gcc-arm-none-eabi"]
gcloud.backends = ["asdf:jthegedus/asdf-gcloud"]
getenvoy.backends = ["asdf:asdf-community/asdf-getenvoy"]
ghc.backends = ["asdf:sestrella/asdf-ghcup"]
ghidra.backends = ["asdf:Honeypot95/asdf-ghidra"]
ghorg.backends = ["aqua:gabrie30/ghorg", "asdf:gbloquel/asdf-ghorg"]
ghq.backends = ["aqua:x-motemen/ghq", "asdf:kajisha/asdf-ghq"]
ginkgo.backends = ["asdf:jimmidyson/asdf-ginkgo"]
git-chglog.backends = ["aqua:git-chglog/git-chglog", "asdf:GoodwayGroup/asdf-git-chglog"]
git-cliff.backends = ["aqua:orhun/git-cliff", "asdf:jylenhof/asdf-git-cliff"]
git-cliff.test = ["git-cliff --version", "git-cliff {{version}}"]
gitconfig.backends = ["asdf:0ghny/asdf-gitconfig"]
github-cli.aliases = ["gh"]
github-cli.backends = ["aqua:cli/cli", "ubi:cli/cli[exe=gh]", "asdf:bartlomiejdanek/asdf-github-cli"]
github-cli.test = ["gh --version", "gh version {{version}}"]
github-markdown-toc.backends = ["aqua:ekalinin/github-markdown-toc", "asdf:skyzyx/asdf-github-markdown-toc"]
gitleaks.backends = ["aqua:gitleaks/gitleaks", "asdf:jmcvetta/asdf-gitleaks"]
gitleaks.test = ["gitleaks --version", "gitleaks version {{version}}"]
gitsign.backends = ["aqua:sigstore/gitsign", "asdf:spencergilbert/asdf-gitsign"]
gitsign.os = ["linux", "macos"]
gitsign.test = ["gitsign --version", "gitsign version v{{version}}"]
gitu.backends = ["ubi:altsem/gitu", "cargo:gitu"]
gitui.backends = ["aqua:extrawurst/gitui", "asdf:looztra/asdf-gitui"]
glab.backends = ["asdf:particledecay/asdf-glab"]
gleam.backends = ["aqua:gleam-lang/gleam", "asdf:asdf-community/asdf-gleam"]
gleam.test = ["gleam --version", "gleam {{version}}"]
glen.backends = ["asdf:bradym/asdf-glen"]
glooctl.backends = ["asdf:halilkaya/asdf-glooctl"]
glow.backends = ["aqua:charmbracelet/glow", "asdf:mise-plugins/asdf-glow"]
go.backends = ["core:go"]
go-containerregistry.backends = ["aqua:google/go-containerregistry", "asdf:dex4er/asdf-go-containerregistry"]
go-getter.backends = ["asdf:ryodocx/asdf-go-getter"]
go-jira.backends = ["asdf:dguihal/asdf-go-jira"]
go-jsonnet.backends = ["aqua:google/go-jsonnet", "asdf:https://gitlab.com/craigfurman/asdf-go-jsonnet"]
go-junit-report.backends = ["asdf:jwillker/asdf-go-junit-report"]
go-sdk.backends = ["asdf:yacchi/asdf-go-sdk"]
go-swagger.backends = ["aqua:go-swagger/go-swagger", "asdf:jfreeland/asdf-go-swagger"]
go-swagger.os = ["linux", "macos"]
go-swagger.test = ["swagger version", "version: v{{version}}"]
goconvey.backends = ["asdf:therounds-contrib/asdf-goconvey"]
gofumpt.backends = ["ubi:mvdan/gofumpt", "asdf:looztra/asdf-gofumpt"]
gohugo.backends = ["ubi:gohugoio/hugo", "asdf:nklmilojevic/asdf-hugo"]
gojq.backends = ["aqua:itchyny/gojq", "asdf:jimmidyson/asdf-gojq"]
golangci-lint.backends = ["ubi:golangci/golangci-lint", "asdf:hypnoglow/asdf-golangci-lint"]
golangci-lint-langserver.backends = ["ubi:nametake/golangci-lint-langserver", "go:github.com/nametake/golangci-lint-langserver"]
golines.backends = ["ubi:segmentio/golines", "go:github.com/segmentio/golines"]
gomigrate.backends = ["asdf:joschi/asdf-gomigrate"]
gomplate.backends = ["aqua:hairyhenderson/gomplate", "asdf:sneakybeaky/asdf-gomplate"]
gopass.backends = ["aqua:gopasspw/gopass", "asdf:trallnag/asdf-gopass"]
goreleaser.backends = ["ubi:goreleaser/goreleaser", "asdf:kforsthoevel/asdf-goreleaser"]
goss.backends = ["aqua:goss-org/goss", "asdf:raimon49/asdf-goss"]
gotestsum.backends = ["aqua:gotestyourself/gotestsum", "asdf:pmalek/mise-gotestsum"]
graalvm.backends = ["asdf:asdf-community/asdf-graalvm"]
gradle.backends = ["asdf:rfrancis/asdf-gradle", "vfox:version-fox/vfox-gradle"]
gradle-profiler.backends = ["asdf:joschi/asdf-gradle-profiler"]
grails.backends = ["asdf:weibemoura/asdf-grails"]
grain.backends = ["asdf:cometkim/asdf-grain"]
granted.backends = ["aqua:common-fate/granted", "asdf:dex4er/asdf-granted"]
grex.backends = ["asdf:ouest/asdf-grex"]
groovy.backends = ["asdf:weibemoura/asdf-groovy", "vfox:version-fox/vfox-groovy"]
grpc-health-probe.backends = ["aqua:grpc-ecosystem/grpc-health-probe", "asdf:zufardhiyaulhaq/asdf-grpc-health-probe"]
grpc-health-probe.os = ["linux", "macos"]
grpc-health-probe.test = ["grpc_health_probe --version", "{{version}}"]
grpcurl.backends = ["aqua:fullstorydev/grpcurl", "asdf:asdf-community/asdf-grpcurl"]
grype.backends = ["ubi:anchore/grype", "asdf:poikilotherm/asdf-grype"]
guile.backends = ["asdf:indiebrain/asdf-guile"]
gum.backends = ["aqua:charmbracelet/gum", "asdf:lwiechec/asdf-gum"]
gwvault.backends = ["aqua:GoodwayGroup/gwvault", "asdf:GoodwayGroup/asdf-gwvault"]
hadolint.backends = ["ubi:hadolint/hadolint", "asdf:devlincashman/asdf-hadolint"]
hamler.backends = ["asdf:scudelletti/asdf-hamler"]
has.backends = ["aqua:kdabir/has", "asdf:sylvainmetayer/asdf-has"]
has.os = ["linux", "macos"]
has.test = ["has --version", "v{{version}}"]
haskell.backends = ["asdf:asdf-community/asdf-haskell"]
hasura-cli.backends = ["asdf:gurukulkarni/asdf-hasura"]
haxe.backends = ["asdf:asdf-community/asdf-haxe"]
hcl2json.backends = ["aqua:tmccombs/hcl2json", "asdf:dex4er/asdf-hcl2json"]
hcloud.backends = ["asdf:chessmango/asdf-hcloud"]
helm.backends = ["aqua:helm/helm", "asdf:Antiarchitect/asdf-helm"]
helm-cr.backends = ["asdf:Antiarchitect/asdf-helm-cr"]
helm-ct.backends = ["asdf:tablexi/asdf-helm-ct"]
helm-diff.backends = ["asdf:dex4er/asdf-helm-diff"]
helm-docs.backends = ["aqua:norwoodj/helm-docs", "asdf:sudermanjr/asdf-helm-docs"]
helmfile.backends = ["ubi:helmfile/helmfile", "asdf:feniix/asdf-helmfile"]
helmsman.backends = ["ubi:Praqma/helmsman", "asdf:luisdavim/asdf-helmsman"]
heroku-cli.backends = ["asdf:mise-plugins/mise-heroku-cli"]
hey.backends = ["asdf:raimon49/asdf-hey"]
hishtory.backends = ["asdf:asdf-community/asdf-hishtory"]
hivemind.backends = ["ubi:DarthSim/hivemind", "go:github.com/DarthSim/hivemind"]
hledger.backends = ["asdf:airtonix/asdf-hledger"]
hledger-flow.backends = ["asdf:airtonix/asdf-hledger-flow"]
hls.backends = ["asdf:sestrella/asdf-ghcup"]
hostctl.backends = ["aqua:guumaster/hostctl", "asdf:svenluijten/asdf-hostctl"]
httpie-go.backends = ["aqua:nojima/httpie-go", "asdf:abatilo/asdf-httpie-go"]
httpie-go.os = ["linux", "macos"]
httpie-go.test = ["ht --version", "httpie-go {{version}}"]
hub.backends = ["aqua:mislav/hub", "asdf:mise-plugins/asdf-hub"]
hugo.backends = ["aqua:gohugoio/hugo", "asdf:NeoHsu/asdf-hugo"]
hurl.backends = ["aqua:Orange-OpenSource/hurl", "asdf:raimon49/asdf-hurl"]
hwatch.backends = ["ubi:blacknon/hwatch", "asdf:chessmango/asdf-hwatch"]
hygen.backends = ["asdf:brentjanderson/asdf-hygen"]
hyperfine.backends = ["ubi:sharkdp/hyperfine", "asdf:volf52/asdf-hyperfine"]
iam-policy-json-to-terraform.backends = ["aqua:flosell/iam-policy-json-to-terraform", "asdf:carlduevel/asdf-iam-policy-json-to-terraform"]
iamlive.backends = ["aqua:iann0036/iamlive", "asdf:chessmango/asdf-iamlive"]
ibmcloud.backends = ["asdf:triangletodd/asdf-ibmcloud"]
idris.backends = ["asdf:asdf-community/asdf-idris"]
idris2.backends = ["asdf:asdf-community/asdf-idris2"]
imagemagick.backends = ["asdf:mangalakader/asdf-imagemagick"]
imgpkg.backends = ["aqua:carvel-dev/imgpkg", "asdf:vmware-tanzu/asdf-carvel"]
infracost.backends = ["aqua:infracost/infracost", "asdf:dex4er/asdf-infracost"]
inlets.backends = ["asdf:nlamirault/asdf-inlets"]
io.backends = ["asdf:mracos/asdf-io"]
istioctl.backends = ["aqua:istio/istio/istioctl", "asdf:virtualstaticvoid/asdf-istioctl"]
istioctl.test = ["istioctl version", "client version: {{version}}"]
janet.backends = ["asdf:Jakski/asdf-janet"]
java.backends = ["core:java"]
jb.backends = ["asdf:beardix/asdf-jb"]
jbang.backends = ["asdf:jbangdev/jbang-asdf"]
jfrog-cli.backends = ["asdf:LozanoMatheus/asdf-jfrog-cli"]
jib.backends = ["asdf:joschi/asdf-jib"]
jiq.backends = ["aqua:fiatjaf/jiq", "asdf:chessmango/asdf-jiq"]
jless.backends = ["aqua:PaulJuliusMartinez/jless", "asdf:jc00ke/asdf-jless"]
jmespath.backends = ["asdf:skyzyx/asdf-jmespath"]
jmeter.backends = ["asdf:comdotlinux/asdf-jmeter"]
jnv.backends = ["aqua:ynqa/jnv", "asdf:raimon49/asdf-jnv"]
jq.backends = ["aqua:jqlang/jq", "asdf:mise-plugins/asdf-jq"]
jqp.backends = ["aqua:noahgorstein/jqp", "asdf:https://gitlab.com/wt0f/asdf-jqp"]
jreleaser.backends = ["aqua:jreleaser/jreleaser", "asdf:joschi/asdf-jreleaser"]
jsonnet.backends = ["asdf:Banno/asdf-jsonnet"]
julia.backends = ["asdf:rkyleg/asdf-julia"]
just.backends = ["ubi:casey/just", "asdf:olofvndrhr/asdf-just"]
jwt.backends = ["ubi:mike-engel/jwt-cli[exe=jwt]", "cargo:jwt-cli"]
jwtui.backends = ["ubi:jwt-rs/jwt-ui[exe=jwtui]", "cargo:jwt-ui"]
jx.backends = ["ubi:jenkins-x/jx", "asdf:vbehar/asdf-jx"]
k0sctl.backends = ["ubi:k0sproject/k0sctl", "asdf:Its-Alex/asdf-plugin-k0sctl"]
k14s.backends = ["asdf:k14s/asdf-k14s"]
k2tf.backends = ["ubi:sl1pm4t/k2tf", "asdf:carlduevel/asdf-k2tf"]
k3d.backends = ["ubi:k3d-io/k3d", "asdf:spencergilbert/asdf-k3d"]
k3kcli.backends = ["asdf:xanmanning/asdf-k3kcli"]
k3s.backends = ["asdf:dmpe/asdf-k3s"]
k3sup.backends = ["aqua:alexellis/k3sup", "asdf:cgroschupp/asdf-k3sup"]
k6.backends = ["ubi:grafana/k6", "asdf:gr1m0h/asdf-k6"]
k9s.backends = ["ubi:derailed/k9s", "asdf:looztra/asdf-k9s"]
kafka.backends = ["asdf:ueisele/asdf-kafka"]
kafkactl.backends = ["aqua:deviceinsight/kafkactl", "asdf:anweber/asdf-kafkactl"]
kapp.backends = ["aqua:carvel-dev/kapp", "asdf:vmware-tanzu/asdf-carvel"]
kbld.backends = ["aqua:carvel-dev/kbld", "asdf:vmware-tanzu/asdf-carvel"]
kcat.backends = ["asdf:douglasdgoulart/asdf-kcat"]
kcctl.backends = ["asdf:joschi/asdf-kcctl"]
kcl.backends = ["asdf:starkers/asdf-kcl"]
kconf.backends = ["aqua:particledecay/kconf", "asdf:particledecay/asdf-kconf"]
ki.backends = ["asdf:comdotlinux/asdf-ki"]
killport.backends = ["ubi:jkfran/killport"]
kind.backends = ["ubi:kubernetes-sigs/kind", "asdf:johnlayton/asdf-kind"]
kiota.backends = ["aqua:microsoft/kiota", "asdf:asdf-community/asdf-kiota"]
kn.backends = ["asdf:joke/asdf-kn"]
ko.backends = ["aqua:ko-build/ko", "asdf:zasdaym/asdf-ko"]
koka.backends = ["asdf:susurri/asdf-koka"]
kompose.backends = ["ubi:kubernetes/kompose", "asdf:technikhil314/asdf-kompose"]
kops.backends = ["aqua:kubernetes/kops", "asdf:Antiarchitect/asdf-kops"]
kotlin.backends = ["asdf:asdf-community/asdf-kotlin", "vfox:version-fox/vfox-kotlin"]
kp.backends = ["asdf:vmware-tanzu/tanzu-plug-in-for-asdf"]
kpack.backends = ["asdf:asdf-community/asdf-kpack-cli"]
kpt.backends = ["asdf:nlamirault/asdf-kpt"]
krab.backends = ["asdf:ohkrab/asdf-krab"]
krew.backends = ["aqua:kubernetes-sigs/krew", "asdf:bjw-s/asdf-krew"]
kscript.backends = ["asdf:edgelevel/asdf-kscript"]
ksonnet.backends = ["asdf:Banno/asdf-ksonnet"]
ksops.backends = ["asdf:janpieper/asdf-ksops"]
ktlint.backends = ["asdf:esensar/asdf-ktlint"]
kube-capacity.backends = ["aqua:robscott/kube-capacity", "asdf:looztra/asdf-kube-capacity"]
kube-code-generator.backends = ["asdf:jimmidyson/asdf-kube-code-generator"]
kube-controller-tools.backends = ["asdf:jimmidyson/asdf-kube-controller-tools"]
kube-credential-cache.backends = ["aqua:ryodocx/kube-credential-cache", "asdf:ryodocx/kube-credential-cache"]
kube-linter.backends = ["aqua:stackrox/kube-linter", "asdf:devlincashman/asdf-kube-linter"]
kube-score.backends = ["aqua:zegl/kube-score", "asdf:bageljp/asdf-kube-score"]
kubebuilder.backends = ["aqua:kubernetes-sigs/kubebuilder", "asdf:virtualstaticvoid/asdf-kubebuilder"]
kubecm.backends = ["aqua:sunny0826/kubecm", "asdf:samhvw8/asdf-kubecm"]
kubecolor.backends = ["aqua:hidetatz/kubecolor", "asdf:dex4er/asdf-kubecolor"]
kubeconform.backends = ["aqua:yannh/kubeconform", "asdf:lirlia/asdf-kubeconform"]
kubectl.backends = ["aqua:kubernetes/kubectl", "asdf:asdf-community/asdf-kubectl"]
kubectl-bindrole.backends = ["asdf:looztra/asdf-kubectl-bindrole"]
kubectl-buildkit.backends = ["asdf:ezcater/asdf-kubectl-buildkit"]
kubectl-convert.backends = ["aqua:kubernetes/kubectl-convert", "asdf:iul1an/asdf-kubectl-convert"]
kubectl-kots.backends = ["asdf:ganta/asdf-kubectl-kots"]
kubectl-kuttl.aliases = ["kuttl"]
kubectl-kuttl.backends = ["aqua:kudobuilder/kuttl", "asdf:jimmidyson/asdf-kuttl"]
kubectl-kuttl.os = ["linux", "macos"]
kubectl-kuttl.test = ["kubectl-kuttl --version", "kubectl-kuttl version {{version}}"]
kubectx.backends = ["aqua:ahmetb/kubectx", "asdf:https://gitlab.com/wt0f/asdf-kubectx"]
kubefedctl.backends = ["asdf:kvokka/asdf-kubefedctl"]
kubefirst.backends = ["asdf:Claywd/asdf-kubefirst"]
kubelogin.backends = ["aqua:Azure/kubelogin", "asdf:sechmann/asdf-kubelogin"]
kubemqctl.backends = ["aqua:kubemq-io/kubemqctl", "asdf:johnlayton/asdf-kubemqctl"]
kubent.backends = ["asdf:virtualstaticvoid/asdf-kubent"]
kubergrunt.backends = ["aqua:gruntwork-io/kubergrunt", "asdf:NeoHsu/asdf-kubergrunt"]
kubeseal.backends = ["asdf:stefansedich/asdf-kubeseal"]
kubesec.backends = ["aqua:controlplaneio/kubesec", "asdf:vitalis/asdf-kubesec"]
kubeshark.backends = ["aqua:kubeshark/kubeshark", "asdf:carnei-ro/asdf-kubeshark"]
kubespy.backends = ["aqua:pulumi/kubespy", "asdf:jfreeland/asdf-kubespy"]
kubeval.backends = ["aqua:instrumenta/kubeval", "asdf:stefansedich/asdf-kubeval"]
kubevela.backends = ["aqua:kubevela/kubevela", "asdf:gustavclausen/asdf-kubevela"]
kubevela.test = ["vela version", "CLI Version: {{version}}"]
kubie.backends = ["aqua:sbstp/kubie", "asdf:johnhamelink/asdf-kubie"]
kustomize.backends = ["aqua:kubernetes-sigs/kustomize", "asdf:Banno/asdf-kustomize"]
kustomize.test = ["kustomize version", "v{{version}}"]
kwt.backends = ["aqua:carvel-dev/kwt", "asdf:vmware-tanzu/asdf-carvel"]
lab.backends = ["aqua:zaquestion/lab", "asdf:particledecay/asdf-lab"]
lane.backends = ["asdf:CodeReaper/asdf-lane"]
lazygit.backends = ["aqua:jesseduffield/lazygit", "asdf:nklmilojevic/asdf-lazygit"]
lean.backends = ["asdf:asdf-community/asdf-lean"]
lefthook.backends = ["ubi:evilmartians/lefthook", "asdf:jtzero/asdf-lefthook"]
leiningen.backends = ["asdf:miorimmax/asdf-lein"]
levant.backends = ["aqua:hashicorp/levant", "asdf:asdf-community/asdf-hashicorp"]
lfe.backends = ["asdf:asdf-community/asdf-lfe"]
libsql-server.backends = ["asdf:jonasb/asdf-libsql-server"]
license-plist.backends = ["asdf:MacPaw/asdf-license-plist"]
lima.backends = ["aqua:lima-vm/lima", "asdf:CrouchingMuppet/asdf-lima"]
link.backends = ["asdf:asdf-community/asdf-link"]
linkerd.backends = ["asdf:kforsthoevel/asdf-linkerd"]
liqoctl.backends = ["asdf:pdemagny/asdf-liqoctl"]
liquibase.backends = ["asdf:saliougaye/asdf-liquibase"]
litestream.backends = ["aqua:benbjohnson/litestream", "asdf:threkk/asdf-litestream"]
llvm-objcopy.backends = ["asdf:higebu/asdf-llvm"]
llvm-objdump.backends = ["asdf:higebu/asdf-llvm"]
logtalk.backends = ["asdf:LogtalkDotOrg/asdf-logtalk"]
loki-logcli.backends = ["asdf:comdotlinux/asdf-loki-logcli"]
ls-lint.backends = ["aqua:loeffel-io/ls-lint", "asdf:Ameausoone/asdf-ls-lint"]
lsd.backends = ["aqua:lsd-rs/lsd", "asdf:mise-plugins/asdf-lsd"]
lua.backends = ["asdf:Stratus3D/asdf-lua"]
lua-language-server.backends = ["aqua:LuaLS/lua-language-server", "asdf:bellini666/asdf-lua-language-server"]
luajit.backends = ["asdf:smashedtoatoms/asdf-luaJIT"]
lucy.backends = ["asdf:cometkim/asdf-lucy"]
maestro.backends = ["asdf:dotanuki-labs/asdf-maestro"]
mage.backends = ["aqua:magefile/mage", "asdf:mathew-fleisch/asdf-mage"]
make.backends = ["asdf:yacchi/asdf-make"]
mani.backends = ["asdf:anweber/asdf-mani"]
mark.backends = ["asdf:jfreeland/asdf-mark"]
markdownlint-cli2.backends = ["npm:markdownlint-cli2", "asdf:paulo-ferraz-oliveira/asdf-markdownlint-cli2"]
marp-cli.backends = ["aqua:marp-team/marp-cli", "asdf:xataz/asdf-marp-cli"]
mask.backends = ["aqua:jacobdeichert/mask", "asdf:aaaaninja/asdf-mask"]
mask.test = ["mask --version", "mask {{version}}"]
maven.backends = ["asdf:mise-plugins/asdf-maven", "vfox:version-fox/vfox-maven"]
mc.backends = ["asdf:penpyt/asdf-mc"]
mdbook.backends = ["asdf:cipherstash/asdf-mdbook"]
mdbook-linkcheck.backends = ["asdf:cipherstash/asdf-mdbook-linkcheck"]
melange.backends = ["aqua:chainguard-dev/melange", "asdf:omissis/asdf-melange"]
melange.os = ["linux", "macos"]
melange.test = ["melange version", "v{{version}}"]
melt.backends = ["asdf:chessmango/asdf-melt"]
memcached.backends = ["asdf:furkanural/asdf-memcached"]
mercury.backends = ["asdf:susurri/asdf-mercury"]
meson.backends = ["asdf:asdf-community/asdf-meson"]
micronaut.backends = ["asdf:weibemoura/asdf-micronaut"]
mill.backends = ["asdf:asdf-community/asdf-mill"]
mimirtool.backends = ["aqua:grafana/mimir/mimirtool", "asdf:asdf-community/asdf-mimirtool"]
mimirtool.test = ["mimir version", "Mimirtool, version {{version}}"]
mimirtool.os = ["linux", "macos"]
minify.backends = ["aqua:tdewolff/minify", "asdf:axilleas/asdf-minify"]
minikube.backends = ["aqua:kubernetes/minikube", "asdf:alvarobp/asdf-minikube"]
minio.backends = ["asdf:aeons/asdf-minio"]
minishift.backends = ["aqua:minishift/minishift", "asdf:sqtran/asdf-minishift"]
mint.backends = ["asdf:mint-lang/asdf-mint"]
mirrord.backends = ["asdf:metalbear-co/asdf-mirrord"]
mitmproxy.backends = ["asdf:NeoHsu/asdf-mitmproxy"]
mkcert.backends = ["ubi:FiloSottile/mkcert", "asdf:salasrod/asdf-mkcert"]
mlton.backends = ["asdf:asdf-community/asdf-mlton"]
mockery.backends = ["aqua:vektra/mockery", "asdf:cabify/asdf-mockery"]
mockolo.backends = ["asdf:MontakOleg/asdf-mockolo"]
mold.backends = ["ubi:rui314/mold"]
monarch.backends = ["asdf:nyuyuyu/asdf-monarch"]
mongo-tools.backends = ["asdf:itspngu/asdf-mongo-tools"]
mongodb.backends = ["asdf:sylph01/asdf-mongodb"]
mongosh.backends = ["asdf:itspngu/asdf-mongosh"]
mprocs.backends = ["ubi:pvolok/mprocs"]
mutanus.backends = ["asdf:SoriUR/asdf-mutanus"]
mvnd.backends = ["asdf:joschi/asdf-mvnd"]
mysql.backends = ["asdf:iroddis/asdf-mysql"]
nancy.backends = ["aqua:sonatype-nexus-community/nancy", "asdf:iilyak/asdf-nancy"]
nano.backends = ["asdf:mfakane/asdf-nano"]
nasm.backends = ["asdf:Dpbm/asdf-nasm"]
neko.backends = ["asdf:asdf-community/asdf-neko"]
neovim.backends = ["aqua:neovim/neovim", "asdf:richin13/asdf-neovim"]
nerdctl.backends = ["asdf:dmpe/asdf-nerdctl"]
newrelic-cli.backends = ["ubi:newrelic/newrelic-cli[exe=newrelic]", "asdf:NeoHsu/asdf-newrelic-cli"]
nfpm.backends = ["ubi:goreleaser/nfpm", "asdf:ORCID/asdf-nfpm"]
nim.backends = ["asdf:asdf-community/asdf-nim"]
ninja.backends = ["aqua:ninja-build/ninja", "asdf:asdf-community/asdf-ninja"]
node.backends = ["core:node"]
nomad.backends = ["aqua:hashicorp/levant", "asdf:asdf-community/asdf-hashicorp"]
nomad-pack.backends = ["asdf:asdf-community/asdf-hashicorp"]
notation.backends = ["aqua:notaryproject/notation", "asdf:bodgit/asdf-notation"]
nova.backends = ["aqua:FairwindsOps/nova", "asdf:elementalvoid/asdf-nova"]
nsc.backends = ["asdf:dex4er/asdf-nsc"]
oapi-codegen.backends = ["asdf:dylanrayboss/asdf-oapi-codegen"]
oc.backends = ["asdf:sqtran/asdf-oc"]
ocaml.backends = ["asdf:asdf-community/asdf-ocaml"]
oci.backends = ["asdf:yasn77/asdf-oci"]
odin.backends = ["asdf:jtakakura/asdf-odin"]
odo.backends = ["aqua:redhat-developer/odo", "asdf:rm3l/asdf-odo"]
okta-aws-cli.backends = ["aqua:okta/okta-aws-cli", "asdf:bennythejudge/asdf-plugin-okta-aws-cli"]
okteto.backends = ["aqua:okteto/okteto", "asdf:BradenM/asdf-okteto"]
ollama.backends = ["aqua:ollama/ollama", "asdf:virtualstaticvoid/asdf-ollama"]
om.backends = ["asdf:vmware-tanzu/tanzu-plug-in-for-asdf"]
onyx.backends = ["asdf:jtakakura/asdf-onyx"]
opa.backends = ["aqua:open-policy-agent/opa", "asdf:tochukwuvictor/asdf-opa"]
opam.backends = ["asdf:asdf-community/asdf-opam"]
openfaas-faas-cli.backends = ["asdf:zekker6/asdf-faas-cli"]
openresty.backends = ["asdf:smashedtoatoms/asdf-openresty"]
opensearch.backends = ["asdf:randikabanura/asdf-opensearch"]
opensearch-cli.backends = ["asdf:iul1an/asdf-opensearch-cli"]
openshift-install.backends = ["asdf:hhemied/asdf-openshift-install"]
opentofu.backends = ["ubi:opentofu/opentofu[exe=tofu]", "asdf:virtualroot/asdf-opentofu"]
operator-sdk.backends = ["aqua:operator-framework/operator-sdk", "asdf:Medium/asdf-operator-sdk"]
opsgenie-lamp.backends = ["asdf:ORCID/asdf-opsgenie-lamp"]
oras.backends = ["aqua:oras-project/oras", "asdf:bodgit/asdf-oras"]
osm.backends = ["asdf:nlamirault/asdf-osm"]
osqueryi.backends = ["asdf:davidecavestro/asdf-osqueryi"]
overmind.backends = ["ubi:DarthSim/overmind", "go:github.com/DarthSim/overmind/v2"]
pachctl.backends = ["asdf:abatilo/asdf-pachctl"]
packer.backends = ["aqua:hashicorp/packer", "asdf:asdf-community/asdf-hashicorp"]
pandoc.backends = ["asdf:Fbrisset/asdf-pandoc"]
patat.backends = ["asdf:airtonix/asdf-patat"]
pdm.backends = ["asdf:1oglop1/asdf-pdm"]
peco.backends = ["aqua:peco/peco", "asdf:asdf-community/asdf-peco"]
periphery.backends = ["asdf:MontakOleg/asdf-periphery"]
perl.backends = ["asdf:ouest/asdf-perl"]
php.backends = ["asdf:asdf-community/asdf-php", "vfox:version-fox/vfox-php"]
pint.backends = ["aqua:cloudflare/pint", "asdf:sam-burrell/asdf-pint"]
pipectl.backends = ["aqua:pipe-cd/pipecd/pipectl", "asdf:pipe-cd/asdf-pipectl"]
pipectl.test = ["pipecd version", "Version: v{{version}}"]
pipectl.os = ["linux", "macos"]
pipelight.backends = ["asdf:kogeletey/asdf-pipelight"]
pipenv.backends = ["asdf:mise-plugins/mise-pipenv"]
pipenv.depends = ["python"]
pipx.backends = ["asdf:yozachar/asdf-pipx"]
pipx.depends = ["python"]
pivnet.backends = ["asdf:vmware-tanzu/tanzu-plug-in-for-asdf"]
pkl.backends = ["aqua:apple/pkl", "asdf:mise-plugins/asdf-pkl"]
please.backends = ["aqua:thought-machine/please", "asdf:asdf-community/asdf-please"]
pluto.backends = ["ubi:FairwindsOps/pluto", "asdf:FairwindsOps/asdf-pluto"]
pnpm.backends = ["aqua:pnpm/pnpm", "asdf:jonathanmorley/asdf-pnpm"]
podman.backends = ["asdf:tvon/asdf-podman"]
poetry.backends = ["asdf:mise-plugins/mise-poetry"]
poetry.depends = ["python"]
polaris.backends = ["aqua:FairwindsOps/polaris", "asdf:particledecay/asdf-polaris"]
popeye.backends = ["aqua:derailed/popeye", "asdf:nlamirault/asdf-popeye"]
postgis.backends = ["asdf:knu/asdf-postgis"]
postgres.backends = ["asdf:smashedtoatoms/asdf-postgres"]
powerline-go.backends = ["asdf:dex4er/asdf-powerline-go"]
powerpipe.backends = ["aqua:turbot/powerpipe", "asdf:jc00ke/asdf-powerpipe"]
powershell-core.backends = ["asdf:daveneeley/asdf-powershell-core"]
pre-commit.backends = ["aqua:pre-commit/pre-commit", "asdf:jonathanmorley/asdf-pre-commit"]
promtool.backends = ["asdf:asdf-community/asdf-promtool"]
protobuf.backends = ["vfox:ahai-code/vfox-protobuf"]
protoc.backends = ["aqua:protocolbuffers/protobuf/protoc", "asdf:paxosglobal/asdf-protoc"]
protoc-gen-connect-go.backends = ["asdf:dylanrayboss/asdf-protoc-gen-connect-go"]
protoc-gen-go.backends = ["aqua:protocolbuffers/protobuf-go/protoc-gen-go", "asdf:pbr0ck3r/asdf-protoc-gen-go"]
protoc-gen-go-grpc.backends = ["asdf:pbr0ck3r/asdf-protoc-gen-go-grpc"]
protoc-gen-grpc-web.backends = ["asdf:pbr0ck3r/asdf-protoc-gen-grpc-web"]
protoc-gen-js.backends = ["asdf:pbr0ck3r/asdf-protoc-gen-js"]
protolint.backends = ["aqua:yoheimuta/protolint", "asdf:spencergilbert/asdf-protolint"]
protonge.backends = ["asdf:augustobmoura/asdf-protonge"]
psc-package.backends = ["asdf:nsaunders/asdf-psc-package"]
pulumi.backends = ["aqua:pulumi/pulumi", "asdf:canha/asdf-pulumi"]
purerl.backends = ["asdf:GoNZooo/asdf-purerl"]
purescript.backends = ["asdf:jrrom/asdf-purescript"]
purty.backends = ["asdf:nsaunders/asdf-purty"]
python.backends = ["core:python"]
qdns.backends = ["asdf:moritz-makandra/asdf-plugin-qdns"]
quarkus.backends = ["asdf:asdf-community/asdf-quarkus"]
r.backends = ["asdf:asdf-community/asdf-r"]
rabbitmq.backends = ["asdf:mise-plugins/asdf-rabbitmq"]
racket.backends = ["asdf:asdf-community/asdf-racket"]
raku.backends = ["asdf:m-dango/asdf-raku"]
rancher.backends = ["asdf:abinet/asdf-rancher"]
rbac-lookup.backends = ["aqua:FairwindsOps/rbac-lookup", "asdf:looztra/asdf-rbac-lookup"]
rclone.backends = ["ubi:rclone/rclone", "asdf:johnlayton/asdf-rclone"]
rebar.backends = ["asdf:Stratus3D/asdf-rebar"]
reckoner.backends = ["asdf:FairwindsOps/asdf-reckoner"]
redis.backends = ["asdf:smashedtoatoms/asdf-redis"]
redis-cli.backends = ["asdf:NeoHsu/asdf-redis-cli"]
redo.backends = ["asdf:chessmango/asdf-redo"]
redskyctl.backends = ["asdf:sudermanjr/asdf-redskyctl"]
reg.backends = ["aqua:genuinetools/reg", "asdf:looztra/asdf-reg"]
regal.backends = ["aqua:StyraInc/regal", "asdf:asdf-community/asdf-regal"]
regctl.backends = ["aqua:regclient/regclient/regctl", "asdf:ORCID/asdf-regctl"]
regsync.backends = ["aqua:regclient/regclient/regsync", "asdf:rsrchboy/asdf-regsync"]
restic.backends = ["asdf:xataz/asdf-restic"]
restish.backends = ["ubi:danielgtaylor/restish", "go:github.com/danielgtaylor/restish"]
revive.backends = ["aqua:mgechev/revive", "asdf:bjw-s/asdf-revive"]
richgo.backends = ["aqua:kyoh86/richgo", "asdf:paxosglobal/asdf-richgo"]
riff.backends = ["asdf:abinet/asdf-riff"]
ripgrep.aliases = ["rg"]
ripgrep.backends = ["aqua:BurntSushi/ripgrep", "ubi:BurntSushi/ripgrep[exe=rg]", "asdf:https://gitlab.com/wt0f/asdf-ripgrep"]
ripgrep.test = ["rg --version", "ripgrep {{version}}"]
ripgrep-all.backends = ["aqua:phiresky/ripgrep-all"]
ripgrep-all.test = ["rga --version", "ripgrep-all {{version}}"]
rke.backends = ["aqua:rancher/rke", "asdf:particledecay/asdf-rke"]
rlwrap.backends = ["asdf:asdf-community/asdf-rlwrap"]
rome.backends = ["asdf:kichiemon/asdf-rome"]
rstash.backends = ["asdf:carlduevel/asdf-rstash"]
ruby.backends = ["core:ruby"]
ruff.backends = ["ubi:astral-sh/ruff", "asdf:simhem/asdf-ruff"]
rust.backends = ["asdf:code-lever/asdf-rust"]
rust-analyzer.backends = ["aqua:rust-lang/rust-analyzer", "asdf:Xyven1/asdf-rust-analyzer"]
rustic.backends = ["ubi:rustic-rs/rustic"]
rye.backends = ["aqua:astral-sh/rye", "asdf:Azuki-bar/asdf-rye"]
saml2aws.backends = ["aqua:Versent/saml2aws", "asdf:elementalvoid/asdf-saml2aws"]
sbcl.backends = ["asdf:smashedtoatoms/asdf-sbcl"]
sbt.backends = ["asdf:bram2000/asdf-sbt"]
scala.backends = ["asdf:asdf-community/asdf-scala", "vfox:version-fox/vfox-scala"]
scala-cli.backends = ["asdf:asdf-community/asdf-scala-cli"]
scaleway-cli.backends = ["aqua:scaleway/scaleway-cli", "asdf:albarralnunez/asdf-plugin-scaleway-cli"]
scalingo-cli.backends = ["asdf:brandon-welsch/asdf-scalingo-cli"]
scarb.backends = ["asdf:software-mansion/asdf-scarb"]
sccache.backends = ["ubi:mozilla/sccache", "asdf:emersonmx/asdf-sccache"]
scenery.backends = ["asdf:skyzyx/asdf-scenery"]
schemacrawler.backends = ["asdf:davidecavestro/asdf-schemacrawler"]
scie-pants.backends = ["asdf:robzr/asdf-scie-pants"]
seed7.backends = ["asdf:susurri/asdf-seed7"]
semgrep.backends = ["asdf:brentjanderson/asdf-semgrep"]
semtag.backends = ["asdf:junminahn/asdf-semtag"]
semver.backends = ["asdf:mathew-fleisch/asdf-semver"]
sentinel.backends = ["asdf:asdf-community/asdf-hashicorp"]
sentry-cli.backends = ["ubi:getsentry/sentry-cli"]
serf.backends = ["asdf:asdf-community/asdf-hashicorp"]
serverless.backends = ["asdf:pdemagny/asdf-serverless"]
setup-envtest.backends = ["asdf:pmalek/mise-setup-envtest"]
shell2http.backends = ["aqua:msoap/shell2http", "asdf:ORCID/asdf-shell2http"]
shellcheck.backends = ["ubi:koalaman/shellcheck", "asdf:luizm/asdf-shellcheck"]
shellcheck.os = ["linux", "macos"]
shellspec.backends = ["aqua:shellspec/shellspec", "asdf:poikilotherm/asdf-shellspec"]
shfmt.backends = ["asdf:luizm/asdf-shfmt"]
shfmt.os = ["linux", "macos"]
shorebird.backends = ["asdf:valian-ca/asdf-shorebird"]
sinker.backends = ["aqua:plexsystems/sinker", "asdf:elementalvoid/asdf-sinker"]
skaffold.backends = ["aqua:GoogleContainerTools/skaffold", "asdf:nklmilojevic/asdf-skaffold"]
skate.backends = ["aqua:charmbracelet/skate", "asdf:chessmango/asdf-skate"]
sloth.backends = ["aqua:slok/sloth", "asdf:slok/asdf-sloth"]
smithy.backends = ["asdf:aws/asdf-smithy"]
smlnj.backends = ["asdf:samontea/asdf-smlnj"]
snyk.backends = ["asdf:nirfuchs/asdf-snyk"]
soft-serve.backends = ["asdf:chessmango/asdf-soft-serve"]
solidity.backends = ["asdf:diegodorado/asdf-solidity"]
sonobuoy.backends = ["asdf:Nick-Triller/asdf-sonobuoy"]
sops.backends = ["ubi:getsops/sops", "asdf:mise-plugins/mise-sops"]
sopstool.backends = ["aqua:ibotta/sopstool", "asdf:elementalvoid/asdf-sopstool"]
soracom.backends = ["asdf:gr1m0h/asdf-soracom"]
sourcery.backends = ["asdf:younke/asdf-sourcery"]
spacectl.backends = ["aqua:spacelift-io/spacectl", "asdf:bodgit/asdf-spacectl"]
spago.backends = ["asdf:jrrom/asdf-spago"]
spark.backends = ["asdf:joshuaballoch/asdf-spark"]
spectral.backends = ["aqua:stoplightio/spectral", "asdf:vbyrd/asdf-spectral"]
spin.backends = ["aqua:spinnaker/spin", "asdf:pavloos/asdf-spin"]
spring-boot.backends = ["asdf:joschi/asdf-spring-boot"]
spruce.backends = ["aqua:geofffranks/spruce", "asdf:woneill/asdf-spruce"]
sqldef.backends = ["asdf:cometkim/asdf-sqldef"]
sqlite.backends = ["asdf:cLupus/asdf-sqlite"]
sshuttle.backends = ["asdf:xanmanning/asdf-sshuttle"]
stack.backends = ["aqua:commercialhaskell/stack", "asdf:sestrella/asdf-ghcup"]
stack.test = ["stack --version", "Version {{version}}"]
starboard.backends = ["aqua:aquasecurity/starboard", "asdf:zufardhiyaulhaq/asdf-starboard"]
starknet-foundry.backends = ["asdf:foundry-rs/asdf-starknet-foundry"]
starport.backends = ["asdf:nikever/asdf-starport"]
starship.backends = ["ubi:starship/starship", "asdf:gr1m0h/asdf-starship"]
staticcheck.backends = ["aqua:dominikh/go-tools/staticcheck", "asdf:pbr0ck3r/asdf-staticcheck"]
steampipe.backends = ["aqua:turbot/steampipe", "asdf:carnei-ro/asdf-steampipe"]
step.backends = ["asdf:log2/asdf-step"]
stern.backends = ["aqua:stern/stern", "asdf:looztra/asdf-stern"]
stripe-cli.backends = ["aqua:stripe/stripe-cli", "asdf:offbyone/asdf-stripe"]
stylua.backends = ["aqua:JohnnyMorganz/StyLua", "asdf:jc00ke/asdf-stylua"]
stylua.test = ["stylua --version", "stylua {{version}}"]
sui.backends = ["asdf:placeholder-soft/asdf-sui"]
sver.backends = ["aqua:mitoma/sver", "asdf:robzr/asdf-sver"]
svu.backends = ["aqua:caarlos0/svu", "asdf:asdf-community/asdf-svu"]
swag.backends = ["aqua:swaggo/swag", "asdf:behoof4mind/asdf-swag"]
swift.backends = ["asdf:fcrespo82/asdf-swift"]
swift-package-list.backends = ["asdf:MacPaw/asdf-swift-package-list"]
swiftformat.backends = ["asdf:younke/asdf-swiftformat"]
swiftgen.backends = ["asdf:younke/asdf-swiftgen"]
swiftlint.backends = ["asdf:klundberg/asdf-swiftlint"]
swiprolog.backends = ["asdf:mracos/asdf-swiprolog"]
syft.backends = ["aqua:anchore/syft", "asdf:davidgp1701/asdf-syft"]
syncher.backends = ["asdf:nwillc/syncher"]
talhelper.backends = ["aqua:budimanjojo/talhelper", "asdf:bjw-s/asdf-talhelper"]
talos.backends = ["ubi:siderolabs/talos[exe=talosctl]", "asdf:particledecay/asdf-talos"]
talosctl.backends = ["ubi:siderolabs/talos[exe=talosctl]", "asdf:bjw-s/asdf-talosctl"]
tanka.backends = ["aqua:grafana/tanka", "asdf:trotttrotttrott/asdf-tanka"]
tanzu.backends = ["asdf:vmware-tanzu/tanzu-plug-in-for-asdf"]
taplo.backends = ["ubi:tamasfe/taplo[matching=full]", "cargo:taplo-cli"]
task.backends = ["ubi:go-task/task", "asdf:particledecay/asdf-task"]
tctl.backends = ["aqua:temporalio/tctl", "asdf:eko/asdf-tctl"]
tekton-cli.backends = ["asdf:johnhamelink/asdf-tekton-cli"]
teleport-community.backends = ["asdf:MaloPolese/asdf-teleport-community"]
teleport-ent.backends = ["asdf:highb/asdf-teleport-ent"]
telepresence.backends = ["aqua:telepresenceio/telepresence", "asdf:pirackr/asdf-telepresence"]
teller.backends = ["aqua:tellerops/teller", "asdf:pdemagny/asdf-teller"]
temporal.backends = ["aqua:temporalio/temporal", "asdf:asdf-community/asdf-temporal"]
temporalite.backends = ["asdf:eko/asdf-temporalite"]
terradozer.backends = ["aqua:jckuester/terradozer", "asdf:chessmango/asdf-terradozer"]
terraform.backends = ["asdf:asdf-community/asdf-hashicorp", "vfox:enochchau/vfox-terraform"]
terraform-docs.backends = ["aqua:terraform-docs/terraform-docs", "asdf:looztra/asdf-terraform-docs"]
terraform-ls.backends = ["aqua:hashicorp/terraform-ls", "asdf:asdf-community/asdf-hashicorp"]
terraform-lsp.backends = ["aqua:juliosueiras/terraform-lsp", "asdf:bartlomiejdanek/asdf-terraform-lsp"]
terraform-validator.backends = ["aqua:thazelart/terraform-validator", "asdf:looztra/asdf-terraform-validator"]
terraformer.backends = ["aqua:GoogleCloudPlatform/terraformer", "asdf:gr1m0h/asdf-terraformer"]
terragrunt.backends = ["aqua:gruntwork-io/terragrunt", "asdf:ohmer/asdf-terragrunt"]
terramate.backends = ["aqua:terramate-io/terramate", "asdf:martinlindner/asdf-terramate"]
terrascan.backends = ["aqua:tenable/terrascan", "asdf:hpdobrica/asdf-terrascan"]
tf-summarize.backends = ["aqua:dineshba/tf-summarize", "asdf:adamcrews/asdf-tf-summarize"]
tfc-agent.backends = ["asdf:asdf-community/asdf-hashicorp"]
tfctl.backends = ["aqua:flux-iac/tofu-controller/tfctl", "asdf:deas/asdf-tfctl"]
tfenv.backends = ["aqua:tfutils/tfenv", "asdf:carlduevel/asdf-tfenv"]
tflint.backends = ["ubi:terraform-linters/tflint", "asdf:skyzyx/asdf-tflint"]
tfmigrate.backends = ["aqua:minamijoyo/tfmigrate", "asdf:dex4er/asdf-tfmigrate"]
tfnotify.backends = ["aqua:mercari/tfnotify", "asdf:jnavarrof/asdf-tfnotify"]
tfsec.backends = ["aqua:aquasecurity/tfsec", "asdf:woneill/asdf-tfsec"]
tfstate-lookup.backends = ["aqua:fujiwara/tfstate-lookup", "asdf:carnei-ro/asdf-tfstate-lookup"]
tfswitch.backends = ["asdf:iul1an/asdf-tfswitch"]
tfupdate.backends = ["aqua:minamijoyo/tfupdate", "asdf:yuokada/asdf-tfupdate"]
thrift.backends = ["asdf:alisaifee/asdf-thrift"]
tilt.backends = ["aqua:tilt-dev/tilt", "asdf:eaceaser/asdf-tilt"]
timoni.backends = ["aqua:stefanprodan/timoni", "asdf:Smana/asdf-timoni"]
tiny.backends = ["asdf:mise-plugins/mise-tiny"]
tinytex.backends = ["asdf:Fbrisset/asdf-tinytex"]
titan.backends = ["asdf:gabitchov/asdf-titan"]
tlsg-cli.backends = ["asdf:0ghny/asdf-tlsgcli"]
tmux.backends = ["asdf:Dabolus/asdf-tmux"]
tokei.backends = ["ubi:XAMPPRocky/tokei", "asdf:gasuketsu/asdf-tokei"]
tomcat.backends = ["asdf:mbutov/asdf-tomcat"]
tonnage.backends = ["asdf:elementalvoid/asdf-tonnage"]
tool-versions-to-env.backends = ["asdf:smartcontractkit/tool-versions-to-env-action"]
traefik.backends = ["asdf:Dabolus/asdf-traefik"]
trdsql.backends = ["aqua:noborus/trdsql", "asdf:johnlayton/asdf-trdsql"]
tree-sitter.backends = ["aqua:tree-sitter/tree-sitter", "asdf:ivanvc/asdf-tree-sitter"]
tridentctl.backends = ["aqua:NetApp/trident/tridentctl", "asdf:asdf-community/asdf-tridentctl"]
trivy.backends = ["aqua:aquasecurity/trivy", "asdf:zufardhiyaulhaq/asdf-trivy"]
tsuru.backends = ["asdf:virtualstaticvoid/asdf-tsuru"]
ttyd.backends = ["aqua:tsl0922/ttyd", "asdf:ivanvc/asdf-ttyd"]
tuist.backends = ["asdf:asdf-community/asdf-tuist"]
tx.backends = ["asdf:ORCID/asdf-transifex"]
typos.backends = ["aqua:crate-ci/typos", "asdf:aschiavon91/asdf-typos"]
typst.backends = ["aqua:typst/typst", "asdf:stephane-klein/asdf-typst"]
uaa-cli.backends = ["asdf:vmware-tanzu/tanzu-plug-in-for-asdf"]
ubi.backends = ["ubi:houseabsolute/ubi"]
unison.backends = ["asdf:susurri/asdf-unison"]
updatecli.backends = ["aqua:updatecli/updatecli", "asdf:updatecli/asdf-updatecli"]
upt.backends = ["asdf:ORCID/asdf-upt"]
upx.backends = ["asdf:jimmidyson/asdf-upx"]
usage.backends = ["ubi:jdx/usage", "asdf:jdx/mise-usage"]
usage.os = ["linux", "macos"]
usql.backends = ["aqua:xo/usql", "asdf:itspngu/asdf-usql"]
uv.backends = ["aqua:astral-sh/uv", "asdf:asdf-community/asdf-uv"]
v.backends = ["asdf:jthegedus/asdf-v"]
vale.backends = ["aqua:errata-ai/vale", "asdf:pdemagny/asdf-vale"]
vals.backends = ["aqua:helmfile/vals", "asdf:dex4er/asdf-vals"]
vault.backends = ["aqua:hashicorp/vault", "asdf:asdf-community/asdf-hashicorp"]
vcluster.backends = ["aqua:loft-sh/vcluster", "asdf:https://gitlab.com/wt0f/asdf-vcluster"]
vela.backends = ["asdf:pdemagny/asdf-vela"]
velad.backends = ["asdf:pdemagny/asdf-velad"]
velero.backends = ["aqua:vmware-tanzu/velero", "asdf:looztra/asdf-velero"]
vendir.backends = ["aqua:carvel-dev/vendir", "asdf:vmware-tanzu/asdf-carvel"]
venom.backends = ["aqua:ovh/venom", "asdf:aabouzaid/asdf-venom"]
vhs.backends = ["aqua:charmbracelet/vhs", "asdf:chessmango/asdf-vhs"]
viddy.backends = ["aqua:sachaos/viddy", "asdf:ryodocx/asdf-viddy"]
vim.backends = ["asdf:tsuyoshicho/asdf-vim"]
virtualos.backends = ["asdf:tuist/asdf-virtualos"]
vivid.backends = ["ubi:sharkdp/vivid"]
vlang.backends = ["vfox:ahai-code/vfox-vlang"]
vlt.backends = ["asdf:asdf-community/asdf-hashicorp"]
vultr-cli.backends = ["asdf:ikuradon/asdf-vultr-cli"]
wasi-sdk.backends = ["asdf:coolreader18/asdf-wasi-sdk"]
wasm3.backends = ["asdf:tachyonicbytes/asdf-wasm3"]
wasm4.backends = ["asdf:jtakakura/asdf-wasm4"]
wasmer.backends = ["aqua:wasmerio/wasmer", "asdf:tachyonicbytes/asdf-wasmer"]
wasmtime.backends = ["aqua:bytecodealliance/wasmtime", "asdf:tachyonicbytes/asdf-wasmtime"]
watchexec.backends = ["ubi:watchexec/watchexec", "asdf:nyrst/asdf-watchexec"]
waypoint.backends = ["aqua:hashicorp/waypoint", "asdf:asdf-community/asdf-hashicorp"]
weave-gitops.backends = ["asdf:deas/asdf-weave-gitops"]
websocat.backends = ["aqua:vi/websocat", "asdf:bdellegrazie/asdf-websocat"]
wren-cli.backends = ["asdf:jtakakura/asdf-wren-cli"]
wrk.backends = ["asdf:ivanvc/asdf-wrk"]
wtfutil.backends = ["asdf:NeoHsu/asdf-wtfutil"]
xc.backends = ["aqua:joerdav/xc", "asdf:airtonix/asdf-xc"]
xcbeautify.backends = ["asdf:mise-plugins/asdf-xcbeautify"]
xchtmlreport.backends = ["asdf:younke/asdf-xchtmlreport"]
xcodegen.backends = ["asdf:younke/asdf-xcodegen"]
xcodes.backends = ["asdf:younke/asdf-xcodes"]
xcresultparser.backends = ["asdf:MacPaw/asdf-xcresultparser"]
xh.backends = ["ubi:ducaale/xh", "asdf:NeoHsu/asdf-xh"]
yadm.backends = ["asdf:particledecay/asdf-yadm"]
yamlfmt.backends = ["aqua:google/yamlfmt", "asdf:mise-plugins/asdf-yamlfmt"]
yamllint.backends = ["asdf:ericcornelissen/asdf-yamllint"]
yamlscript.backends = ["asdf:FeryET/asdf-yamlscript"]
yarn.backends = ["asdf:mise-plugins/asdf-yarn"]
yay.backends = ["asdf:aaaaninja/asdf-yay"]
yj.backends = ["ubi:sclevine/yj", "asdf:ryodocx/asdf-yj"]
yor.backends = ["aqua:bridgecrewio/yor", "asdf:ordinaryexperts/asdf-yor"]
youtube-dl.backends = ["asdf:iul1an/asdf-youtube-dl"]
yq.backends = ["ubi:mikefarah/yq", "asdf:sudermanjr/asdf-yq"]
yt-dlp.backends = ["asdf:duhow/asdf-yt-dlp"]
ytt.backends = ["aqua:carvel-dev/ytt", "asdf:vmware-tanzu/asdf-carvel"]
zbctl.backends = ["asdf:camunda-community-hub/asdf-zbctl"]
zellij.backends = ["ubi:zellij-org/zellij", "asdf:chessmango/asdf-zellij"]
zephyr.backends = ["asdf:nsaunders/asdf-zephyr"]
zig.backends = ["core:zig"]
zigmod.backends = ["asdf:mise-plugins/asdf-zigmod"]
zola.backends = ["ubi:getzola/zola", "asdf:salasrod/asdf-zola"]
zoxide.backends = ["ubi:ajeetdsouza/zoxide", "asdf:nyrst/asdf-zoxide"]
zprint.backends = ["asdf:carlduevel/asdf-zprint"]