How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Clap is a library for command-line argument parsing. Clap works by directly consuming arguments in an imperative way. Traditionally, argument parsing in OCaml is done by first defining a specification (an OCaml value defining the types of arguments), and then parsing from this specification. The…
The main features of rbardou/clap are: Ocaml CLI Frameworks.
Projects with overlapping indexed features include: dbuenzli/cmdliner — Declarative definition of command line interfaces for OCaml. unixjunkie/minicli — Minimalist OCaml library for command line parsing.