opam-version: "2.0" maintainer: "Török Edwin " authors: ["Török Edwin "] homepage: "https://gitlab.com/edwintorok/cmdtui" doc: "https://edwintorok.gitlab.io/cmdtui/doc" license: "ISC" dev-repo: "git+https://gitlab.com/edwintorok/cmdtui.git" bug-reports: "https://gitlab.com/edwintorok/cmdtui/issues" depends: [ "ocaml" {>= "4.02.3"} "jbuilder" {>= "1.0+beta7"} "astring" {>= "0.8.3"} "fmt" {>= "0.8.0"} "lambda-term" {< "2.0"} "cmdliner" "logs" "lwt" "cmdtui" ] build: [ ["jbuilder" "subst" "-p" name] {dev} ["jbuilder" "build" "-p" name "-j" jobs] ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test} ] synopsis: "Interactive command completion and execution for building REPLs" 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.""" url { src: "https://gitlab.com/edwintorok/cmdtui/uploads/6b3cad4a29a2b1f1a019e1a1ded0e429/cmdtui-0.4.3.tbz" checksum: [ "sha256=62047731081fd212af1d85903eda1faa9a072f237e087dd561a169b9a307ead8" "md5=8a792d806efab956df37f2d9316f569f" ] }