diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
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 @@ | |||
1 | LuaSystem | ||
2 | ====== | ||
3 | |||
4 | [](https://travis-ci.org/o-lim/luasystem/builds) | ||
5 | |||
6 | |||
7 | luasystem is a platform independent system call library for Lua. | ||
8 | Supports Lua >= 5.1 and luajit >= 2.0.0. | ||
9 | |||
10 | Currently the following functions are supported: | ||
11 | * gettime | ||
12 | * sleep | ||
13 | |||
14 | License | ||
15 | ------- | ||
16 | |||
17 | This code and its accompanying README are | ||
18 | [MIT licensed](http://www.opensource.org/licenses/mit-license.php). | ||
19 | See LICENSE for details. | ||