License
OpoLua comprises three main components:
- OpoLua Core
- Lua implementation of the OPL runtime, common utilities, and integration APIs targeting various platforms and languages.
- Licensed under the MIT License.
- Located in the ‘core’ directory.
- OpoLua iOS
- Swift application targeting Apple platforms (iOS, iPadOS, and macOS).
- Licensed under the MIT License.
- Located in the ‘ios’ directory.
- OpoLua Qt
- C++ application targeting Windows, Mac, and Linux, using Qt.
- Licensed under the GPLv2 or Later license.
- Located in the ‘qt’ directory.
Original assets and resources (located in ‘resources’) remain copyright their creators and are not covered by the licenses herein.
All other material is licensed under the MIT License unless stated.
See LICENSE for full license texts.
OpoLua also depends on the following separately licensed third-party libraries and components:
- Diligence, MIT License
- Interact, MIT License
- Licensable, MIT License
- Lua, MIT License
- Qt, LGPL v3 and GPL v3