blob: 6f3c9f6c36108bc4531ddc12ed8fb3e1771e6182 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[![Unix build](https://img.shields.io/github/actions/workflow/status/lunarmodules/luasystem/unix_build.yml?branch=master&label=Unix%20build&logo=linux)](https://github.com/lunarmodules/luasystem/actions/workflows/unix_build.yml)
[![AppVeyor build status](https://img.shields.io/appveyor/build/Tieske/luasystem/master?label=Windows%20build&logo=windows)](https://ci.appveyor.com/project/Tieske/luasystem/branch/master)
[![Lint](https://github.com/lunarmodules/luasystem/workflows/Lint/badge.svg)](https://github.com/lunarmodules/luasystem/actions/workflows/lint.yml)
[![SemVer](https://img.shields.io/github/v/tag/lunarmodules/luasystem?color=brightgreen&label=SemVer&logo=semver&sort=semver)](CHANGELOG.md)
# LuaSystem
luasystem is a platform independent system call library for Lua.
Supports Unix, Windows, MacOS, `Lua >= 5.1` and `luajit >= 2.0.0`.
## License and copyright
See [LICENSE.md](LICENSE.md)
## Documentation
See [online documentation](https://lunarmodules.github.io/luasystem/)
## Changelog & Versioning
See [CHANGELOG.md](CHANGELOG.md)
|