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`.
- Host: GitHub
- URL: https://github.com/mtoohey31/ppx_cmd
- Owner: mtoohey31
- Created: 2024-05-06T18:42:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-20T00:10:24.000Z (about 1 year ago)
- Last Synced: 2025-07-18T23:38:15.134Z (12 months ago)
- Topics: command-line, ocaml, ocaml-library, parser, ppx-deriver
- Language: OCaml
- Homepage:
- Size: 32.2 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).