package bancos

  1. Overview
  2. Docs
A simple read-optimistic write-exclusive KV-store

Install

dune-project
 Dependency

Authors

Maintainers

Sources

bancos-0.0.1.tbz
sha256=f9603b60308f70937f49cc2a32657549bdcb2db197ed5409ce9bd688187d994c
sha512=6cbfffa0c08b9bee5d8729656fb9ad6ea70eaf056ec01923b99eb47e113ddb7b51fa5c2b66b149116fb511f2506cb369ee73c3ca52cec2c372b8f0a7158c894f

doc/bancos.cli/Bancos_cli/index.html

Module Bancos_cliSource

Sourceval error_msgf : ('a, Format.formatter, unit, ('b, [> `Msg of string ]) result) format4 -> 'a
Sourceval verbosity : Logs.level option Cmdliner.Term.t
Sourceval utf_8 : bool Cmdliner.Term.t
Sourceval app_style : [> `Cyan ]
Sourceval err_style : [> `Red ]
Sourceval warn_style : [> `Yellow ]
Sourceval info_style : [> `Blue ]
Sourceval debug_style : [> `Green ]
Sourceval pp_header : Format.formatter -> (Logs.level * string option) -> unit
Sourceval anchor : float
Sourceval now : unit -> float
Sourceval reporter : Re.t option -> Format.formatter array -> 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 logs_per_domains : bool Cmdliner.Term.t
Sourceval setup_logs : bool -> Fmt.style_renderer option -> Re.t option -> Logs.level option -> bool -> bool * unit Lazy.t Domain.DLS.key
Sourceval term_setup_logs : (bool * unit Lazy.t Domain.DLS.key) Cmdliner.Term.t
Sourceval bytes_of_string : string -> int option
Sourceval sizes : string array
Sourceval bytes_to_size : int -> string