package duration
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Conversions to various time units
Install
dune-project
Dependency
Authors
Maintainers
Sources
duration-0.3.0.tbz
sha256=62fd738fe1ee4825b3c70e7ac8cc859ed37bae147783daa583bb743bba052b75
sha512=543a152c6c26612cdaf52974ee7cb98c8931be73ae8002be6a152878af8e6031abacb771f37bd2acb6e3b29eec29d34fe8806f37ddf5211df582918379983290
doc/CHANGES.html
v0.3.0 (2026-04-13)
- Add Duration.of_string and Duration.of_string_exn (#10 @dinosaure)
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
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page