(lang dune 1.11)
(name time_now)
(version v0.12.0)
(library
 (name time_now)
 (kind normal)
 (archives (byte time_now.cma) (native time_now.cmxa))
 (plugins (byte time_now.cma) (native time_now.cmxs))
 (foreign_objects time_now_stubs.o)
 (foreign_archives
  (byte libtime_now_stubs.a)
  (native time_now.a libtime_now_stubs.a))
 (jsoo_runtime runtime.js)
 (requires
  ppx_hash.runtime-lib
  ppx_enumerate.runtime-lib
  ppx_compare.runtime-lib
  ppx_sexp_conv.runtime-lib
  base
  jane-street-headers)
 (main_module_name Time_now)
 (modes byte native)
 (modules
  (singleton
   (name Time_now)
   (obj_name time_now)
   (visibility public)
   (impl)
   (intf))))
