Summary
Add support for mise as a backend package manager.
What is mise?
mise is a polyglot tool version manager that manages development tools like Node.js, Python, Ruby, Go, etc. It's a popular replacement for asdf, nvm, pyenv, and similar tools.
Why add it?
- Currently listed in the wishlist section with "no attempt made yet"
- Popular and actively maintained tool manager
- Would provide unified management of development environments
Expected implementation
Basic backend support with standard metapac operations:
- Install/uninstall packages via
mise install/mise uninstall
- Query installed packages via
mise ls
- Update packages via
mise upgrade
This would allow users to manage their mise tools declaratively through metapac group files.
Summary
Add support for mise as a backend package manager.
What is mise?
mise is a polyglot tool version manager that manages development tools like Node.js, Python, Ruby, Go, etc. It's a popular replacement for asdf, nvm, pyenv, and similar tools.
Why add it?
Expected implementation
Basic backend support with standard metapac operations:
mise install/mise uninstallmise lsmise upgradeThis would allow users to manage their mise tools declaratively through metapac group files.