LuaSystem ====== [![travis-ci status](https://travis-ci.org/o-lim/luasystem.svg?branch=master)](https://travis-ci.org/o-lim/luasystem/builds) luasystem is a platform independent system call library for Lua. Supports Lua >= 5.1 and luajit >= 2.0.0. Currently the following functions are supported: * gettime * monotime * sleep License ------- This code and its accompanying README are [MIT licensed](http://www.opensource.org/licenses/mit-license.php). See LICENSE for details.