package mirage-sleep

  1. Overview
  2. Docs
Sleep operation for MirageOS

Install

dune-project
 Dependency

Authors

Maintainers

Sources

mirage-sleep-4.1.0.tbz
sha256=0a81e5e0b8066c00ed0ef59bdead2ef1a321da31d3f46bede3bbe4d0fce9d9bb
sha512=30b163bb6bf12d6e14463a286d1eafdc983ef7c687628147b0c42eea042ac490465934cd1bfd7ef6814a8bbcc9cacc9d536c858c2604d3d2ac0ed3fcf97c734d

Description

Mirage_sleep defines the single function ns.

Tags

org:mirage

Published: 01 Sep 2025

README

mirage-sleep -- Sleep operations for MirageOS

The mirage-sleep repository defines Mirage_sleep, the signature for sleep-related operations for MirageOS. This is for now only the function ns to sleep an amount of nanoseconds.

Installation

mirage-sleep can be installed with opam:

opam install mirage-sleep

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

Dependencies (4)

  1. duration
  2. lwt >= "4.0.0"
  3. dune >= "2.6"
  4. ocaml >= "4.08.0"

Dev Dependencies

None

Conflicts

None