3 repository-uri
Libraries for defining and parsing command-line interfaces in OCaml.
Explore 3 awesome GitHub repositories matching part of an awesome list · Ocaml CLI Frameworks. Refine with filters or upvote what's useful.
Declarative definition of command line interfaces for OCaml
Declarative definition of command-line interfaces.
Minimalist OCaml library for command line parsing
Minimalist library for command-line parsing.
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…
Imperative-style command-line argument parsing.