package mirage
-
mirage
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
A Mirage target: target consists in multiple backends grouped together.
val dune : Info.t -> Dune.stanza list
Dune rules to build the unikernel
val build_context : ?build_dir:Fpath.t -> Info.t -> Dune.stanza list
Generate build context configuration
val context_name : Info.t -> string
Dune context
val packages : t -> Functoria.DSL.package list
The required packages to support this backend.