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

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: 5 months 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).