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