This package provides the MirageOS OS
library for
Xen targets, which handles the main loop and timers. It also provides
the low level C startup code and C stubs required by the OCaml code.
$ git clone https://github.com/mirage/mirage-xen
$ cd mirage-xen
$ opam monorepo lock
$ opam monorepo pull
$ opam install ocaml-freestanding dune
$ dune build