Skip to content
Merged
Changes from 1 commit
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
8 changes: 8 additions & 0 deletions registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3069,6 +3069,14 @@ description = "Mercury is a logic/functional programming language which combines
backends = ["asdf:mise-plugins/mise-meson"]
description = "Meson is an open source build system meant to be both extremely fast, and, even more importantly, as user friendly as possible"

[tools.micromamba]
backends = [
"github:mamba-org/micromamba-releases",
"asdf:ueisele/asdf-micromamba",
Comment thread
rjvkn marked this conversation as resolved.
Outdated
]
description = "Lightweight conda-compatible package manager"
test = ["micromamba --version", ""]
Comment thread
rjvkn marked this conversation as resolved.
Outdated

[tools.micronaut]
backends = [
"github:micronaut-projects/micronaut-starter[exe=mn]",
Expand Down
Loading