package minicli

  1. Overview
  2. Docs
Minimalist library for command line parsing.

Install

Dune Dependency

Authors

Maintainers

Sources

v2.0.0.tar.gz
md5=77de461a7a12ccd3f0c1c964359d47e6

Description

minicli provides the CLI module. It allows programmers to quickly and correctly handle options passed via the command line to their program. minicli is intended at people who develop software fast but who don't want to break things. minicli can throw a variety of informative exceptions to the user when the command line interface is not being used correctly. The Arg module from the stdlib is another, bigger alternative. Another more complete alternative is the cmdliner library.

Published: 30 Nov 2017

Dependencies (3)

  1. obuild build
  2. ocamlfind
  3. ocaml >= "4.02.0"

Dev Dependencies

None

Used by (12)

  1. bst >= "6.0.0"
  2. dokeysto_lz4 = "3.0.0"
  3. hts_shrink < "2.1.1"
  4. lbvs_consent = "1.1.3" | = "2.1.0"
  5. linwrap < "5.0.0"
  6. molenc < "5.0.0"
  7. oranger < "2.0.1"
  8. orf
  9. orrandomForest >= "3.0.0"
  10. orsvm_e1071
  11. pardi < "2.0.4"
  12. rankers < "2.0.7"

Conflicts

None