Brzo_domainBrzo domains.
module type T = sig ... endSignature implemented by domains
val name : t -> stringname d is the identifier of domain d.
val fingerprint : t -> B00_fexts.tfingerprint d is the fingerprint of d.
val pre_domain : t -> Brzo.Pre_domain.tpre_domain d is the pre-domain of d.
val run : Brzo.Conf.t -> t -> B00_std.Os.Exit.trun c d runs domain d with configuration c.
find name ds is the domain identified named n in ds.
val of_conf : Brzo.Conf.t -> t list -> (t, string) resultof_conf c ds is the domain from ds selected in configuration c.