package cmdtui-lambda-term

  1. Overview
  2. No Docs
Interactive command completion and execution for building REPLs

Install

Authors

Maintainers

Sources

cmdtui-0.4.3.tbz
md5=8a792d806efab956df37f2d9316f569f

Description

cmdtui is a module for declaring commands with completions and actions. It can return a dynamically generated list of completions based on partial user input. The base module doesn't depend on a particular terminal control library, and support for lambda-term based REPLs is provided in the cmdtui.lambda-term subpackage.

cmdtui is distributed under the ISC license.

Published: 07 Aug 2017

Dependencies (9)

  1. cmdtui
  2. lwt
  3. logs
  4. cmdliner
  5. lambda-term < "2.0"
  6. fmt >= "0.8.0"
  7. astring >= "0.8.3"
  8. jbuilder >= "1.0+beta7"
  9. ocaml >= "4.02.3"

Dev Dependencies

None

Used by

None

Conflicts

None