New review comment by TinfoilSubmarine on void-packages repository https://github.com/void-linux/void-packages/pull/38536#discussion_r1061866166 Comment: It seems like a workable solution except for the man pages--I'm not seeing a good way to make that fit with your proposal. Other options: 1. Have a single alternatives group and install all the packages in that group as dependencies of the base package (e.g. `php8.1-devel php8.1-phpdbg php8.1-fpm php8.1-pear php8.1-cgi`) This would bring a PHP 8.1 install from 12MB on disk to 74MB on disk. 2. Don't provide alternatives for anything except the core binaries available in the base package (`php`, `phar`, and `phar.phar`). This would meet most use cases where the user just wants `php` available in path for convenience or hardcoded calls to `php` in some script.