Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 1 addition & 26 deletions registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4145,35 +4145,10 @@ description = "Verify provenance from SLSA compliant builders"
test = ["slsa-verifier version", "{{version}}"]

[tools.smithy]
backends = ["aqua:smithy-lang/smithy", "asdf:mise-plugins/mise-smithy"]
description = "Smithy is a language for defining services and SDKs"
test = ["smithy --version", "{{version}}"]

[[tools.smithy.backends]]
full = "github:smithy-lang/smithy"

[tools.smithy.backends.options.platforms.macos-arm64]
asset_pattern = "smithy-cli-darwin-aarch64.zip"
bin_path = "smithy-cli-darwin-aarch64/bin"

[tools.smithy.backends.options.platforms.macos-x64]
asset_pattern = "smithy-cli-darwin-x86_64.zip"
bin_path = "smithy-cli-darwin-x86_64/bin"

[tools.smithy.backends.options.platforms.linux-arm64]
asset_pattern = "smithy-cli-linux-aarch64.zip"
bin_path = "smithy-cli-linux-aarch64/bin"

[tools.smithy.backends.options.platforms.linux-x64]
asset_pattern = "smithy-cli-linux-x86_64.zip"
bin_path = "smithy-cli-linux-x86_64/bin"

[tools.smithy.backends.options.platforms.windows-x64]
asset_pattern = "smithy-cli-windows-x64.zip"
bin_path = "smithy-cli-windows-x64/bin"

[[tools.smithy.backends]]
full = "asdf:mise-plugins/mise-smithy"

[tools.smlnj]
backends = ["asdf:mise-plugins/mise-smlnj"]
description = "Standard ML of New Jersey (abbreviated SML/NJ) is a compiler for the Standard ML '97 programming language with associated libraries, tools, and documentation"
Expand Down
Loading