- Added depmod.cpp to scan kernel module ELF files, read .modinfo, and emit metadata files.
- Implemented functionality to write binary trie indexes for libkmod/modprobe.
- Introduced command-line options for module processing.
- Created test script test_depmod.sh to verify help and version commands.
Add a new Meson array option, utils, to allow building only selected applets while keeping the default as all.
Gate source inclusion, dependencies, symlink/manpage/script install steps, and test registration by enabled util set, and make applet dispatch in src/main.c compile-time conditional via generated config defines.
Document selective build usage in README.