[ 源代码: watchman ]
软件包:watchman(4.9.0-5 以及其他的)
File watching service
Watchman can be used to watch files and record when they actually change. It can be used to trigger actions (such as rebuilding assets) when matching files change. If you require to perform an action based on whether a file changes or not, watchman may be the tool you need. By giving watchman a pattern and an action to take when the files change, you can trigger an activity to be taken.
其他与 watchman 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.30)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc-s1 (>= 3.5)
- GCC 支持库
-
- dep: libpcre3
- 与旧版 Perl 5 兼容的正则表达式库 - 运行文件
-
- dep: libssl1.1 (>= 1.1.0)
- 安全套接字层工具箱 - 共享库
-
- dep: libstdc++6 (>= 7)
- GNU 标准 C++ 库,第3版
-
- sug: python3-pywatchman
- Python library for Watchman and related utilities