Additional logging in State_logger to show cached state lookup
[hiphop-php.git] / hphp / hack / src / monitor / dune
blob43afc452cf319475e683bab47627f8b572f3ef49
1 (library
2   (name server_monitor)
3   (wrapped false)
4   (libraries
5     collections
6     core_kernel
7     libancillary
8     logging
9     marshal_tools
10     messages
11     relative_path
12     socket
13     sys_utils
14     utils_config_file
15     utils_scheduler
16     watchman)
17   (preprocess
18     (pps lwt_ppx ppx_deriving.std))) ; See T41851208