lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi all,

I'm pleased to announce that I've released version 0.4 of linotify,
which is a library that wraps Linux's inotify file monitoring
facility.  This release is pretty small, including only a change that
allows users to use getfd as an alias for the fileno method, in the
interest of being more consistent with other libraries that expose file
descriptors.

You can get it on GitHub (https://github.com/hoelzro/linotify) or
Moonrocks (http://rocks.moonscript.org/modules/hoelzro/inotify)

-Rob