package mirage-clock
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=43e90dd608cf04e96648adbcb3da14b876f68494eeb195291b04e564e06da28a
sha512=d37e2e3514178db8056de5d4c9a4c79e2a88e0b46905dd755cd865f0801b636d942d2744d7a56457c3cfc3bc0c538e9cc3cb6b51eb542abf3dda4cf1c9aa8885
CHANGES.md.html
v3.0.1 (2019-11-04)
provide deprecated Mirage_clock_lwt for smooth transition (#44 @hannesm)
v3.0.0 (2019-10-21)
remove mirage-clock-lwt (#43 @hannesm)
mirage-clock is no device anymore, drop lwt dependency (#43 @hannesm)
raise lower OCaml bound to 4.06.0 (#43 @hannesm)
v2.0.0 (2018-12-27)
Constrain the clock type
t
tounit
to improve compatability with the webmachine CLOCK interface. All current implementations satisfy this interface so there shouldn't be an issue, but bumping the library major version number to reflect the interface change (#38 @hannesm)Port library to Dune from jbuilder and use
dune-release
and the builtindune.configurator
to reduce the build dependency cone (#39 @avsm).Remove unused variable warnings (#39 @avsm).
Update opam package metadata to 2.0 format (#39 @avsm).
Fixes to the ocamldoc comment headers for odoc compatibility (@avsm)
v1.4.1 (2018-08-03)
mirage-clock-unix: fix integer overflow on 32 bit (#37, @mattgray)
v1.4.0 (2017-07-25)
Add support for windows to
mirage-clock-unix
(#32, @fdopen and @samoht)
v1.3.0 (2017-06-19)
port to Jbuilder
v1.2.0 (2016-12-21)
import
V1.MCLOCK
andV1.PCLOCK
frommirage-types
undermirage-clock
andmirage-clock-lwt
v1.1.0 (2015-01-05)
xen: pure OCaml implementation of
Clock.gmtime
v1.0.0 (2013-12-07)
Remove unnecessary cstruct dependency.
Install ocamlfind packages as
mirage-clock-xen
andmirage-clock-unix
.Fix META file descriptions.
Add Travis tests.
v0.9.9 (2013-12-05)
Initial public release, based on mirage/mirage-platform#0.9.8