MINGW-packages icon indicating copy to clipboard operation
MINGW-packages copied to clipboard

[new-package] luafilesystem

Open luau-project opened this issue 8 months ago • 0 comments

Description

According to the LuaFileSystem homepage:

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.

LuaFileSystem is free software and uses the same license as Lua 5.x (MIT).

At the moment, LuaFileSystem is the second most downloaded Lua library (+8.3M) on LuaRocks, the main package manager to share Lua modules.

In the PKGBUILD script provided here, it is building LuaFileSystem for every mingw_arch, and every Lua version available here (current 5.4, 5.3 and 5.1).

Package names

  • Current Lua (5.4): mingw-w64-*-lua-luafilesystem
  • Lua 5.3: mingw-w64-*-lua51-luafilesystem
  • Lua 5.1: mingw-w64-*-lua53-luafilesystem

luau-project avatar Jun 17 '24 16:06 luau-project