//! Default virtual package versions to use when the actual version cannot be
//! detected from the host system, for example when detecting virtual packages
//! for a platform other than the current one (see
//! [`crate::VirtualPackages::detect_for_platform`]).
use ;
/// The default `glibc` version to use when the version cannot be detected.
///
/// This is the `glibc` version that ships with RHEL 8 and Debian 10.
/// The default Linux kernel version to use when the version cannot be
/// detected.
///
/// This is the kernel version that ships with RHEL 8.
/// The default Windows version to use when the version cannot be detected.
/// Returns the default macOS version to use when the version cannot be
/// detected, or `None` if the given platform is not a macOS platform.