aboutsummaryrefslogtreecommitdiffstats
path: root/deps/LuaJIT/README
diff options
context:
space:
mode:
authorAndy Belle-Isle <drumsetmonkey@gmail.com>2019-08-30 00:19:31 -0400
committerAndy Belle-Isle <drumsetmonkey@gmail.com>2019-08-30 00:19:31 -0400
commitbd3fe0cac583739bc0d7c4b5c8f301bb350abca0 (patch)
tree7eeb1aabcebd6999de1c3457d0882246ec0ff4d4 /deps/LuaJIT/README
parent2662ac356ce14dacfbc91689fd37244facff4989 (diff)
Renamed lib to deps so github will ignore it for language stats
Diffstat (limited to 'deps/LuaJIT/README')
-rw-r--r--deps/LuaJIT/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/deps/LuaJIT/README b/deps/LuaJIT/README
new file mode 100644
index 0000000..2b9ae9d
--- /dev/null
+++ b/deps/LuaJIT/README
@@ -0,0 +1,16 @@
+README for LuaJIT 2.1.0-beta3
+-----------------------------
+
+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
+