package mirage-os-shim

  1. Overview
  2. Docs
Portable shim for MirageOS APIs

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-os-shim-0.0.1.tbz
sha256=60f340b98b3b850ebec64c0d1ad6492484c2e81b845333e7302c8596376353d8
md5=e9fe8b2703a664aa854c82b0a47dd82d

README.md.html

mirage-os-shim — Portable shim for MirageOS APIs

v0.0.1

mirage-os-shim is the intersection of the Mirage OS APIs exported under the OS modules by various Mirage backends. It shims out this interface under the same cmi, and installs several implementations, that pass through to their respective backends.

Clients need to be compiled against the common mirage_OS.cmi, and use the module Mirage_OS. Final applications need to be linked using ocamlfind, and have to define one of the ocamlfind predicates corresponding to the actual OS implementations: unix, xen, or solo5.

When using ocamlbuild, this is ocamlfind -use-ocamlfind -tag 'predicate(unix)' or similar.

WARNING Direct access to the OS interface is largely deprecated. The interface is pretty volatile. It is highly likely that you, in fact, do not need this package at all.

mirage-os-shim is distributed under the ISC license.

OCaml

Innovation. Community. Security.