Description
Provides a library for parsing command-line options in C programs. It helps applications handle flags, arguments, help text, and option rules without writing that parsing logic from scratch.
Most users receive it as a dependency of command-line utilities. Developers may use it when building tools with consistent option handling.