mte/unikernel/duniverse/mirage-sleep
2025-11-11 02:07:51 +01:00
..
solo5 2025-11-11 02:07:51 +01:00
src 2025-11-11 02:07:51 +01:00
unikraft 2025-11-11 02:07:51 +01:00
unix 2025-11-11 02:07:51 +01:00
.gitignore 2025-11-11 02:07:51 +01:00
CHANGES.md 2025-11-11 02:07:51 +01:00
dune-project 2025-11-11 02:07:51 +01:00
LICENSE.md 2025-11-11 02:07:51 +01:00
mirage-sleep.opam 2025-11-11 02:07:51 +01:00
README.md 2025-11-11 02:07:51 +01:00

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.