package minicli

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

Install

Dune Dependency

Authors

Maintainers

Sources

v1.0.0.tar.gz
md5=9b7401d0349985f6def117c30b155cc3

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: 19 Aug 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