Module Mirage_runtime.Conv

Command-line converters

val log_threshold : log_threshold Cmdliner.Arg.conv

log_threshold converts log reporter threshold.

val allocation_policy : [ `Next_fit | `First_fit | `Best_fit ] Cmdliner.Arg.conv

allocation_policy converts allocation policy.