mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-25 05:03:07 +00:00
getcwd no longer passes a buffer
This commit is contained in:
23
rockspecs/luafilesystem-cvs-1.rockspec
Normal file
23
rockspecs/luafilesystem-cvs-1.rockspec
Normal file
@@ -0,0 +1,23 @@
|
||||
package = "LuaFileSystem"
|
||||
version = "cvs-1"
|
||||
source = {
|
||||
url = "cvs://:pserver:anonymous:@cvs.luaforge.net:/cvsroot/luafilesystem"
|
||||
}
|
||||
description = {
|
||||
summary = "File System Library for the Lua Programming Language",
|
||||
detailed = [[
|
||||
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.
|
||||
]]
|
||||
}
|
||||
dependencies = {
|
||||
"lua >= 5.1"
|
||||
}
|
||||
build = {
|
||||
type = "module",
|
||||
modules = {
|
||||
lfs = "lfs.c"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user