(library
 (name flow_common_utils)
 (wrapped false)
 (libraries
  hh_json ; hack
  flow_common_bitset
  flow_parser
  string ; hack
  sys_utils ; hack
  lwt)
 (preprocess
  (pps lwt_ppx ppx_deriving.std)))

(dirs
 (:standard __tests__))
