aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 240c4783c6ef1a3ed4cd975557750e7f9b47e348 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
* sleep

License
-------

This code and its accompanying README are
[MIT licensed](http://www.opensource.org/licenses/mit-license.php).
See LICENSE for details.