cmdtui-lambda-term
Author | Török Edwin <edwin@etorok.net> | |||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
License | ISC | |||||||||||||||||||||||||||||||||||||
Homepage | https://gitlab.com/edwintorok/cmdtui | |||||||||||||||||||||||||||||||||||||
Issue Tracker | https://gitlab.com/edwintorok/cmdtui/issues | |||||||||||||||||||||||||||||||||||||
Maintainer | Török Edwin <edwin@etorok.net> | |||||||||||||||||||||||||||||||||||||
Dependencies |
| |||||||||||||||||||||||||||||||||||||
Available | ocaml-version >= "4.02.3" | |||||||||||||||||||||||||||||||||||||
Published | Aug 6, 2017 | |||||||||||||||||||||||||||||||||||||
Source [http] | https://gitlab.com/edwintorok/cmdtui/uploads/6b3cad4a29a2b1f1a019e1a1ded0e429/cmdtui-0.4.3.tbz 8a792d806efab956df37f2d9316f569f | |||||||||||||||||||||||||||||||||||||
Statistics | Not installed in the last month. | |||||||||||||||||||||||||||||||||||||
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/cmdtui-lambda-term/cmdtui-lambda-term.0.4.3/opam |
Interactive command completion and execution for building REPLs
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.
No package is dependent |