(lang dune 2.9)
(name time_now)
(version v0.15.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 libtime_now_stubs.a)
 (native_archives time_now.a)
 (jsoo_runtime runtime.js)
 (requires
  base
  jane-street-headers
  ppx_sexp_conv.runtime-lib
  sexplib0
  ppx_compare.runtime-lib
  ppx_enumerate.runtime-lib
  ppx_hash.runtime-lib)
 (main_module_name Time_now)
 (modes byte native)
 (modules
  (singleton
   (name Time_now)
   (obj_name time_now)
   (visibility public)
   (impl)
   (intf))))
