Peter Melnichenko 1dfb8c41e8 Replace rockspecs/ with a single scm rockspec (#108)
There is no need to keep rockspecs for older versions - it's enough
to ensure that `luarocks make` builds currently checked out version.

`luarocks new-version <rockspec> <version> --tag=<tag>` generates
rockspecs for releases.

Use `scm` instead of `dev` as LuaRocks 2 thinks that `dev` versions
are less than normal versions like 1.6.3, making it tricky to
use bleeding-edge version as a dependency with a constraint
such as `luafilesystem >= 1.6.3`.
2018-03-15 20:38:32 -03:00
2017-09-14 12:15:58 +03:00
2006-03-15 18:27:13 +00:00
2016-04-30 20:37:37 +02:00
2008-03-25 17:39:29 +00:00
2008-05-07 19:06:37 +00:00
2017-09-14 12:12:14 +03:00

License Build Status Build status Coverage Status

LuaFileSystem - File System Library for Lua

Copyright 2003-2017 Kepler Project

https://keplerproject.github.io/luafilesystem

Description

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).

LuaRocks Installation

luarocks install luafilesystem

Documentation

Please check the documentation at doc/us/ for more information.

Description
No description provided
Readme MIT 620 KiB
Languages
C 77.2%
Lua 21.5%
Makefile 1.3%