package cmdlang-stdlib-runner

  1. Overview
  2. No Docs
A basic execution runner for cmdlang based on stdlib.arg

Install

dune-project
 Dependency

Authors

Maintainers

Sources

cmdlang-0.0.11.tbz
sha256=818cf017d4889b49121f36edf6c77b955105c2b2a79405592c5a51495cfbae4b
sha512=1179129fd7c65cb1767db5b7e2d2069454be8e16c0e9f010754b41b8af25e6e361ef5f0c3204fe7ee94e605cfdc3b406c41680664705dea53b488a3f727bcc2e

Description

[Cmdlang_stdlib_runner] is an execution engine for running command line programs specified with [cmdlang].

It has no dependencies other than [cmdlang] and is implemented using the [Arg] module from the OCaml standard library.

This package may be useful as a lightweight alternative to translating cmdlang parsers to more feature-rich libraries such as [cmdliner], [climate], or [core.command].

Tags

cli cmdlang stdlib.arg

Published: 11 May 2026

Dependencies (3)

  1. cmdlang = version
  2. ocaml >= "4.14"
  3. dune >= "3.17"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None