package mirage-random

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

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-random-v3.0.0.tbz
sha256=49fe3f281d6430cc1723ecabe47fc9b8e9b29d83cd5f0964f5d000fa014066cf
sha512=5d16855740e04f8efe5bcd5a7596ccffb5b927a616c5e6de4a5f5bd96e2f9f8f3b030d8b216156cac897d49a64b0f5bd7f89c30c787c3d9be63ab952c9984160

Description

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

Tags

org:mirage

Published: 15 Nov 2021

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

Dev Dependencies

None

Conflicts

None