Devices.Targetmodule Dune = Functoria.Dunemodule Info = Functoria.Infomodule Install = Functoria.Installmodule Action = Functoria.Actionmodule type TARGET = sig ... endA Mirage target: target consists in multiple backends grouped together.
module Unix : sig ... endmodule Xen : sig ... endmodule Solo5 : sig ... endval dune : Info.t -> Dune.stanza listval build_context : ?build_dir:Fpath.t -> Info.t -> Dune.stanza listval context_name : Info.t -> stringval packages : Key.mode -> Functoria.DSL.package list