aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMike Pall <mike>2009-12-08 19:46:35 +0100
committerMike Pall <mike>2009-12-08 19:46:35 +0100
commit55b16959717084884fd4a0cbae6d19e3786c20c7 (patch)
treec8a07a43c13679751ed25a9d06796e9e7b2134a6 /README
downloadluajit-55b16959717084884fd4a0cbae6d19e3786c20c7.tar.gz
luajit-55b16959717084884fd4a0cbae6d19e3786c20c7.tar.bz2
luajit-55b16959717084884fd4a0cbae6d19e3786c20c7.zip
RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000..43caf78e
--- /dev/null
+++ b/README
@@ -0,0 +1,16 @@
1README for LuaJIT 2.0.0-beta1
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-2009 Mike Pall.
9LuaJIT is free software, released under the MIT/X license.
10See full Copyright Notice in src/luajit.h
11
12Documentation for LuaJIT is available in HTML format.
13Please point your favorite browser to:
14
15 doc/luajit.html
16