Hello,
There are new releases of these packages:
- Ptime POSIX time for OCaml, release notes, docs
- Mtime Monotonic time for OCaml, release notes, docs
- Qrc QR code encoder for OCaml, release notes, docs
See the individual release notes for details about the changes.
The library structure of Ptime and Mtime was changed to align it on the mythical library convention and make it for less surprising names (it used to make sense, it no longer does):
- The
{M,P}time_clock
modules are now in the{p,m}time.clock
libraries as they should be. These libraries were also made to export the base{p,m}time
library so that you can trim yourequires
when you use the clocks. - The libraries
{p,m}time.clock.os
are deprecated. They now simply export{p,m}time.clock
and warn on usage.
Best and a big thanks to my donors
Daniel