package mirage

  1. Overview
  2. Docs
The MirageOS library operating system

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-4.9.0.tbz
sha256=0c07d59eb52dc3d1506eb4121c4953104a12df79d08a0f0923c9b71e7474a026
sha512=666bf9ee20c9f9de058441f252f4f40ceec6a9ffd00e5cd3b7bfa9532fd65000aeb8a83f9e55586be98d0a86ea72f2dda94e924608135e3d63441359505de58a

doc/mirage.functoria/Functoria/Engine/index.html

Module Functoria.EngineSource

Functoria engine.

if_keys t is the set of if keys in the graph t.

keys t is the set of keys in the graph t.

runtime_args t is the set of runtime arguments in the graph t.

Sourceval packages : Impl.abstract -> Package.t list Key.value

packages t is the set of packages in the graph t.

install i t is the set of files installed by the graph t.

files i t is the list of files generated configure-time.

Sourceval dune : Info.t -> Impl.abstract -> Dune.stanza list

dune i t is the list of dune stanzas needed to build the project t with the build information i.

Triggering Hooks

The type for key graphs.

Sourceval configure : Info.t -> t -> unit Action.t

configure i t calls all the configuration hooks for each of the implementations appearing in t, in topological order. Use the build information i.

Sourceval connect : ?init:'a Impl.t list -> Info.t -> t -> unit Action.t

connect ?init i t generates the connect functions in main.ml, for each of the implementations appearing t, in topological order. Use build information i.

OCaml

Innovation. Community. Security.

On This Page
  1. Triggering Hooks