aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/luajit-2.0/README
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libraries/luajit-2.0/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/libraries/luajit-2.0/README b/libraries/luajit-2.0/README
new file mode 100644
index 0000000..271e312
--- /dev/null
+++ b/libraries/luajit-2.0/README
@@ -0,0 +1,16 @@
1README for LuaJIT 2.0.0-beta9
2-----------------------------
3
4LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language.
5
6Project Homepage: http://luajit.org/
7
8LuaJIT is Copyright (C) 2005-2011 Mike Pall.
9LuaJIT is free software, released under the MIT license.
10See full Copyright Notice in the COPYRIGHT file or in luajit.h.
11
12Documentation for LuaJIT is available in HTML format.
13Please point your favorite browser to:
14
15 doc/luajit.html
16