معرفی شرکت ها


golang-github-zillode-notify-dev_0.0~git20171210.8fff849-4_all.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

filesystem event notification library
ویژگی مقدار
سیستم عامل Linux
توزیع Ubuntu Bionic-18.04
مخزن Ubuntu universe all
نام بسته golang-github-zillode-notify-dev
نام فایل بسته golang-github-zillode-notify-dev_0.0~git20171210.8fff849-4_all.deb
نسخه بسته 0.0~git20171210.8fff849
انتشار بسته 4
معماری بسته all
نگهدارنده Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://github.com/zillode/notify
مجوز -
حجم دانلود 49672
حجم نصب 263
Package notify implements access to filesystem events. . Notify is a high-level abstraction over filesystem watchers like inotify, kqueue, FSEvents, FEN or ReadDirectoryChangesW. Watcher implementations are split into two groups: ones that natively support recursive notifications (FSEvents and ReadDirectoryChangesW) and ones that do not (inotify, kqueue, FEN).


نیازمندی

مقدار نام
- golang-golang-x-sys-dev


نحوه نصب


نصب پکیج deb golang-github-zillode-notify-dev:

    sudo apt-get install golang-github-zillode-notify-dev_0.0~git20171210.8fff849-4_all.deb


فایل ها

مسیرها
./usr/share/doc/golang-github-zillode-notify-dev/changelog.Debian.gz
./usr/share/doc/golang-github-zillode-notify-dev/copyright
./usr/share/gocode/src/github.com/zillode/notify/debug.go
./usr/share/gocode/src/github.com/zillode/notify/debug_debug.go
./usr/share/gocode/src/github.com/zillode/notify/debug_nodebug.go
./usr/share/gocode/src/github.com/zillode/notify/doc.go
./usr/share/gocode/src/github.com/zillode/notify/event.go
./usr/share/gocode/src/github.com/zillode/notify/event_fen.go
./usr/share/gocode/src/github.com/zillode/notify/event_fsevents.go
./usr/share/gocode/src/github.com/zillode/notify/event_inotify.go
./usr/share/gocode/src/github.com/zillode/notify/event_kqueue.go
./usr/share/gocode/src/github.com/zillode/notify/event_readdcw.go
./usr/share/gocode/src/github.com/zillode/notify/event_stub.go
./usr/share/gocode/src/github.com/zillode/notify/event_test.go
./usr/share/gocode/src/github.com/zillode/notify/event_trigger.go
./usr/share/gocode/src/github.com/zillode/notify/example_fsevents_test.go
./usr/share/gocode/src/github.com/zillode/notify/example_inotify_test.go
./usr/share/gocode/src/github.com/zillode/notify/example_readdcw_test.go
./usr/share/gocode/src/github.com/zillode/notify/example_test.go
./usr/share/gocode/src/github.com/zillode/notify/node.go
./usr/share/gocode/src/github.com/zillode/notify/notify.go
./usr/share/gocode/src/github.com/zillode/notify/notify_inotify_test.go
./usr/share/gocode/src/github.com/zillode/notify/notify_readdcw_test.go
./usr/share/gocode/src/github.com/zillode/notify/notify_test.go
./usr/share/gocode/src/github.com/zillode/notify/sync_readdcw_test.go
./usr/share/gocode/src/github.com/zillode/notify/sync_unix_test.go
./usr/share/gocode/src/github.com/zillode/notify/testdata/vfs.txt
./usr/share/gocode/src/github.com/zillode/notify/testing_test.go
./usr/share/gocode/src/github.com/zillode/notify/tree.go
./usr/share/gocode/src/github.com/zillode/notify/tree_nonrecursive.go
./usr/share/gocode/src/github.com/zillode/notify/tree_nonrecursive_test.go
./usr/share/gocode/src/github.com/zillode/notify/tree_recursive.go
./usr/share/gocode/src/github.com/zillode/notify/tree_recursive_test.go
./usr/share/gocode/src/github.com/zillode/notify/util.go
./usr/share/gocode/src/github.com/zillode/notify/util_darwin_test.go
./usr/share/gocode/src/github.com/zillode/notify/util_test.go
./usr/share/gocode/src/github.com/zillode/notify/util_unix_test.go
./usr/share/gocode/src/github.com/zillode/notify/watcher.go
./usr/share/gocode/src/github.com/zillode/notify/watcher_fen.go
./usr/share/gocode/src/github.com/zillode/notify/watcher_fen_cgo.go
./usr/share/gocode/src/github.com/zillode/notify/watcher_fen_test.go
./usr/share/gocode/src/github.com/zillode/notify/watcher_fsevents.go
./usr/share/gocode/src/github.com/zillode/notify/watcher_fsevents_cgo.go
./usr/share/gocode/src/github.com/zillode/notify/watcher_fsevents_go1.10.go
./usr/share/gocode/src/github.com/zillode/notify/watcher_fsevents_go1.9.go
./usr/share/gocode/src/github.com/zillode/notify/watcher_fsevents_test.go
./usr/share/gocode/src/github.com/zillode/notify/watcher_inotify.go
./usr/share/gocode/src/github.com/zillode/notify/watcher_inotify_test.go
./usr/share/gocode/src/github.com/zillode/notify/watcher_kqueue.go
./usr/share/gocode/src/github.com/zillode/notify/watcher_kqueue_test.go
... and 12 more