package mirage-os-shim

  1. Overview
  2. Docs
Portable shim for MirageOS OS API

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-os-shim-3.1.0.tbz
md5=3858cf40ab6cf906d47f3e78d8cd40f9

Description

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: mirage_unix, mirage_xen, or mirage_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.

Published: 12 Nov 2018

README

mirage-os-shim — Portable shim for MirageOS APIs

v3.1.0

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: mirage_unix, mirage_xen, or mirage_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.

Dependencies (5)

  1. lwt
  2. ocaml >= "4.04.0"
  3. topkg build
  4. ocamlbuild build
  5. ocamlfind build

Dev Dependencies

None

Used by (1)

  1. mirage-entropy < "0.5.0"

Conflicts (6)

  1. mirage-solo5 >= "0.6.1"
  2. mirage-solo5 < "0.5.0"
  3. mirage-xen >= "5.0.0"
  4. mirage-xen < "3.1.0" | >= "6.0.0"
  5. mirage-unix >= "4.0.0"
  6. mirage-unix < "3.1.0"