package mirage-device

  1. Overview
  2. Docs

Description

This package is primarily useful in the context of a Mirage project.

Tags

org:mirage

Published: 26 May 2017

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 ocamldoc from the interfaces. It can be consulted online.

Dependencies (3)

  1. fmt
  2. jbuilder >= "1.0+beta7"
  3. ocaml

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