Skip to content

monkey0506/lua51src

Repository files navigation

This is the Lua 5.1 source code (http://www.lua.org/source/5.1/) with a minor modification to llex.c to allow proper building for Android via the NDK (Revision 10c and later). All copyright and other property rights for the source files belong to their original authors or Lua.org where appropriate. The modifications to llex.c and the Android NDK build files (jni/Android.mk and jni/Application.mk) are committed to public domain, with no copyright reservations.

Original copyright notice from Lua.org:

/******************************************************************************

  • Copyright (C) 1994-2006 Lua.org, PUC-Rio. All rights reserved.
  • Permission is hereby granted, free of charge, to any person obtaining
  • a copy of this software and associated documentation files (the
  • "Software"), to deal in the Software without restriction, including
  • without limitation the rights to use, copy, modify, merge, publish,
  • distribute, sublicense, and/or sell copies of the Software, and to
  • permit persons to whom the Software is furnished to do so, subject to
  • the following conditions:
  • The above copyright notice and this permission notice shall be
  • included in all copies or substantial portions of the Software.
  • THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  • EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  • MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  • IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  • CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  • TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  • SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ******************************************************************************/

About

Lua 5.1 source with Android NDK build files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published