package mirage
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
The MirageOS library operating system
Install
dune-project
Dependency
Authors
Maintainers
Sources
mirage-4.7.0.tbz
sha256=ade8c410b2de3997c4a513f53f6c990dac6af508161e20df01b64fa7975ca5be
sha512=42fddf09be84c4251417145b88d4f63b41db1b29c9622b2b4e4508e31146f227a16875e670da96251208745f79a42f0b7d2bd8b44b883a705381b4c97a4255b8
doc/mirage.functoria/Functoria/Engine/index.html
Module Functoria.Engine
Functoria engine.
val if_keys : Impl.abstract -> Key.Set.tif_keys t is the set of if keys in the graph t.
val keys : Impl.abstract -> Key.Set.tkeys t is the set of keys in the graph t.
val runtime_args : Impl.abstract -> Runtime_arg.Set.truntime_args t is the set of runtime arguments in the graph t.
val packages : Impl.abstract -> Package.t list Key.valuepackages t is the set of packages in the graph t.
val install : Info.t -> Impl.abstract -> Install.t Key.valueinstall i t is the set of files installed by the graph t.
val files : Info.t -> Impl.abstract -> Fpath.Set.tfiles i t is the list of files generated configure-time.
val dune : Info.t -> Impl.abstract -> Dune.stanza listdune i t is the list of dune stanzas needed to build the project t with the build information i.
Triggering Hooks
type t = Device.Graph.tThe type for key graphs.
configure i t calls all the configuration hooks for each of the implementations appearing in t, in topological order. Use the build information i.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page