lua-users home
lua-l archive

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


Hi list,

after a under line development, I have a path maintain module for Lua.
I expect it can replace lfs if you do path maintain only. It only
support win32 only now, but I remain POSIX compatible interface (not
complete). because I don't have a environment for POSIX develop :-(

I hope this module is useful for somebody, esp. for steve (for his
lake), this is the main purpose for develop this module. It's usable
as a backend of a portable build system. I will port lake to this
backend if I have time. and I wish there are reviews of that module.
maybe I need place it to github, but not gist now.

any feedback and contribute welcome :-)

the repo (currently) is here: https://gist.github.com/2759261

regards,
Xavier Wang.