[ ソース: fswatch ]
パッケージ: fswatch (1.14.0+repack-13.1 など)
fswatch に関するリンク
Debian の資源:
fswatch ソースパッケージをダウンロード:
- [fswatch_1.14.0+repack-13.1.dsc]
- [fswatch_1.14.0+repack.orig.tar.xz]
- [fswatch_1.14.0+repack-13.1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [emcrisostomo.github.io]
類似のパッケージ:
file change monitor based on inotify
fswatch is a file change monitor that receives notifications when the contents of the specified files or directories are modified. fswatch implements the following kinds of monitors:
* A monitor based on the File System Events API of Apple OS X. * A monitor based on kqueue, an event notification interface introduced in FreeBSD 4.1 and supported on most *BSD systems (including OS X). * A monitor based on inotify, a Linux kernel subsystem that reports file system changes to applications. * A monitor based on File Events Notification, a Solaris/Illumos kernel API that reports file events. * A monitor which periodically stats the file system, saves file modification times in memory and manually calculates file system changes, which can work on any operating system where stat (2) can be used.
fswatch should build and work correctly on any system shipping either of the aforementioned APIs
その他の fswatch 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 共有ライブラリ
-
- dep: libstdc++6 (>= 11)
- GNU 標準 C++ ライブラリ v3