package mirage-runtime

  1. Overview
  2. Docs
The base MirageOS runtime library, part of every MirageOS unikernel

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-4.7.0.tbz
sha256=ade8c410b2de3997c4a513f53f6c990dac6af508161e20df01b64fa7975ca5be
sha512=42fddf09be84c4251417145b88d4f63b41db1b29c9622b2b4e4508e31146f227a16875e670da96251208745f79a42f0b7d2bd8b44b883a705381b4c97a4255b8

doc/mirage-runtime.functoria/Functoria_runtime/Arg/index.html

Module Functoria_runtime.ArgSource

Arg defines values that can be set by runtime command-line arguments. This module is the runtime companion of Functora.Runtime_arg.

Command-line Arguments

Sourcetype 'a t

The type for command-line arguments containing a value of type 'a.

Sourceval create : 'a Cmdliner.Term.t -> 'a t

create conv create a new command-line argument from a Cmdliner term.

Sourceval conv : (string -> ('a, [ `Msg of string ]) result) -> ('a -> string) -> 'a Cmdliner.Arg.conv
OCaml

Innovation. Community. Security.