package ez_cmdliner

  1. Overview
  2. Docs
Easy interface to Cmdliner à la Arg.parse with sub-commands

Install

Dune Dependency

Authors

Maintainers

Sources

v0.4.3.tar.gz
sha256=a4aaa008bf2bf29189e3c66c9481aab5d2e12b20c0b769a484df5dc07d68961d

Description

ez_cmdliner is a simple layer on top of Cmdliner to provide an interface à la Arg.parse with an extension for simple sub-commands.

Tags

org:ocamlpro

Published: 08 Mar 2022

README

README.md

ez_cmdliner

ez_cmdliner is a simple layer on top of Cmdliner to provide an interface à la Arg.parse with an extension for simple sub-commands.

  • Website: https://ocamlpro.github.io/ez_cmdliner

  • General Documentation: https://ocamlpro.github.io/ez_cmdliner/sphinx

  • API Documentation: https://ocamlpro.github.io/ez_cmdliner/doc

  • Sources: https://github.com/ocamlpro/ez_cmdliner

Dependencies (5)

  1. cmdliner >= "1.1.0" & < "2.0.0"
  2. ez_subst >= "0.1"
  3. ocplib_stuff >= "0.3"
  4. dune >= "2.7.0"
  5. ocaml >= "4.07.0"

Dev Dependencies (5)

  1. ocamlformat with-test
  2. odoc with-doc
  3. ppx_expect with-test
  4. ppx_inline_test with-test
  5. cmdliner with-test & < "1.1.0"

Conflicts

None