package mirage-random

  1. Overview
  2. Docs
Random-related devices for MirageOS

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-random-v2.0.0.tbz
sha256=61db16e7c217f8093391c3e5513667a29124215ce17cabb95c73ceaa4b0b4462
sha512=9e8a8ba415c175225225e021429f219546cde2798c95bacb906368e68bec3eb9bbd849f8c4dabae8115f399fae7a23192665c2eb9314676120010090bcc07713

Description

mirage-random defines Mirage_random.S the signature for random-related devices for MirageOS.

Tags

org:mirage

Published: 21 Oct 2019

README

mirage-random -- Random signatures for MirageOS

mirage-random defines Mirage_random.S and Mirage_random.C the signature for random-related devices for MirageOS.

Installation

mirage-random can be installed with opam:

opam install mirage-random

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. ocaml >= "4.06.0"
  2. cstruct >= "4.0.0"
  3. dune >= "1.1.0"

Dev Dependencies

None

Conflicts

None