package mtime

  1. Overview
  2. Docs
Monotonic wall-clock time for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

mtime-1.4.0.tbz
sha512=0492fa5f5187b909fe2b0550363c7dcb8cffef963d51072272ef3d876b51e1ddf8de4c4e221cffb0144658fccf6a0dc584a5c8094a4b2208156e43bad5b269d4

Description

Mtime has platform independent support for monotonic wall-clock time in pure OCaml. This time increases monotonically and is not subject to operating system calendar time adjustments. The library has types to represent nanosecond precision timestamps and time spans.

The additional Mtime_clock library provide access to a system monotonic clock.

Mtime has a no dependency. Mtime_clock depends on your system library or JavaScript runtime system. Mtime and its libraries are distributed under the ISC license.

Home page: http://erratique.ch/software/mtime

README

Mtime — Monotonic wall-clock time for OCaml

v1.4.0

Mtime has platform independent support for monotonic wall-clock time in pure OCaml. This time increases monotonically and is not subject to operating system calendar time adjustments. The library has types to represent nanosecond precision timestamps and time spans.

The additional Mtime_clock library provide access to a system monotonic clock.

Mtime has a no dependency. Mtime_clock depends on your system library or JavaScript runtime system. Mtime and its libraries are distributed under the ISC license.

Home page: http://erratique.ch/software/mtime

Installation

Mtime can be installed with opam:

opam install mtime

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

Documentation

The documentation and API reference is automatically generated from the source interfaces. It can be consulted online or via odig doc mtime.

Sample programs

If you installed mtime with opam sample programs are located in the directory opam config var mtime:doc.

Dependencies (4)

  1. topkg build & >= "1.0.3"
  2. ocamlbuild build & != "0.9.0"
  3. ocamlfind build
  4. ocaml >= "4.08.0"

Dev Dependencies

None

Used by (56)

  1. acgtk >= "1.5.0" & < "2.0.0"
  2. archsat < "1.1"
  3. awa
  4. awa-lwt
  5. awa-mirage
  6. bos
  7. cactus
  8. cca < "0.7"
  9. charrua-unix >= "0.9"
  10. datakit >= "0.11.0"
  11. datakit-bridge-github >= "0.11.0"
  12. dns-cli >= "4.1.0"
  13. dns-client >= "4.1.0"
  14. dns-client-lwt
  15. dns-forward >= "0.9.0"
  16. docteur < "0.0.6"
  17. eio < "0.8.1"
  18. electrod
  19. git >= "1.11.0" & < "3.0.0"
  20. git-mirage >= "1.11.0" & < "3.0.0"
  21. git-unix >= "1.11.1"
  22. happy-eyeballs-lwt
  23. index >= "1.2.1" & < "1.6.2"
  24. index-bench >= "1.4.0" & < "1.6.2"
  25. irmin = "0.12.0" | >= "3.0.0" & < "3.8.0"
  26. irmin-bench >= "2.5.0" & < "3.8.0"
  27. irmin-chunk = "1.3.0"
  28. irmin-containers < "3.8.0"
  29. irmin-fs < "2.0.0"
  30. irmin-git >= "1.2.0" & < "3.8.0"
  31. irmin-http >= "1.2.0" & < "2.0.0"
  32. irmin-layers
  33. irmin-mem < "2.0.0"
  34. irmin-pack >= "2.3.0" & < "3.8.0"
  35. irmin-test < "3.8.0"
  36. irmin-unix >= "1.2.0" & < "2.0.0"
  37. irmin-watcher >= "0.3.0"
  38. logs >= "0.5.0"
  39. logtk >= "2.1"
  40. metrics-unix >= "0.4.1"
  41. mirage-crypto-rng >= "0.7.0" & < "0.11.0"
  42. mirage-crypto-rng-eio
  43. mirage-crypto-rng-lwt
  44. mirage-profile-unix
  45. OCanren
  46. octez-libs
  47. odig >= "0.0.2" & < "0.0.4"
  48. opentelemetry-client-cohttp-lwt
  49. opentelemetry-client-ocurl
  50. opium >= "0.19.0"
  51. plebeia >= "2.0.0"
  52. progress >= "0.2.0" & < "0.2.2"
  53. pvec
  54. regenerate
  55. terminal < "0.2.2"
  56. tezos-stdlib-unix

Conflicts

None