Skip to main content

PACKAGES

Constant PACKAGES 

Source
const PACKAGES: &[(&str, PackageNames)];
Expand description

Dependency name → package names, keyed by the names used in SystemProbePort::check_all_dependencies.

Several toolchain entries deliberately share a row: make, gcc and g++ all arrive with build-essential on Debian and base-devel on Arch, so callers listing several missing dependencies must de-duplicate the result.