cmdlangversion Documentation on ocaml.org
Declarative Command-line Parsing for OCaml
Cmdlang is a library for creating command-line parsers in OCaml. Implemented as an OCaml EDSL, its declarative specification language lives at the intersection of other well-established similar libraries.
Cmdlang doesn't include an execution engine. Instead, Cmdlang parsers are automatically translated to cmdliner, core.command, or climate commands for execution.
| Tags | cli |
|---|---|
| Author | Mathieu Barbin |
| License | MIT |
| Published | |
| Homepage | https://github.com/mbarbin/cmdlang |
| Issue Tracker | https://github.com/mbarbin/cmdlang/issues |
| Documentation | https://mbarbin.github.io/cmdlang/ |
| Maintainer | Mathieu Barbin <opensource@mbarbin.org> |
| Dependencies | |
| Source [http] | https://github.com/mbarbin/cmdlang/releases/download/0.0.11/cmdlang-0.0.11.tbz sha256=818cf017d4889b49121f36edf6c77b955105c2b2a79405592c5a51495cfbae4b sha512=1179129fd7c65cb1767db5b7e2d2069454be8e16c0e9f010754b41b8af25e6e361ef5f0c3204fe7ee94e605cfdc3b406c41680664705dea53b488a3f727bcc2e |
| Edit | https://github.com/ocaml/opam-repository/tree/master/packages/cmdlang/cmdlang.0.0.11/opam |
Required by
- cmdlang-cmdliner-err-runner
- cmdlang-stdlib-runner>=0.0.11
- cmdlang-to-base>=0.0.11
- cmdlang-to-climate>=0.0.11
- cmdlang-to-cmdliner>=0.0.11
- crs
- dunolint
- pplumbing<0.0.16
- pplumbing-log-cli
- volgo-vcs


