diff options
author | chai <chaifix@163.com> | 2018-11-16 00:24:51 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-11-16 00:24:51 +0800 |
commit | 831e814ce9bdb84e86c06c4a52008f6bdaaa00d6 (patch) | |
tree | f91fccc7d2628d6e0a39886134b2bb174f5eede4 /src/3rdparty/LuaJIT-2.0.5/README | |
parent | 6dc75930fe5fe02f1af5489917752d315cf9e48f (diff) |
*合并master到minimal分支
Diffstat (limited to 'src/3rdparty/LuaJIT-2.0.5/README')
-rw-r--r-- | src/3rdparty/LuaJIT-2.0.5/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/3rdparty/LuaJIT-2.0.5/README b/src/3rdparty/LuaJIT-2.0.5/README new file mode 100644 index 0000000..6cb7ceb --- /dev/null +++ b/src/3rdparty/LuaJIT-2.0.5/README @@ -0,0 +1,16 @@ +README for LuaJIT 2.0.5 +----------------------- + +LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language. + +Project Homepage: http://luajit.org/ + +LuaJIT is Copyright (C) 2005-2017 Mike Pall. +LuaJIT is free software, released under the MIT license. +See full Copyright Notice in the COPYRIGHT file or in luajit.h. + +Documentation for LuaJIT is available in HTML format. +Please point your favorite browser to: + + doc/luajit.html + |