$ luarocks install luse
LUSE is a Lua binding for the FUSE (Filesystems in Userspace) library.
It lets developers create a filesystem in Lua. Since FUSE itself is not
very fast, LUSE tries to not further slow things down, and adopted a
userdata-based approach to data passing.