aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/luajit-2.0/README
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-23 23:36:30 +1000
committerDavid Walter Seikel2012-01-23 23:36:30 +1000
commit6523585c66c04cea54df50013df8886b589847d8 (patch)
tree0b22aee7064166d88595eda260ca2d17c0773da5 /libraries/luajit-2.0/README
parentUpdate the EFL to what I'm actually using, coz I'm using some stuff not yet r... (diff)
downloadSledjHamr-6523585c66c04cea54df50013df8886b589847d8.zip
SledjHamr-6523585c66c04cea54df50013df8886b589847d8.tar.gz
SledjHamr-6523585c66c04cea54df50013df8886b589847d8.tar.bz2
SledjHamr-6523585c66c04cea54df50013df8886b589847d8.tar.xz
Add luaproc and LuaJIT libraries.
Two versions of LuaJIT, the stable release, and the dev version. Try the dev version first, until ih fails badly.
Diffstat (limited to 'libraries/luajit-2.0/README')
-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