wtr-watcher 0.14.2

Filesystem watcher. Works anywhere. Simple, efficient and friendly.
Documentation
1
2
3
4
5
6
7
8
project(
  'watcher',
  ['cpp', 'c'],
  version : '0.14.2', # hook: tool/release
  default_options : ['c_std=c99', 'cpp_std=c++17'],
)
subdir('watcher-c')
subdir('watcher-py')