From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id 918057FC86 for ; Thu, 19 Mar 2015 21:32:58 +0100 (CET) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of daniel.buenzli@erratique.ch) identity=pra; client-ip=74.55.86.74; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="daniel.buenzli@erratique.ch"; x-conformance=sidf_compatible Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of daniel.buenzli@erratique.ch) identity=mailfrom; client-ip=74.55.86.74; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="daniel.buenzli@erratique.ch"; x-conformance=sidf_compatible Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@smtp.webfaction.com) identity=helo; client-ip=74.55.86.74; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="postmaster@smtp.webfaction.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0BgAACiMQtVm0pWN0pcg1iDZ8MjiAoBAQEBAQERAQEBAQEGCwsJFC6EOYELAiYCSQIBExuIJwQJol6PTJwvgSGRVi+BFgWUOocaOoUfD4QWhUiDR4Fzgh6DMQEBAQ X-IPAS-Result: A0BgAACiMQtVm0pWN0pcg1iDZ8MjiAoBAQEBAQERAQEBAQEGCwsJFC6EOYELAiYCSQIBExuIJwQJol6PTJwvgSGRVi+BFgWUOocaOoUfD4QWhUiDR4Fzgh6DMQEBAQ X-IronPort-AV: E=Sophos;i="5.11,432,1422918000"; d="scan'208";a="104041811" Received: from mail6.webfaction.com (HELO smtp.webfaction.com) ([74.55.86.74]) by mail3-smtp-sop.national.inria.fr with ESMTP; 19 Mar 2015 21:32:57 +0100 Received: from [172.20.10.2] (59.237.197.178.dynamic.wless.lssmb00p-cgnat.res.cust.swisscom.ch [178.197.237.59]) by smtp.webfaction.com (Postfix) with ESMTP id 03B1520E9706 for ; Thu, 19 Mar 2015 20:32:53 +0000 (UTC) Date: Thu, 19 Mar 2015 21:32:51 +0100 From: =?utf-8?Q?Daniel_B=C3=BCnzli?= To: Caml-list Message-ID: <7AEA14B084094F63B8AE64DB10DA9EE7@erratique.ch> X-Mailer: sparrow 1.6.4 (build 1178) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [Caml-list] [ANN] Mtime 0.8.0 Hello, It's my pleasure to announce the first release of Mtime, best described as: Mtime is an OCaml module to access monotonic wall-clock time. It allows to measure time spans without being subject to operating system calendar time adjustments. Mtime depends only on your platform system library. The optional JavaScript support depends on js_of_ocaml. It is distributed under the BSD3 license. Home page: http://erratique.ch/software/mtime API docs: http://erratique.ch/software/mtime/doc/Mtime Github mirror: https://github.com/dbuenzli/mtime It should be available shortly in opam. Best, Daniel P.S. Since I'm too tired to fight with build systems and packaging at the moment jsoo is a hard dep and not a deptopt as it should be. This will be fixed at some point in the future. P.P.S. A Windows hacker is welcome for https://github.com/dbuenzli/mtime/issues/2 as I don't have the time to solve this right now.