Description
Provides declarative building blocks for command-line interfaces in OCaml. Developers use it to define arguments, options, help text, validation, subcommands, and command structure.
Use it when building OCaml command-line tools that need clear help output and predictable option parsing. It is a library, not a command-line application for end users.