package duration

  1. Overview
  2. Docs
Conversions to various time units

Install

Dune Dependency

Authors

Maintainers

Sources

duration-0.2.1.tbz
sha256=c738c1f38cfb99820c121cd3ddf819de4b2228f0d50eacbd1cc3ce99e7c71e2b
sha512=0de9e15c7d6188872ddd9994f08616c4a1822e4ac92724efa2c312fbb2fc44cd7cbe4b36bcf66a8451d510c1fc95de481760afbcacb8f83e183262595dcf5f0c

CHANGES.md.html

v0.2.1 (2022-10-11)

  • Duration.pp: microseconds suffix is now "μs" instead of "us" (#8 by @MisterDA)

0.2.0 (2021-08-04)

  • 32 bit compatibility:

    • Provide of_us_64, of_ms_64, of_sec_64 that take an int64 as input

    • Provide to_us_64, to_ms_64, to_sec_64 that produce an int64 as output

  • Revise Duration.pp to print in a more concise way

0.1.3 (2019-10-26)

  • Duration.pp: don't emit trailing space

0.1.2 (2019-02-16)

  • move build system to dune

0.1.1 (2017-11-18)

  • test 4.05 and 4.06

  • alcotest 0.8.1 compatibility (#2 by @yomimono)

  • Don't ship with -warn-error +A, but use it in ./build

0.1.0 (2016-07-28)

  • initial