# luasystem **Repository Path**: mirrors_LuaDist/luasystem ## Basic Information - **Project Name**: luasystem - **Description**: Platform independent system calls for Lua - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README LuaSystem ====== [![travis-ci status](https://travis-ci.org/o-lim/luasystem.svg?branch=master)](https://travis-ci.org/o-lim/luasystem/builds) luasystem is a platform independent system call library for Lua. Supports Lua >= 5.1 and luajit >= 2.0.0. Currently the following functions are supported: * gettime * monotime * sleep License ------- This code and its accompanying README are [MIT licensed](http://www.opensource.org/licenses/mit-license.php). See LICENSE for details.