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.10.0.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=795cc176ffbc67363d4c4ef69354aced9681c0b1e24bf93f0a270975ee0b608b
    
    
  sha512=96a2fb3971613b146371a02af1ce59c73ca86dd1f42c0c47334bfbabe7d5f4cffb080c2c585e2e21fe3d33133bbe86b703cb9d276dd86ce3a90a544f03293af5
    
    
  doc/mirage.functoria/Functoria/Info/index.html
Module Functoria.InfoSource
Information about the final application.
The type for information about the final application.
output t is the name of t's output. Derived from name if not set.
with_output t o is similar to t but with the output set to Some o.
packages t are the opam package dependencies by the project.
Source
val opam : 
  t ->
  extra_repo:(string * string) list ->
  install:Install.t ->
  opam_name:string ->
  Opam.topam scope t is t'opam file to install in the scope context.
runtime_args t is the list of command-line arguments which can be used to configure t at runtime.
parsed t is a value representing the command-line argument being parsed.
Source
val v : 
  ?config_file:Fpath.t ->
  packages:Package.t list ->
  local_libs:string list ->
  keys:Key.t list ->
  runtime_args:Runtime_arg.t list ->
  context:Context.t ->
  ?configure_cmd:string ->
  ?pre_build_cmd:(Fpath.t option -> string) ->
  ?lock_location:(Fpath.t option -> string -> string) ->
  build_cmd:(Fpath.t option -> string) ->
  src:[ `Auto | `None | `Some of string ] ->
  project_name:string ->
  string ->
  tcreate context n r contains information about the application being built.
Devices
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page