package mirage
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
The MirageOS library operating system
Install
dune-project
Dependency
Authors
Maintainers
Sources
mirage-4.0.0.tbz
sha256=f804161872de6cf20699364f09d03370ed06aafffb12f1d586190832c73a194d
sha512=75c1c1cac4c6f862c0055381c7ced123785193234b40da8a8e238cb289cba1a4494378587c4edf2ed872aee7fbfc756f84087941c1037ac19cbd1733ff6cca6a
doc/src/mirage.target/mirage_target.ml.html
Source file mirage_target.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35open Functoria module Key = Mirage_key let choose : Key.mode -> (module S.TARGET) = function | #Solo5.t -> (module Solo5) | #Unix.t -> (module Unix) let dune i = let target = Info.get i Key.target in let (module Target) = choose target in Target.dune i let configure i = let target = Info.get i Key.target in let (module Target) = choose target in Target.configure i let build_context ?build_dir i = let target = Info.get i Key.target in let (module Target) = choose target in Target.build_context ?build_dir i let context_name i = let target = Info.get i Key.target in let (module Target) = choose target in Target.context_name i let packages target = let (module Target) = choose target in Target.(packages (cast target)) let install i = let target = Info.get i Key.target in let (module Target) = choose target in Target.install i
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>