diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2023-11-09 23:03:21 +0100 |
---|---|---|
committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2023-11-15 19:17:57 +0100 |
commit | d45768de3e6f7b28bfecf4d19b192ccac9ce5dc2 (patch) | |
tree | 2d4f86ec87eb87a77f6663924aaaa9286756ce3e /README.md | |
parent | d4222ce6da2a2d7179fc79f9d0cc65fd6c09a686 (diff) | |
download | luasystem-d45768de3e6f7b28bfecf4d19b192ccac9ce5dc2.tar.gz luasystem-d45768de3e6f7b28bfecf4d19b192ccac9ce5dc2.tar.bz2 luasystem-d45768de3e6f7b28bfecf4d19b192ccac9ce5dc2.zip |
feat(*): add environment variable and random functions
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. | ||