package mirage-xen

  1. Overview
  2. Docs
On This Page
  1. Development
Xen core platform libraries for MirageOS

Install

dune-project
 Dependency

Authors

Maintainers

Sources

mirage-xen-9.0.1.tbz
sha256=f60d042e0f003c8b9f50821e04f859b36f02eca27f361830a5f7150082f333e3
sha512=9673f54480bf35ef1b9f11c0f71db6a5a522ce1f6a7acfa862f98253d5574ca8d0d1ea1917286cf7d899a490a8a2d7935e0cb5fda8b6c196f477da610ea7ffe4

doc/README.html

mirage-xen -- Xen core platform libraries for MirageOS

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.

Build Status

Development

$ git clone https://github.com/mirage/mirage-xen
$ cd mirage-xen
$ opam monorepo lock
$ opam monorepo pull
$ opam install ocaml-freestanding dune
$ dune build