1.0.0+dune
CHANGES:
-
Change the
js_of_ocaml
strategy forPtime_clock
's JavaScript
implementation. Primitives ofptime.clock.os
are now implemented
in pure JavaScript and linked byjs_of_ocaml
. This means that the
ptime.clock.jsoo
library no longer exists, simply link against
ptime.clock.os
instead. Thanks to Hugo Heuzard for suggesting and
implementing this. -
Require OCaml >= 4.08
-
Correct a potential overflow in Ptime.Span.of_float_s (dbuenzli#26).