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

Update list of supported platforms #1513

Merged
merged 1 commit into from
Dec 11, 2023
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
7 changes: 4 additions & 3 deletions doc/catalog-format-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -829,9 +829,10 @@ provides = "another_crate_name"

Systems that have their own package manager (e.g. Linux) can readily provide
many complex dependencies still unpackaged as source code in Alire. Alire can
use these on supported platforms (at this time, Debian & Ubuntu. Do not
hesitate to contact us if you would like to maintain other distributions)
during resolution.
use these on supported platforms during resolution. At this time, the supported
platforms are Arch, CentOS, Debian, Fedora, Homebrew, MacPorts, MSYS2, RHEL,
SUSE/openSUSE, and Ubuntu; do not hesitate to contact us if you would like to
maintain other distributions.

A system external gives a list of platform package names that supply the
dependency natively. The platform package manager will be used to detect their
Expand Down