package mirage

  1. Overview
  2. Docs
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_dune.ml.html

Source file mirage_dune.ml

1
2
3
4
5
6
7
open Mirage_impl_misc

let flags _ =
  (* Disable "70 [missing-mli] Missing interface file." as we are only
     generating .ml files currently. *)
  [ ":standard"; "-w"; "-70" ]
  @ if terminal () then [ "-color"; "always" ] else []