package mirage-device

  1. Overview
  2. Docs
Abstract devices for MirageOS

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-device-v2.0.0.tbz
sha256=04286c6728f280cf6ec53dc54e67d552b1375d5b544a45c9dab8536ea2ef54a1
sha512=f6718647230930927b8f870ff1dd9d55554473f555641154db83a2123a3bda002431616cf012fcb7a07ab1e5cde622a6b52b0cc804b73a77db55db5e1276c6da

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: 21 Oct 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 (4)

  1. lwt >= "4.0.0"
  2. fmt
  3. dune >= "1.0"
  4. ocaml >= "4.06.0"

Dev Dependencies

None

Used by (8)

  1. mirage-block >= "2.0.0" & < "3.0.0"
  2. mirage-console >= "3.0.0" & < "5.0.0"
  3. mirage-fs >= "3.0.0" & < "4.0.0"
  4. mirage-kv >= "3.0.0" & < "4.0.0"
  5. mirage-net >= "3.0.0" & < "4.0.0"
  6. mirage-protocols >= "4.0.0" & < "7.0.0"
  7. mirage-stack >= "2.0.0" & < "3.0.0"
  8. mirage-types >= "3.7.1"

Conflicts

None