Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(wrapped): add more pkg managers #2503

Merged
merged 3 commits into from
Jan 7, 2025
Merged

feat(wrapped): add more pkg managers #2503

merged 3 commits into from
Jan 7, 2025

Conversation

alexandregv
Copy link
Contributor

@alexandregv alexandregv commented Dec 28, 2024

Checks

  • I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle
  • I have checked that there are no existing pull requests for the same thing

Details

A little PR to add some more package managers to the new wrapped feature.
Here is the detailed list:

  • Python
    • pipx: a fairly common alternative to pip+venv
    • uv: a new alternative to pip+venv in rust
  • Arch (AUR)
    • yay: an AUR helper in go, probably the most used
    • paru: an AUR helper in rust
  • RHEL/Fedora
    • dnf5: the new version of dnf, named dnf5 like pip3
    • rpm: the package build utility for .rpm
    • rpm-ostree: OSTree variant of rpm (Fedora Silverblue / Atomic)
  • Crystal:
    • shards: Ruby gems but for Crystal
  • Haskell:
    • cabal: haskell official package manager
  • OCaml:
    • opam: ocaml official package manager
  • Nix
    • nix
    • nix-env

I was not sure about nix, but I think it's still mostly considered as a package manager.
If you think any of them is not worthy, feel free to remove it or ask me to do it!

Copy link
Member

@ellie ellie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice one! thank you! :shipit:

@ellie ellie merged commit a1aea1e into atuinsh:main Jan 7, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants