package unic

  1. Overview
  2. Docs
A tool to infer what is needed to vendors to compile unikernels

Install

dune-project
 Dependency

Authors

Maintainers

Sources

uniq-0.1.0.tbz
sha256=998588f1053cf03161a4bded6d7f8068c88de497e77fc0bbca81a5234fa444d5
sha512=53d4ee5ad8c01e19a2e1fbda86266768d118f78566b82f0c736338ce2c12258185a5f4dbb90bf0da37a7528098266ec81861bdcfea29e55daa3122a4f3a1daca

doc/unic.cli/Unic_cli/index.html

Module Unic_cliSource

Sourceval src : Logs.src
Sourceval existing_filepath : Fpath.t Cmdliner.Arg.conv
Sourceval existing_dirpath : Fpath.t Cmdliner.Arg.conv
Sourceval s_output : string
Sourceval s_logs : string
Sourceval verbosity : Logs.level option Cmdliner.Term.t
Sourceval utf_8 : bool Cmdliner.Term.t
Sourceval error_msgf : ('a, Format.formatter, unit, ('b, [> `Msg of string ]) result) format4 -> 'a
Sourceval neg : ('a -> bool) -> 'a -> bool
Sourceval reporter : Re.t option -> Format.formatter -> Logs.reporter
Sourceval regexp : (string * [ `None | `Re of Re.t ]) Cmdliner.Arg.conv
Sourceval sources : (string * [ `None | `Re of Re.t ]) list Cmdliner.Term.t
Sourceval setup_sources : Re.t option Cmdliner.Term.t
Sourceval setup_logs : bool Cmdliner.Term.t
Sourceval s_ocamlfind : string
Sourceval ocamlfind's_directories : Fpath.t list Cmdliner.Term.t
Sourceval toolchain : string option Cmdliner.Term.t
Sourceval setup_ocamlfind : Fpath.t list Cmdliner.Term.t
Sourceval s_ocaml : string
Sourceval compiler : [ `Bytecode | `Native ] Cmdliner.Term.t
Sourceval setup_ocaml : (Uniq_cfg.src * Uniq_cfg.cfg) option Cmdliner.Term.t
Sourceval modname : Modname.t Cmdliner.Arg.conv
Sourcetype preference =
  1. | Use of Modname.t * Uniq_meta.Path.t
  2. | Prefer of Uniq_meta.Path.t
Sourceval configuration : Fpath.t option Cmdliner.Term.t
Sourceval preferences : preference list list Cmdliner.Term.t