Ecosyste.ms: Awesome
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: about 13 hours ago
JSON representation
Declarative command line parsing for OCaml with `@@deriving`.
- Host: GitHub
- URL: https://github.com/mtoohey31/ppx_cmd
- Owner: mtoohey31
- Created: 2024-05-06T18:42:47.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-16T20:25:41.000Z (7 months ago)
- Last Synced: 2024-11-21T05:43:25.507Z (2 months ago)
- Topics: command-line, ocaml, ocaml-library, parser, ppx-deriver
- Language: OCaml
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).