lua-users home
lua-l archive

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


Thanks for the update. The LFS_VERSION needs to be updated though in the lfs.c file. lfs._VERSION still prints LuaFileSystem 1.6.3

Milind

On Fri, Sep 15, 2017 at 3:57 PM, Italo Maia <italo.maia@gmail.com> wrote:
Amazing news!

Em 15 de set de 2017 7:54 PM, "Hisham" <h@hisham.hm> escreveu:
Hi list,

I am happy to announce a long-overdue new release of LuaFileSystem.
It supports Lua 5.1, 5.2 and 5.3.

LuaFileSystem is a Lua library developed to complement the set of
functions related to file systems offered by the standard Lua
distribution. LuaFileSystem offers a portable way to access the
underlying directory structure and file attributes.

https://keplerproject.github.io/luafilesystem/

The easiest way to install LuaFileSystem is to use LuaRocks:

luarocks install luafilesystem

This release contains contributions by Alex, Alexey Melnichuk, Antonin
Décimo, Hisham Muhammad, Hugh Perkins, Ignacio Burgueño, Jin Qing,
NiteHawk, Peter Melnichenko, Philipp Janda, Thijs Schreijer. A special
shout-out for Peter Melnichenko, for making this release happen!

Cheers,

-- Hisham