[ ソース: ruby-listen ]
パッケージ: ruby-listen (3.1.5-1)
ruby-listen に関するリンク
Debian の資源:
ruby-listen ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Ruby library listening to file modifications
This Ruby library listens to file modifications and notifies you about the changes.
It detects file modification, addition and removal, and supports multiple directories from a single listener. It uses checksum comparison for modifications made under the same second, and allows supplying regexp-patterns to ignore and filter paths for better results.
その他の ruby-listen 関連パッケージ
|
|
|
|
-
- dep: ruby
- オブジェクト指向スクリプト言語 Ruby のインタプリタ (デフォルト版)
- または ruby-interpreter
- パッケージは利用できません
-
- dep: ruby-rb-inotify (>= 0.9)
- Ruby wrapper for Linux's inotify, using FFI