aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..240c478
--- /dev/null
+++ b/README.md
@@ -0,0 +1,19 @@
1LuaSystem
2======
3
4[![travis-ci status](https://travis-ci.org/o-lim/luasystem.svg?branch=master)](https://travis-ci.org/o-lim/luasystem/builds)
5
6
7luasystem is a platform independent system call library for Lua.
8Supports Lua >= 5.1 and luajit >= 2.0.0.
9
10Currently the following functions are supported:
11* gettime
12* sleep
13
14License
15-------
16
17This code and its accompanying README are
18[MIT licensed](http://www.opensource.org/licenses/mit-license.php).
19See LICENSE for details.