./time/ocaml-time_now, Library that reports the current time

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.15.0, Package name: ocaml-time_now-0.15.0, Maintainer: jaapb

Provides a single function to report the current time in nanoseconds
since the start of the Unix epoch.


Required to run:
[lang/ocaml] [devel/ocaml-findlib] [devel/ocaml-ppx_optcomp] [devel/ocaml-base] [devel/ocaml-ppx_base] [devel/ocaml-dune] [devel/ocaml-jane-street-headers] [devel/ocaml-jst-config]

Required to build:
[misc/ocaml-opaline]

Master sites:

Filesize: 3.61 KB

Version history: (Expand)


CVS history: (Expand)


   2022-05-24 20:59:36 by Jaap Boender | Files touched by this commit (145)
Log message:
Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages
   2022-05-04 18:50:34 by Jaap Boender | Files touched by this commit (3)
Log message:
Updated time/ocaml-time_now to version 0.15.0.

There is no changelog, but changes seem minor.
   2021-10-26 13:24:47 by Nia Alarie | Files touched by this commit (263)
Log message:
time: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 17:04:23 by Nia Alarie | Files touched by this commit (263)
Log message:
time: Remove SHA1 hashes for distfiles
   2021-03-08 09:13:10 by Jaap Boender | Files touched by this commit (214) | Package updated
Log message:
Recursive revbump associated with update of lang/ocaml
   2019-05-29 23:23:54 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
(time/ocaml-time_now) USE_TOOLS+= bash instead of BUILD_DEPENDS, tks leot@
   2019-05-29 05:15:06 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
(time/ocaml-time_now) Add BUILD_DEPENDS+= bash to fix following problem

===> Building for ocaml-time_now-0.12.0
I need bash to interpret (bash ...) actions but I couldn't find it :(
*** Error code 1
   2019-03-13 12:50:24 by Jaap Boender | Files touched by this commit (5)
Log message:
Added time/ocaml-time_now, to report the time in ns since the Unix epoch