(library (name time_stamp_counter) (public_name core_unix.time_stamp_counter)
 (preprocess (pps ppx_jane)) (preprocessor_deps config.h)
 (c_names time_stamp_counter_stubs)
 (libraries core core_unix ocaml_intrinsics))

(rule (targets config.h) (deps)
 (action (bash "cp %{lib:jst-config:config.h} %{targets}")))