(library
  (name watchman)
  (wrapped false)
  (modules
    watchman
    watchman_sig)
  (libraries
    buffered_line_reader
    core_kernel
    hh_json
    logging_common
    sys_utils
    utils_core)
  (preprocess (pps lwt_ppx)) ; See T41851208
)

(library
  (name watchman_lwt)
  (wrapped false)
  (modules
    watchman_lwt
  )
  (libraries
    watchman
    buffered_line_reader_lwt
  )
  (preprocess (pps lwt_ppx))
)

(library
  (name watchman_utils)
  (wrapped false)
  (modules
    watchman_utils)
  (libraries
    hh_json
    logging
    utils_core)
  (preprocess (pps lwt_ppx)) ; See T41851208
)
