Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mtoohey31/ppx_cmd

Declarative command line parsing for OCaml with `@@deriving`.
https://github.com/mtoohey31/ppx_cmd

command-line ocaml ocaml-library parser ppx-deriver

Last synced: about 13 hours ago
JSON representation

Declarative command line parsing for OCaml with `@@deriving`.

Awesome Lists containing this project

README

        

# ppx_cmd

Declarative command line parsing for OCaml with `@@deriving`.

## TODO

- [ ] Subcommands.
- [ ] Add documentation to README.
- [ ] Avoid repeating expressions in output (for value bindings that use others, and helpers that are repeated).