package mirage-time-lwt

  1. Overview
  2. Docs
Time operations for MirageOS with Lwt

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-time-v1.3.0.tbz
sha256=8e50db9fa71526468da45790da996589a6331a8f090ed2ba3d5d3607ad67773a
sha512=e03c27248e32458f55917f9f9b19499bbe3a348fef7db324b85db1961f3d997852b13c73377d17d2b04f204ca51db29ef37279ca1d087fe0fc7e9d086093a17f

Description

mirage-time-lwt defines Mirage_time_lwt.S, the Mirage_time.S signature specialized with Lwt.

Tags

org:mirage

Published: 18 Jun 2019

README

mirage-time -- Time operations for MirageOS

mirage-time defines:

  • Mirage_time.S the signature for time-related operations for MirageOS;

  • Mirage_time_lwt.S the previous signature specialized Lwt; and

  • Time an implementation of the previous signature for the Unix backend.

Installation

mirage-time can be installed with opam:

opam install mirage-time

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

Dependencies (4)

  1. lwt
  2. mirage-time >= "1.0.0" & < "2.0.0"
  3. dune >= "1.0"
  4. ocaml >= "4.04.2"

Dev Dependencies

None

Used by (20)

  1. arp-mirage < "2.2.0"
  2. charrua-client-lwt < "1.2.0"
  3. charrua-client-mirage >= "0.11.1" & < "1.2.0"
  4. conduit-mirage < "2.0.2"
  5. dns >= "0.19.1" & < "1.0.0"
  6. dns-certify < "4.1.0"
  7. dns-forward >= "0.9.0"
  8. dns-resolver < "4.1.0"
  9. dns-server < "4.1.0"
  10. hvsock >= "0.14.0" & < "3.0.0"
  11. mirage-conduit = "1.3.0" | >= "3.1.0"
  12. mirage-dns >= "2.6.0"
  13. mirage-nat < "2.0.0"
  14. mirage-time-unix < "2.0.0"
  15. mirage-types-lwt >= "3.0.0" & < "3.7.1"
  16. mirage-vnetif >= "0.3.1" & < "0.5.0"
  17. qcow >= "0.8.1" & < "0.11.0"
  18. qcow-tool < "0.11.0"
  19. tcpip >= "3.0.0" & < "4.0.0"
  20. vpnkit >= "0.1.1"

Conflicts

None