[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] LuaFileSystem 1.7.0
- From: Hisham <h@...>
- Date: Fri, 15 Sep 2017 19:53:24 -0300
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