Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Key = Functoria_key
val warn_error : bool Key.key
val vote : string Key.key
val output : Functoria.Info.t -> string
val root : unit -> Fpath.t
val dune_file : Functoria.Info.t -> Fpath.t
val write_key : Functoria.Info.t -> 'a Key.key -> ('a -> string) -> unit
module C : sig ... end
include sig ... end
val run_with_argv :
?help_ppf:Format.formatter ->
?err_ppf:Format.formatter ->
string array ->
unit
val register :
?packages:Functoria.package list ->
?keys:Functoria.key list ->
?init:Functoria.job Functoria.impl list ->
string ->
Functoria.job Functoria.impl list ->
unit