summaryrefslogtreecommitdiff
path: root/README.md
blob: bf0da62f34488d639aa3d4b3b7ba4e65bf5ccf9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[![Build](https://img.shields.io/github/actions/workflow/status/lunarmodules/luasystem/build.yml?branch=master&label=Unix/Win/Mac%20Build)](https://github.com/lunarmodules/luasystem/actions/workflows/build.yml)
[![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)