./wip/qt5-libqtlua, Lua alternative to the Qt5Script module

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.0, Package name: qt5-libqtlua-2.0, Maintainer: pkgsrc-users

The QtLua library aims to make Qt5 applications scriptable using the
Lua scripting language. It is an alternative to the Qt5Script module.

QtLua does not generate or use generated binding code for Qt. Instead it
provides useful C++ wrapper classes to make C++ and lua objects
accessible from both lua and C++. It takes advantages of the Qt meta
object system to expose QObject members to lua scripts.

QtLua is not designed to develop an application in pure Lua but rather
to extend a Qt C++ application using Lua as scripting language.


Required to run:
[lang/lua51] [x11/qt5-qtbase]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [x11/fixesproto4] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

Filesize: 1059.378 KB

Version history: (Expand)


CVS history: (Expand)


   2014-10-15 19:56:40 by Niclas Rosenvik | Files touched by this commit (6)
Log message:
Import of libqtlua for qt5 to pkgsrc-wip as qt5-libqtlua.

The QtLua library aims to make Qt5 applications scriptable using the
Lua scripting language. It is an alternative to the Qt5Script module.

QtLua does not generate or use generated binding code for Qt. Instead it
provides useful C++ wrapper classes to make C++ and lua objects
accessible from both lua and C++. It takes advantages of the Qt meta
object system to expose QObject members to lua scripts.

QtLua is not designed to develop an application in pure Lua but rather
to extend a Qt C++ application using Lua as scripting language.