package mirage-device

  1. Overview
  2. Docs

Description

mirage-device defines Mirage_device.S, the signature for basic abstract devices for MirageOS and a pretty-printing function for device errors.

Tags

org:mirage

Published: 11 Feb 2019

README

mirage-device -- Abstract devices for MirageOS

mirage-device defines Mirage_device.S, the signature for basic abstract devices for MirageOS and a pretty-printing function for device errors.

Installation

mirage-device can be installed with opam:

opam install mirage-device

If you don't use opam consult the opam file for build instructions.

Documentation

The documentation and API reference is automatically generated by odoc from the interfaces. It can be consulted online.

Dependencies (3)

  1. fmt
  2. dune >= "1.0"
  3. ocaml >= "4.04.2"

Dev Dependencies

None

Used by (10)

  1. mirage-block >= "1.0.0" & < "2.0.0"
  2. mirage-clock < "3.0.0"
  3. mirage-console >= "2.2.0" & < "3.0.0"
  4. mirage-fs >= "1.0.0" & < "3.0.0"
  5. mirage-kv < "3.0.0"
  6. mirage-net >= "1.0.0" & < "3.0.0"
  7. mirage-protocols < "4.0.0"
  8. mirage-stack < "2.0.0"
  9. mirage-time < "2.0.0"
  10. mirage-types >= "3.0.0" & < "3.7.1"

Conflicts

None