summaryrefslogtreecommitdiffstats
path: root/libraries/luafilesystem/README
diff options
context:
space:
mode:
author ponce <matteo.bernardini@gmail.com>2012-08-21 20:16:51 -0500
committer Robby Workman <rworkman@slackbuilds.org>2012-08-21 20:16:51 -0500
commit37a333183b9ea17c0d5297f029d436faa33a7d38 (patch)
tree0b500187fd5264d52d09b09b0160747456d4912d /libraries/luafilesystem/README
parent2e9cbe4b0b1c59f207b8c851168da428eb8ad794 (diff)
downloadslackbuilds-37a333183b9ea17c0d5297f029d436faa33a7d38.tar.gz
slackbuilds-37a333183b9ea17c0d5297f029d436faa33a7d38.tar.xz
libraries/luafilesystem: Added (lua filesystem library).
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--libraries/luafilesystem/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/luafilesystem/README b/libraries/luafilesystem/README
new file mode 100644
index 0000000000..f7c51ee8f5
--- /dev/null
+++ b/libraries/luafilesystem/README
@@ -0,0 +1,7 @@
+luafilesystem (lua filesystem library)
+
+LuaFileSystem is a Lua library developed to complement the set
+of functions related to filesystems offered by the standard
+Lua distribution.
+LuaFileSystem offers a portable way to access the underlying
+directory structure and file attributes.