pkgsrc/devel/ruby-rb-inotify/DESCR
taca 60a60cf448 devel/ruby-rb-inotify:
Move sysutils/ruby-rb-inotify to devel since this is a similar library
like ruby-rb-fsevent and ruby-rb-kqueue.
2019-03-16 14:03:13 +00:00

6 lines
249 B
Text

This is a simple wrapper over the inotify Linux kernel subsystem
(http://en.wikipedia.org/wiki/Inotify) for monitoring changes to files
and directories.
It uses the FFI (http://wiki.github.com/ffi/ffi) gem to avoid having to
compile a C extension.