close
The Wayback Machine - https://web.archive.org/web/20200909191512/https://github.com/NLua/lua-stdlib
Skip to content
master
Go to file
Code
This branch is 648 commits behind lua-stdlib:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
doc
 
 
lib
 
 
slingshot
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Standard Lua libraries

by the stdlib project

travis-ci status

This is a collection of Lua libraries for Lua 5.1 and 5.2. The libraries are copyright by their authors 2000-2013 (see the AUTHORS file for details), and released under the MIT license (the same license as Lua itself). There is no warranty.

Stdlib has no prerequisites beyond a standard Lua system.

Installation

The simplest way to install stdlib is with LuaRocks. To install the latest release (recommended):

luarocks install stdlib

To install current git master (for testing):

luarocks install https://raw.github.com/rrthomas/lua-stdlib/release/stdlib-git-1.rockspec

To install without LuaRocks, check out the sources from the repository, and then run the following commands: the dependencies are listed in the dependencies entry of the file stdlib-rockspec.lua. You will also need autoconf and automake.

cd lua-stdlib
autoreconf --force --version --install
./configure --prefix=INSTALLATION-ROOT-DIRECTORY
make all check install

See INSTALL for instructions for configure.

Use

As well as requiring individual libraries, you can load the standard set with

require "std"

Modules not in the standard set may be removed from future versions of stdlib.

Documentation

The libraries are documented in LDoc. Pre-built HTML files are included.

Bug reports and code contributions

These libraries are written and maintained by their users. Please make bug report and suggestions on GitHub (see URL at top of file). Pull requests are especially appreciated.

About

General Lua libraries

Resources

License

Packages

No packages published
You can’t perform that action at this time.