package bcfg

  1. Overview
  2. Docs
A boringly simpleconfiguration format

Install

dune-project
 Dependency

Authors

Maintainers

Sources

bcfg-0.1.0.tbz
sha256=7c4862dc6f1bc77bf643881aaad4d59b718c8d5e8e206a63b6a2c532692f0d56
sha512=5c31155c41d6fb84133cbc9aa947a6a3e851acb562204412dd1310407e9b99c6d7619e5a0da77cc9f16268db2583daa5ede0f5db7e43a2057d31079d9fd4a17b

doc/bcfg.cli/Bcfg_cli/index.html

Module Bcfg_cliSource

Sourceval src : Logs.src
Sourceval (<.>) : ('a -> 'b) -> ('c -> 'a) -> 'c -> 'b
Sourceval msg : 'a -> [> `Msg of 'a ]
Sourceval msgf : ('a, Format.formatter, unit, [> `Msg of string ]) format4 -> 'a
Sourceval error_msgf : ('a, Format.formatter, unit, ('b, [> `Msg of string ]) result) format4 -> 'a
Sourceval is_regular_file : string -> bool
Sourceval output_options : string
Sourceval verbosity : Logs.level option Cmdliner.Term.t
Sourceval renderer : Fmt.style_renderer option Cmdliner.Term.t
Sourceval utf_8 : bool Cmdliner.Term.t
Sourceval setup_logs : bool Cmdliner.Term.t
Sourceval output_configuration_options : string
Sourceval margin : int Cmdliner.Term.t
Sourceval indent : [ `Spaces of int | `Tab ] Cmdliner.Term.t
Sourceval tab_width : int Cmdliner.Term.t
Sourceval escape : [> `All_with_hex | `Normal ] Cmdliner.Term.t
Sourceval hex : [> `Lower | `Upper ] Cmdliner.Term.t
Sourceval setup_output_configuration : Bcfg.Out.cfg Cmdliner.Term.t