summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOscar Lim <olim@ucla.edu>2016-01-24 22:53:37 -0800
committerOscar Lim <olim@ucla.edu>2016-02-10 23:45:49 -0800
commit7499b422e3f07bf25704cbf7989e845f89697fa8 (patch)
tree524d8a262a9d61486b858e70c64f8aedbda43095 /README.md
downloadluasystem-7499b422e3f07bf25704cbf7989e845f89697fa8.zip
Support for gettime and sleep functions
Provide `gettime` and `sleep` functions with at least 1 millisecond resolution.
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..240c478
--- /dev/null
+++ b/README.md
@@ -0,0 +1,19 @@
+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
+* sleep
+
+License
+-------
+
+This code and its accompanying README are
+[MIT licensed](http://www.opensource.org/licenses/mit-license.php).
+See LICENSE for details.