(copy_files ../../../../scripts/get_build_id_gen.c)

(library
 (name utils_core)
 (wrapped false)
 (foreign_stubs
  (language c)
  (names get_build_id get_build_id_gen fast_compare)
  (flags
   (:standard
    (:include config/build-timestamp-opt))))
 (js_of_ocaml (javascript_files fast_compare.js get_build_id.js))
 (libraries base string hh_json str unix)
 (preprocess
  (pps lwt_ppx ppx_deriving.std ppx_deriving.enum)))
