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
5 changes: 5 additions & 0 deletions registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3069,6 +3069,11 @@ 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"]
description = "Lightweight conda-compatible package manager"
test = ["micromamba --version", "{{ version | split(pat='-') | first }}"]

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