diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 29 |
1 files changed, 15 insertions, 14 deletions
@@ -1,20 +1,21 @@ | |||
1 | LuaSystem | 1 | [](https://github.com/lunarmodules/luasystem/actions/workflows/unix_build.yml) |
2 | ====== | 2 | [](https://ci.appveyor.com/project/Tieske/luasystem/branch/master) |
3 | 3 | [](https://github.com/lunarmodules/luasystem/actions/workflows/lint.yml) | |
4 | [](https://travis-ci.org/o-lim/luasystem/builds) | 4 | [](CHANGELOG.md) |
5 | 5 | ||
6 | # LuaSystem | ||
6 | 7 | ||
7 | luasystem is a platform independent system call library for Lua. | 8 | luasystem is a platform independent system call library for Lua. |
8 | Supports Lua >= 5.1 and luajit >= 2.0.0. | 9 | Supports Unix, Windows, MacOS, `Lua >= 5.1` and `luajit >= 2.0.0`. |
10 | |||
11 | ## License and copyright | ||
12 | |||
13 | See [LICENSE.md](LICENSE.md) | ||
14 | |||
15 | ## Documentation | ||
9 | 16 | ||
10 | Currently the following functions are supported: | 17 | See [online documentation](https://lunarmodules.github.io/luasystem/) |
11 | * gettime | ||
12 | * monotime | ||
13 | * sleep | ||
14 | 18 | ||
15 | License | 19 | ## Changelog & Versioning |
16 | ------- | ||
17 | 20 | ||
18 | This code and its accompanying README are | 21 | See [CHANGELOG.md](CHANGELOG.md) |
19 | [MIT licensed](http://www.opensource.org/licenses/mit-license.php). | ||
20 | See LICENSE for details. | ||